SitePoint

Syndicate content
Updated: 3 weeks 5 days ago

Enabling Accessibility in Flex applications

Sat, 02/13/2010 - 01:25
As conscientious developers we try to ensure that our applications are streamlined, self explanatory, and easy to use. We work hard to make sure they look good and lend themselves well to a given workflow, but often forget that not everyone experiences our work in the same way. From dyslexia and color blindness to full visual impairment and mobility issues, a percentage of the population face obstacles that can make using an application difficult or even impossible. In this article Toby examines several ways to tailor your Flex applications to make sure they work for all users.

2010-02-11T09:50:58+00:00

Get Started with PHP on Windows with SQL Server Express

Sat, 02/13/2010 - 01:25
In a recent article, we saw how easy it is to get a web server up and running on Windows with PHP, IIS, and SQL Server Express using the Web Platform Installer. In this article, Akash explains how to use those tool together to build a simple web app.

2010-02-09T06:38:44+00:00

Buying Your First Website: A Case Study

Sat, 02/13/2010 - 01:25
Buying your first website property can certainly be daunting, especially if you’re unsure how to go about investigating your potential purchase. Flippa.com’s new marketing manager, Luke Moulton, walks us through the due diligence behind a sample website purchase to show us the ropes.

2010-02-03T03:09:10+00:00

Dedicated Hosting Comparison: a Review of 10 Dedicated Hosting Plans

Sat, 02/13/2010 - 01:25
When your site or application grows beyond what can be supported with shared or even VPS hosting, perhaps it’s time to look for a dedicated server. Countless companies provide dedicated hosting, and the features of their offerings can be difficult to untangle. In this week’s article, Khurram guides us through ten different entry-level plans and points out their pros and cons to help you make an informed decision.

2010-01-29T00:37:24+00:00

Being a Kick-ass Employee

Sat, 02/13/2010 - 01:25
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.

2010-01-19T11:41:19+00:00

Flashy Graphs Sans Flash

Sat, 02/13/2010 - 01:25
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.

2010-01-13T05:12:35+00:00

Build an Ajax Tree with YUI

Sat, 02/13/2010 - 01:25
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.

2010-01-05T05:44:27+00:00

A Crash Course in Django

Sat, 02/13/2010 - 01:25
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!

2009-12-22T04:59:32+00:00

Data Visualization with Flex, Part III

Sat, 02/13/2010 - 01:25
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!

2009-12-17T06:20:05+00:00

SEO for Multilingual Marketing

Sat, 02/13/2010 - 01:25
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.

2009-12-15T06:23:37+00:00

Data Visualization with Flex, Part II

Thu, 02/11/2010 - 01:25
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.

2009-12-10T04:37:29+00:00

Expression Web 3—Your New PHP Tool Kit

Fri, 02/05/2010 - 01:25
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.

2009-12-08T06:21:01+00:00

Enhance User Profiles with Google’s Social Graph API

Sat, 01/30/2010 - 01:25
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.

2009-12-01T07:16:53+00:00

Jekyll: Sites Made Simple

Wed, 01/20/2010 - 01:25
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.

2009-11-25T23:38:18+00:00

Data Visualization with Flex, Part I

Thu, 01/14/2010 - 01:25
Adobe’s Flex can be a fantastic tool for visualizing data. In this first installment of a three-part series, Toby gives us some general theory on data visualization, and shows us how to extract meaningful data from an application and import it into Flex.

2009-11-19T22:55:53+00:00

Overcome Your Caching Conundrums

Thu, 01/07/2010 - 01:25
Ever updated a web site’s markup and CSS only to have it render incorrectly when you load it in your browser? Perhaps you’ve had to tell a co-worker or client that they needed to refresh the site or empty their browser cache to view your updated site correctly? In this article, Zach shows us a few methods to avoid these headaches and turn the browser cache from a foe into an ally.

2009-11-19T22:55:52+00:00

The Easy Way To Install PHP on Windows

Tue, 01/05/2010 - 01:25
The new Web Platform Installer from Microsoft makes setting up PHP and PHP-based applications on Windows a breeze. Louis walks us through what’s available with this new tool and shows us how simple it is to start off with WordPress or Drupal on Windows with IIS.

2009-11-19T22:55:52+00:00

Run IE6, IE7, and IE8 on the Same Machine Using Windows 7 XP Mode

Fri, 12/18/2009 - 01:25
Testing your web site in all the current versions of Internet Explorer on separate PCs is no one’s idea of fun. In this article, Craig shows step-by-step how to run IE6, IE7, and IE8 simultaneously using Windows 7 XP Mode.

2009-11-19T22:55:52+00:00

7 Great Rip-offs—and How to Avoid Them!

Wed, 12/16/2009 - 01:25
Making sure you’re properly paid for your work is one of the biggest challenges for a web freelancer or small business owner. In this article, Chris describes seven danger zones where you could potentially lose money, and explains how to avoid doing so.

2009-11-19T22:55:52+00:00

6 Ways to Watch Your Web Design Agency’s Margins and Stay Trim

Sat, 12/12/2009 - 01:25
Web design agencies are particularly susceptible to growing pains: if you don’t watch out your costs can rise faster than your revenue. In this article, Sandy offers some great tips to keep your agency’s margins healthy as you grow.

2009-11-12T11:36:47+00:00

Back to top