Thimble is an online code editor that makes it easy to create and publish your own web pages while learning HTML, CSS & JavaScript.
Tag Archives: css
build responsive sites with css viewport percentage lengths and test them with goog mobile tester
build responsive sites with css viewport percentage lengths
- https://medium.com/@ryanallen_com/responsive-type-with-only-css-82b846370cc9
- http://codepen.io/wossname/pen/raVezv
- http://codepen.io/wossname/pen/QwbMBb/
test them with goog mobile tester
some more horde php text librarys
some more horde php text filtering & text formating librarys for tidying up css and js
- http://pear.horde.org/
- Horde_Text_Filter
- Horde_Text_Filter_Csstidy
- Horde_Text_Filter_Jsmin
High Performance Web Sites
Steve Souders
Developer Yahoo
YUI Blog
- http://yuiblog.com/blog/category/performance
- http://yuiblog.com/blog/2008/07/22/non-blocking-scripts/
- http://yuiblog.com/blog/2008/07/21/performance-research-part-6/
Firefox AddOn
sometimes webpage font sizes are very tiny when you print them !
I think I've just worked out why this happens ! Maybe it's because there is no CSS at all so that firefox 2.0.0.13 uses default system font-size (14px) or the text font size (in the CSS file) has been specified in pixels (px) instead of points (pt) !
i.e.
body { font-size: 12px; }
instead of
body { font-size: 12pt; }
This seems to be the problem with the WikkaWiki CSS style sheets so i've created a ticket http://wush.net/trac/wikka/ticket/764 and fixed my own WikkaWiki sites !
Here is what print / print preview looks like before and after you've added / fixed your firefox and/or CSS !
CSS compressors
Dynamic Drive CSS, DHTML & JavaScripts
New Script(s) on 8 Oct 07
Browsershots webpage validator & viewer
Browsershots makes screenshots of your web design in different browsers.
It is a free open-source online service created by Johann C. Rocholl.
When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to the central server here.
You can see some sample browsershots screenshots @
and you can download a set of PNGs to your PC for closer inspection !
StyleIgnite free libre open creative commons gpl CSS designs
StyleIgnite contains many free libre open / creative commons / gpl CSS designs you can use for your website
For example here is a GPL checkbox and radio replacement CSS
http://www.styleignite.com/styles/view/48/crir-checkbox-radio-input-replacement
Maybe it’s time to trash all bad browser hacks
Why trash IE6 hacks?
I know this is difficult because about 37% (according to w3schools.com) of internet users are still using IE6. But, together we can make a different. Stop using IE hacks on your sites and let them see the ugly side of IE6. Eventually, they will find a better browser (ie. Firefox) or at least upgrade to newer version of IE.
VOTE HERE !








You must be logged in to post a comment.