css 2

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.catswhocode.com/blog/10-ways-to-make-internet-explorer-act-like-a-modern-browser

10 ways to make Internet Explorer act like a modern browser

Enable HTML5 on IE Ever heard about HTML5? If you’re interested in web development, there’s no doubt about it. For those who doesn’t know, HTML5 is the next major revision of HTM; the core markup language of the World Wide Web. Most modern browser can already handle, at least partially, the new HTML5 recommendations. But as Internet Explorer isn’t well known for its sense of innovation, it will simply ignore the markup.
http://www.abookapart.com/

A Book Apart, Home

Learn data-driven techniques that will make you a master of mobile with Mobile First . Then, craft beautiful designs that respond to your users’ needs with Responsive Web Design . Buy both and save!
Much shorter, and you don’t need to repeat the name of the object. Right now, car is fine, but what happens when you use invalidUserInSession ? The main gotcha in this notation is IE. Never ever leave a trailing comma before the closing curly brace or you’ll be in trouble. The other thing about arrays is that there is no such thing as an associative array. You will find a lot of code examples that define the above car example like so: http://coding.smashingmagazine.com/2010/04/20/seven-javascript-things-i-wish-i-knew-much-earlier-in-my-career/

Seven JavaScript Things I Wish I Knew Much Earlier In My Career - Smashing Magazine

You've always wanted to learn how to build software yourself—or just whip up an occasional script—but never knew where to start. Luckily, the web is full of free resources that can turn you into a programmer in no time. Since the invention of the internet, programmers have been using it to discuss software development techniques, publish tutorials, and share code samples for others to learn from and use online. http://lifehacker.com/5401954/programmer-101-teach-yourself-how-to-code

Programmer 101: Teach Yourself How to Code - Teach Yourself - Lifehacker

Posted on October 29, 2009 . Filed under: Internet , Uncategorized , Venture Capital , Web/Tech | Tags: Android , Business Model , Disruption , Google , GPS , Internet , Mobile , Navigation , TomTom | [Follow Me on Twitter] I like to think of myself as an aficionado of business disruption. http://abovethecrowd.com/2009/10/29/google-redefines-disruption-the-%e2%80%9cless-than-free%e2%80%9d-business-model/

Google Redefines Disruption: The “Less Than Free” Business Model « abovethecrowd.com

Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs

http://www.virtuosimedia.com/dev/css/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs#PNG-Alpha-Transparency Stop. Ok, I feel your frustration. You're a web developer and you're ready to tear your hair out because you have to support Internet Explorer 6, but, to put it tactfully, IE6 doesn't support you. You've spent hours on it, but you just can't seem to get your layout right. I can empathize. I can also help.

The Most 10 Common Mistakes Web Designers Make | Noupe

http://www.noupe.com/design/ten-most-common-design-mistakes.html Aug 03 2009 There are plenty of mistakes web designers (especially new ones) make when designing websites. Everything from poor design to simple oversight happen every day. But with a little diligence, they can easily be avoided. Below are ten of the most common mistakes web designers make , along with examples of sites who do things right. Some of these are easy to correct if you’re aware of, others might take a bit more time.

30 Examples of Extreme Minimalism in Web Design | SingleFunction

http://singlefunction.com/30-examples-of-extreme-minimalism-in-web-design/ July 22nd, 2009 by Webmasterish in Articles As a follow up on last week’s roundup of 105 Examples of Clean and Minimal Twitter Apps , I thought this week would be the time to share with everyone examples of extreme minimalism in web design , and how with minimal elements, when properly used, so much can be achieved. The 30 Examples of Extreme Minimalism in Web Design are grouped in 4 sections: The intention is to give inspiration for the fans of minimal web design, and to highlight the effectiveness and diversity of using minimalism in web design , even if it’s taken to an extreme . Enjoy! A speedy search engine for songs and music videos.
Surfin’ ain’t easy, and right now, you’re lost at sea. But don’t worry; simply pick an option from the list below, and you’ll be back out riding the waves of the Internet in no time.

10 Web Apps To Build The Next Big Thing Without Writing Any Code

http://www.sitepoint.com/2009/07/08/10-web-apps-to-build-the-next-big-thing-without-writing-any-code/
Sorting is a vast topic; this site explores the topic of in-memory generic algorithms for arrays. External sorting, radix sorting, string sorting, and linked list sorting—all wonderful and interesting topics—are deliberately omitted to limit the scope of discussion.

Sorting Algorithm Animations

http://www.sorting-algorithms.com/
The use of illustration in web design is an excellent way to add a theme and take a website to a whole new level. Some websites go even further by basing and designing the entire layout and background on illustrations, usually vector based illustrations .

50 Beautiful Websites with Illustrated Landscapes | Webdesigner Depot

Web developers these days are often expected to know and work in multiple languages. As a result, it’s tricky to learn everything a language has to offer and easy to find yourself not utilizing the full potential of some more specialized but very useful tags. Unfortunately we haven’t been tapping into the full potential of these more obscure HTML tags as of late. But it’s never too late to get back into the game and start writing code that taps into the power of some under-used tags.

10 Rare HTML Tags You Really Should Know - Nettuts+

We all make mistakes running our websites. However, the nature of those mistakes varies depending on the size of your company. As your organization grows, the mistakes change. This post addresses common mistakes among large organizations. Most of the clients I work with are large organizations: universities, large charities, public sector institutions and large companies. Over the last 7 years, I have noticed certain recurring misconceptions among these organizations.

10 Harsh Truths About Corporate Websites | How-To | Smashing Magazine

27 Features That Make Google Analytics Best of Breed

So you’ve just gotten access to the shiny new version of Google Analytics? Here are the 27 essential features of the best analytics software money can buy (it’s free, of course), and how to utilize them to your advantage. 1. Setting Goals – Just like your guidance counselor told you about your career, if you don’t set goals, Google Analytics isn’t going to take you very far.

Ten CSS tricks you may not know

Much better! Just a few of words of warning : This CSS shorthand version will only work if you're specifying both the font-size and the font-family . The font-family command must always be at the very end of this shorthand command, and font-size must come directly before this.