Web Design Tutorials, Interviews, Articles and more...
Recent Articles
Being a Kick-ass Employee
- Work Smarter
- January 19th, 2010
- Article
Whether you’re in an entry-level position or you own your own business, there are important concepts that you should integrate into your working life. As well as increasing your value in the job market, it also enhances your worth to your current employer. In this article, Chris covers the top five tips for being a kick-ass employee.
Flashy Graphs Sans Flash
- JavaScript & Ajax Tutorials
- January 13th, 2010
- Article
You could be forgiven for thinking that Flash was the only way you can add cool interactive graphs to a website. In this week’s article, Alex shows us just how far this is from the truth, introducing us to the excellent gRaphaël graphing library for JavaScript.
Build an Ajax Tree with YUI
- JavaScript & Ajax Tutorials
- January 5th, 2010
- Tutorial
Yahoo’s YUI JavaScript library has a wealth of components that work well together to create impressive user interfaces. In this article, Darrin shows us how easy it is to leverage YUI’s TreeView component, in order to create a dynamic expanding tree control that loads content via Ajax.
A Crash Course in Django
- Server Side Essentials
- December 22nd, 2009
- Tutorial
Web development frameworks enable you to build highly functional applications very quickly, and are increasingly seen as a must for any new project. Python-based Django bills itself as “the Web framework for perfectionists with deadlines,” and after following along with Akash’s crash course, I think you’ll have to agree!
Data Visualization with Flex, Part III
- Flex Tutorials
- December 17th, 2009
- Tutorial
In this final installment of his Data Visualization with Flex series, Toby builds on the work from the first two parts to take our visualization to the next level. The final product allows you to visualize how often various tech key words are used on the SitePoint forums, and how they are connected. Even if you’re new to the series, it’s worth having a look to see the visualization in action!
SEO for Multilingual Marketing
- Search Marketing
- December 15th, 2009
- Article
Multilingual marketing should be considered in every international marketing initiative. Yet, when it comes to web site localization, most businesses only go so far in creating a literal translation of their English copy. In this article, Christian demonstrates why SEO should be implemented in every language on the Web. If you fail to localize your translated text, you stand to do your business a great disservice.
Data Visualization with Flex, Part II
- Flex Tutorials
- December 10th, 2009
- Tutorial
In part I of this series, Toby showed us how to extract a subset of useful information from a truly massive set of raw data: nearly all the posts from the SitePoint forums! In part II, we’ll set about turning that data into a useful visualization, showing how often keywords are used in an impressive, interactive graph.
Expression Web 3—Your New PHP Tool Kit
- Software Tutorials
- December 8th, 2009
- Article
Microsoft Expression Web 3 has some unique features that make it invaluable to web developers. In this article, Raena puts the web development tool through its paces and cranks out a simple PHP page. After reading the article, you can test out your knowledge with the Expression Web Quiz.
Enhance User Profiles with Google’s Social Graph API
- Ruby & Rails
- December 1st, 2009
- Tutorial
Google’s Social Graph API gives developers access to a wealth of public social data mined from the Web. In this tutorial, Louis extends a Ruby on Rails user registration form to query the API and suggest site URLs for users to add to their profiles.
Jekyll: Sites Made Simple
- Ruby & Rails
- November 26th, 2009
- Tutorial
Want to create a customized blog, without having to deal with the complexity of WordPress? Introducing Jekyll, a web site creation engine with a sophisticated templating system that’s dead simple to use. In this article, Simon Pascal Klein shows you how to use Jekyll to create a feature-rich blog quickly and easily.