College Labor Force is a simple site to match college students with potential employers. It includes authentication, posting, and many other dynamic features.
Gallery Site
This gallery site has many different exhibition and artist pages as well as an extensive settings page. All content is dynamically loaded from an admin area. The gallery also has a store …
Create a Mobile Web App with HTML5 – Part 2: Examples and Extras
Redirection If someone visits your website on an iphone, you will want to redirect them to your mobile version. Using Javascript if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { if (document.cookie.indexOf(“iphone_redirect=false”) == –1) window.location …
Create a Mobile Web App with HTML5 – Part 1: The Basics
Having a mobile version of a website is a very important feature. It is very simple to turn your site into a mobile web app. A Note on Design This …
Use the Tweet Button to Trigger an Event
The tweet button from Twitter is a great way for users to easily tweet content on a page. At times, you may want to know whether or not the tweet …
