-
The Standard US Keyboard: Quick Reference
Update: 2010-04-04 text string added for more copy options Web developers often encounter situations in which it is necessary to preview fonts. As technology develops and the restrictions are lifted on how fonts may be used on the web, web developers will be trying new things, which will require more testing. For English speaking developers who have…
-
No Ice Cream until you’ve Eaten all of your Pseudo-Elements
Enjoy this very easy way of spicing up your paragraph styles.
-
W3C Specification
A Closer Look at W3C Technical Reports and Publications: Standard Frustration Web Design & Web Application Development In the context of Web Design and Web Development standards, there is one prevailing source of confusion; one primary element responsible for blowing the minds of beginners, and without prejudice for seasoned professionals, that their disagreement upon its proper interpretation…
-
HTML 5: the Fate of Style, Decided?
If you are in the habit of authoring valid, forward compatible hypertext markup, then you have probably heard rumors that the HTML element attribute style=“ ”, may be deprecated in HTML 5. The style=“ ” attribute is a valid attribute of HTML 4.01 and XHTML 1.0, and according to the HTML 5 draft in progress, style=”” will maintain its place as…
-
Choosing a DOCTYPE: XHTML vs. HTML
Aww, man! Not another lame blog entry…on the issue of HTML vs XHTML <!DOCTYPE>! Not only are there ten billion articles the same, it’s a really annoying topic, isn’t it? Ha! Well, I must admit, this most recent time I’ve come across another myself, I decided to read it, and I did gain a little insight into…
-
Colorzilla: the DOM Inspector Deluxe
Colorzilla is a Mozilla browser add-on extension compatible with Firefox and Chrome. It provides extensive DOM node details in the browser statusbar, and is capable of sampling any color on the current page– including colors from images. When I first discovered it a couple of years ago, I was amazed at the capabilities of Colorzilla
-
Use PHP to Create Dynamic JavaScript Values
One possible approach† to writing JavaScript on-the-fly I’ve been using something similar to the following in some apps for the purpose of including a sort of Dynamic JavaScript which, depending upon perhaps other variables or logical procedure, might easily be included or left out of any part of the web application. $js_array=array(); $js_array[‘open’]=”<script type=\”text/javascript\”> \n”;…