Tag Archives: css

mozilla #thimble the ide to help anyone learn html, css and javascript

Thimble is an online code editor that makes it easy to create and publish your own web pages while learning HTML, CSS & JavaScript.

build responsive sites with css viewport percentage lengths and test them with goog mobile tester

build responsive sites with css viewport percentage lengths

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

High Performance Web Sites

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 !

Read and post comments | Send to a friend

CSS compressors

Dynamic Drive CSS, DHTML & JavaScripts

Dynamic Drive is a great place to obtain free-of-charge, original CSS, DHTML & JavaScripts to enhance your web site!

New Script(s) on 8 Oct 07

Read and post comments | Send to a friend

Browsershots webpage validator & viewer

fsse.info screenshot by browsershots.orgfsse.info screenshot by browsershots.orgfsse.info screenshot by browsershots.orgfsse.info screenshot by browsershots.orgfsse.info screenshot by browsershots.org

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 !

Read and post comments | Send to a friend

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

http://www.styleignite.com/

For example here is a GPL checkbox and radio replacement CSS

http://www.styleignite.com/styles/view/48/crir-checkbox-radio-input-replacement

Read and post comments | Send to a friend

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 !

http://www.webdesignerwall.com/general/trash-all-ie-hacks/

Read and post comments | Send to a friend