{#advanced_dlg.about_title}

design / development »

Thursday, August 4, 2011 | 1 Comments

Web designers are often a breed of their own. They speak a different language many of us hardly even know exists. We do not know it exists, because we do not directly see it but we interact with it nearly every day. Every time you visit a web site and interact with it, you have web designers... [More]

{#advanced_dlg.about_title}

design / development »

Tuesday, July 12, 2011 | 0 Comments

If you work as a freelance web developer or web designer, you know that staying productive can be a challenge, especially if you work from home. There are always tasks and distractions that can keep you from focusing on your work. Increasing your productivity can help you take your career to the nex... [More]

{#advanced_dlg.about_title}

design / development »

Monday, June 13, 2011 | 1 Comments

In any construction project it is important that everyone has the same set of blueprints. Web designers and developers must have the same goal in mind if they're ever going to get anywhere. The function of a website is the combined product of both its plan and creation. ... [More]

{#advanced_dlg.about_title}

design / development, search engine optimization (seo) »

Tuesday, June 7, 2011 | 1 Comments

To be perfectly honest, I really love the idea of including a humans.txt file with web projects; after all, "we are people, not machines." However, as Matt Cutts of Google pointed out to me the other day on Twitter, it lacks a certain level of standardization that would really be required for prope... [More]

{#advanced_dlg.about_title}

design / development »

Monday, February 15, 2010 | 0 Comments

FastStone Screen Capture is simply THE BEST screenshot / screen capture / video recorder software I have ever used...and believe me, I have used many. This is certainly an essential tool for any web designer / developer. As such, I am filing it under Web Developer Tools You Can't Live Without. A bri... [More]

{#advanced_dlg.about_title}

design / development »

Saturday, July 25, 2009 | 1 Comments

Here is an updated version of the mobile web browser detection and redirection in C-Sharp (#C) for ASP.net. For this to work best, you should add it to the "Application_BeginRequest" event of the global.asax file, located in the root directory. If you use it, please give us some recognition,&nb... [More]

{#advanced_dlg.about_title}

design / development, search engine optimization (seo) »

Sunday, July 19, 2009 | 0 Comments

Here is nice little piece of code for issuing an internal domain redirect. Simply insert the code into the global.asax file, which should be found in the root web (www) directory. A commented line explanation is included within. ...and please excuse the improper code structuring.In this case, we are... [More]

{#advanced_dlg.about_title}

design / development, search engine optimization (seo) »

Sunday, July 19, 2009 | 0 Comments

There are several methods being used to provide users with helpful 404 error pages, but just because it looks helpful to the user, doesn't mean that it is benefiting your SEO. It is essential, for the prosperity of your website, to be certain that proper server header responses are being sent.We ha... [More]