3-D Chess With HTML, CSS And JavaScript

If you happen to love chess and love building websites, you just hit a jackpot. With the 3-D Hartwig chess set by Julian Garnier, you can combine both of your passions. The game is coded and built using only HTML, CSS and JavaScript. Before you make your move, you can preview your options by clicking on a chess piece. You can even select different themes.

3dchess

Designed by : @JulianGarnier

Typing Accent Characters, The Easy Way

We all know the drill: you want to type special characters into an input field, yet you don’t have the characters on your keyboard. You search for the character online, and then copy and paste it into the input field. Next accented character — and the journey starts again. Wouldn’t it be better if the designer took care of providing the access to alternate characters as you type them?

lognpress

Long Press jQuery plugin eases the writing of accented and rare characters by allowing users to have a typing experience similar to iOS and Android. Users can focus on a form field and hold a key to display alternate characters. It’s possible to pick a letter by using the mouse wheel, hovering over it with the mouse, or using the arrow keys. Not every Web form will need the plugin, but it might be a good fit if many users will want to use accented characters on your site — of course you’ll have to explain how it works as well. The plugin is released under the MIT license and is available on GitHub. (vf)

 

Public service announcement: time to update your CSS3

If you use experimental CSS on your sites, demos, articles or tools, there is a certain amount of maintenance required to keep on top of changes. With a number of recent changes in the browser world, now is the time to revisit and update your code. Read on to find out what may need updating.

Se on More Info at : http://generatedcontent.org

 

 

Web Design Trends for 2013

Web Design and what to expect in 2013:

So you think that we’re ahead of the schedule here? No, this is really the time when web design trends are predicted for the year to come.

Responsive Web Design (RWD)

Responsive Web Design is currently on top of the list and this technique is definitely here to stay. 2013 is (will be) the proof that RWD isn’t just a fad.

 

See on: http://themeid.com

10 Development Trends and Skills for Developers in 2013

With the evolution in technology, software development has not only evolved but has also matured a lot. An undeniable fact is that technology can never be static because it has to accommodate the needs of the people who are associated with it. From whatever I have seen of the software world, I must admit that it is indeed a dynamic field. Like I always say, the technology is evolving constantly and sometimes it gets really difficult to keep up with the ongoing trends.

As a software developer, you cannot afford being left behind on the latest trends in the technology world. You have had your share of calm years in software development and as a developer you should be all set for the new roller coaster ride now. As per some recent researches, the software developer is expected to be the highest paid job in 2013. In order to reach the heights and stay ahead of other software developers, you must be aware and be ready for the skills and trends expected to rule the year 2013.

10-Skills-and-Trends-for-Developers-To-Watch-Out-For-in-2013

See on http://smashinghub.com

Web Design Trends to Look Out for in 2013

Website concept with other related words

 

In the ever-changing virtual world, Web designers constantly need to be on the lookout for ways that they can improve their websites. When we look at how the average webpage looked only a few years ago, the distinctions that set modern websites apart look ever more obvious.

With HTML5 and CSS3 becoming more and more popular, Web designers have far more power at their fingertips to create unique, engaging and highly interactive websites. Those who choose to ignore the trends will end up being left behind in the highly competitive and changeable world of Web design. Whether you are designing a new website from scratch or retrofitting an old one, at least some of the following trends are likely to be worth paying attention to.\

See on www.csstemplateheaven.com

TypeScript – A Language for Application-Scale JavaScript Development

TypeScript is a language for application-scale JavaScript development. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open Source. TypeScript offers classes, modules, and interfaces to help you build robust components. These features are available at development time for high-confidence application development, but are compiled into simple JavaScript. TypeScript types let you define interfaces between software components and to gain insight into the behavior of existing JavaScript libraries.

Source website: http://www.typescriptlang.org/

BigScreen: A simple library for using the JavaScript Full Screen API.

 

BigScreen makes it easy to use full screen on your site or in your app. It smoothes out browser inconsistencies and bugs, especially if the element you’re working with is inside of an <iframe>. It will also intelligently fall back to the older video full screen API if the element contains a <video> and the older API is available.

Source & Download: http://brad.is/coding/BigScreen/

 

Choosing More Secure Passwords

Choosing more secure passwords will help keep your identity safe on the internet. This article, and the companion video will show you how to create secure, easy-to-remember passwords.

 
By routhu Posted in Tools

TodoMVC (A common learning application for popular JavaScript MV* frameworks )

Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing JavaScript web apps. Backbone, Spine, Ember (SproutCore 2.0), JavaScriptMVC… the list of new and stable solutions goes on and on, but just how do you decide on which to use in a sea of so many options?

TodoMVC – a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.

Source Website & Download