-
Archives
-
Meta
Tag Archives: html
20+ Uniquely Cool jQuery Plugins and Tutorials
20+ Uniquely Cool jQuery Plugins and Tutorials: To be honest, this is the icing in the cake of why I develop. I want it first to be functional and second to look good. I know where my talents lie, so … Continue reading
Creating 10 Most-Used Javascript Techniques Using Pure CSS Styling
Creating 10 Most-Used Javascript Techniques Using Pure CSS Styling: This might be useful for those who want to keep a site working when visitors have Javascript turned off. (Via DevSnippets.)
Sports Illustrated HTML5 is Impressive
This is truly amazing. If I were Apple, I would be both proud and worried. Proud that my support of HTML5 is taking off quickly. Worried about iAds. The ads in this app look great and most advertising shops should … Continue reading
HTML5 Unleashed: Tips, Tricks and Techniques | W3Avenue
HTML5 Unleashed: Tips, Tricks and Techniques | W3Avenue: We’ve all heard about HTML5. Native audio & video, forms, cool stuff, etc. Well, the folks at w3Avenue have takem it upon themselves to organize an overview of upcoming changes. For web … Continue reading
jQTouch Quick Review
This is a great overview of jQTouch from the folks at <!DOCTYPE>. If you prefer, PeepCode has a much longer, seventy (70) minute jQTouch video for $9.
Useful jQuery Plugin for UI Developers
Useful jQuery Plugin for UI Developers: Even more jQuery plugins. Several are so good, I would use them today! (Via Denbagus.)
Posted in Technology
Tagged browser, html, iphone, javascript, software, Technology, website
Leave a comment
A TweetDeck For Every Occasion
A TweetDeck For Every Occasion: This is news that I am not surprised about. If you have followed recent events, you aware of the row between Apple and Adobe. Apple has disallowed apps on their iPhone OS devices (iPhone, iPad … Continue reading
Posted in Technology
Tagged browser, html, iphone, javascript, software, Technology, website
Leave a comment
8 Websites You Need to Stop Building
8 Websites You Need to Stop Building – The Oatmeal: When you are first asked to put together a website for someone, you ask the inevitable question – “What is this website for?”. It’s very quickly followed up by “What … Continue reading
innerHTML is your friend
Recently, I have had an opportunity to make use of the innerHTML element of a DIV. While I admit no knowledge before a couple (that’s two) days ago, it has become a quick friend. Why? Simple, it really speeds large … Continue reading
Use Link Tag to Execute Javascript
While we are all familiar with the use of buttons (Submit, Join Now, Click Here) for all manner of executing a form, there is also the possibility of using text to accomplish the same thing. Try this: <a href=”javascript: executeFunction();”>CLICK … Continue reading