How Designers Can Avoid Making Mistakes | Psdtuts+
How Designers Can Avoid Making Mistakes | Psdtuts+.
How Designers Can Avoid Making Mistakes | Psdtuts+.
PageLime – Simple CMS for Web Designers.
Really easy ti use CMS just add class=”cms-editable” to whatever objects you want to make editable….
Free for 3 sites attached to a single email
this seems 2 ez…. 2 ez to be true?
How do detect Android Tablets in general. Useragent? – Stack Overflow.
Here’s a quick JS that should work (NOT TESTED!!)
function detectMobile(){
if( (navigator.userAgent.match(/iPhone/i)) ||
(navigator.userAgent.match(/iPod/i)) ||
(navigator.userAgent.match(/iPad/i)) ||
(navigator.userAgent.match(/Android/i)) ||
(navigator.userAgent.match(/android/i)) ||
(navigator.userAgent.match(/webOS/i)) ||
(navigator.userAgent.match(/BlackBerry/i)) ||
(navigator.userAgent.match(/Opera Mobi/i)) ||
(navigator.userAgent.match(/MOT/i))
) {
if ( (navigator.userAgent.match(/android/i)) && (navigator.userAgent.match(/Mobile/i)) ) {
//android mobile phone
} else {
//android tablet
}
window.location = “mobile/index.aspx”;
}
}
detectMobile();
Traditional e-commerce is getting a boost from its newly aspiring counterparts: Meet Mobile, Social and Tablet Commerce. With the emergence of these new forms of online commerce at our fingertips, traditional ways of buying online have gotten easier. What’s your preferred easy button for shopping digitally?
via Online Digital Commerce Easy Buttons: Mobile, Social & Tablet Commerce – Ecommerce Gets Easier.
Normalize CSS : necolas/normalize.css @ GitHub.
Pretty cool:
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
Top 20 social media monitoring vendors for business.
Good list (via our former fearless leader)
A selection of 24 methods to be used in different situations,
to help you design with the user’s experience in mind.
Short and Sweet – One Pagers… might be worth checking out these Single-page websites
Paper Browser: It’s a Browser only in Paper.
This is where every design should start. On PAPER. I’ll admit I don’t always adhere to this rule, but when I do it really helps.
Why ‘Ok’ Buttons in Dialog Boxes Work Best on the Right – UX Movement.
It’s one of those things I’ve always thought was right but didn’t have the info to back the decision till now. Great article!
Here are a few other CSS Site Maps I like…
iPad App Dos and Don’ts | UX Booth.
If you’ve spent any time with an iPad, chances are you’ve experienced some level of frustration when getting to know a new application (app). The excitement of a new download might peel away if you see a splash screen—perhaps with an animation or unexpected aural outburst;when it seems your fingers are too fat to properly navigate; or when the app lacks key features found on its parent site.
20 Photoshop tips for web design | Tutorial | .net magazine.
It’s always good to get some tips for photoshop yo!
lynda.com is a great site
Yes.. yes it is… i learn more from a Lynda class in 1 hour than a whole semester in “real” school.
50 Mind Shattering Design Agency Websites for Inspiration.
Another MEGA LIST of agency site for your viewing pleasure…
30 Beautiful and Creative Ad/Marketing Agency Websites.
Good collection of agency sites:
Reply
You must be logged in to post a comment.