Check it out: http://detectmobilebrowsers.mobi/
Tuesday, June 14, 2011
Mobile Browser Detect
This is a great PHP script to detect the type of device that is visiting your site and redirecting to a different version. It detects all major phone operating systems (android, iphone, blackberry, windows, etc.). The script is free for non-profit and only $50 if your company is for profit.
Monday, June 6, 2011
HTML5 Fonts
Great resource for generating CSS and all font files needed for HTML5 broswers:
http://www.fontsquirrel.com/fontface/generator
http://www.fontsquirrel.com/fontface/generator
MySQL Joins made Simple
Sometimes JOINs in MySQL can get confusing. This article will help make it super simple for you!
This is the simplest, most understood Join and is the most common. This query will return all of the records in the left table (table A) that have a matching record in the right table (table B).
Continue Reading: http://www.codeproject.com/KB/database/Visual_SQL_Joins.aspx?msg=3373088
Subscribe to:
Posts (Atom)