Author Archives: admin
New elements in HTML 5
Structure Even well-formed HTML pages are harder to process than they should be because of the lack of structure. You have to figure out where the section breaks go by analyzing header levels. Sidebars, footers, headers, navigation menus, main content … Continue reading
Vimeo now is supporting Embeddable HTML5
Vimeo has a new feature in our HTML5 player thanks to Apple. Now you can now watch Vimeo videos on your AppleTV! Just play any video on your iPad or iPhone running iOS 4.3 and tap on the AirPlay button to send the video to your AppleTV. Continue reading
Manipulating History for Fun & Profit
The browser location bar is perhaps the geekiest mainstream piece of user interface in the world. There are URLs on billboards, on the sides of trains, and even in street graffiti. Combined with the back button — easily the most important button in the browser — you have a powerful way to go forward and backward through the vast set of intertwingled resources called the Web. Continue reading
HTML5 reference tags
<audio># return !!document.createElement(‘audio’).canPlayType; <audio> in MP3 format# var a = document.createElement(‘audio’); return !!(a.canPlayType && a.canPlayType(‘audio/mpeg;’).replace(/no/, ”)); <audio> in Vorbis format# var a = document.createElement(‘audio’); return !!(a.canPlayType && a.canPlayType(‘audio/ogg; codecs=”vorbis”‘).replace(/no/, ”)); <audio> in WAV format# var a = document.createElement(‘audio’); return !!(a.canPlayType … Continue reading
HTML5 Peeks, Pokes and Pointers
Common abbreviations (you’ll see these throughout this chart): $new=document.createElement $bool=function(any){return!(any==”no”||!any)} Most new features can be detected in JavaScript. To test for HTML5 video support, create a <video> element and check for a property in its DOM: if(“canPlayType” in $new(“video”)){…} … Continue reading
DeSlice – The Ultimate Provider of Design Slicing Services
DeSlice is engaged in providing professional slicing services which include XHTML/CSS coding from PSD, PNG etc files into valid markup or CMS like TYPO3, Joomla, WordPress, ExpressionEngine, Drupal, osCommerce and many others. All that is required from you as a client is to provide the image of the layout of the client website; DeSlice will promptly deliver the XHTML, and CSS files equivalent to the original design image. Continue reading
3 Cool Cell Phone Tricks For You
Cell phones have become ubiquitous. It is now unusual to find anyone who does not have one of the little beasties. The obvious next step was to seek a means to ensure your cell phone is unique and different from all of the others out there. A variety of features exist in varying combinations and there are the usual tricks like customizing the picture on the screen or the ringtone. These are almost all more style than substance.
Weíve all experienced the ringtone that… Continue reading
8 Easy Ways To Stop Spam
Yahoo and Hotmail provide this feature in order to keep your private email address strictly for your friends and family members and only. The secondary address, you can use for your subscriptions and other purposes. If your secondary address is abused from spammers and your inbox is filled with spam messages, then you can delete it and create another secondary email address. Continue reading
Google Analytics drive statistics of your Site
Among all the free web site stats analyzer, I think Google analytics is the best solution for your site because of its utility, richness and depth analysis. You are able to make informed editorial, navigational and page design decisions to boost your site’s traffic and effectiveness with the data that Google gives you. Continue reading
Exploring Joomla 1.6, The Content Management System
Nested categories, ACL, improved language support & SEO, built-in redirects, template styles, & much more. New features for designers, developers, admins, and webmasters, certain to make you happy! Continue reading




