Subscribe [AddThis]

Post Tagged web development

Page of 2 - showing posts 1 to 10 of 14, newest first. | Next (Older Posts) »

On Error Resume Next

Thu 27th Nov 2008 @ 7:11pm

Here's a riddle for you:

Under what conditions does this loop never terminate? (ASP)

While (False And !RecordSet.EOF)
  Response.Write("Hello World")
Wend

Read the rest of this entry »

Posted in Tech and tagged , & .

Great Designers

Fri 21st Nov 2008 @ 3:45pm

A good designer will create exactly what you want. A great designer knows it doesn't matter what you want - only what your customers want.

Posted in Tech and tagged & .

Form Builders

Mon 17th Nov 2008 @ 3:55pm

Sometimes form builders require more effort than writing a form manually!

Posted in Tech and tagged & .

Web Site or Website?

Mon 27th Oct 2008 @ 10:14pm

Recently while working on the new web site/website for work, the question of whether to use website or web site came up.

Read the rest of this entry »

Posted in Tech and tagged & .

Web Site Tracking Resources

Tue 21st Oct 2008 @ 8:16pm

Useful web site tracking resources: http://tinyurl.com/65ue6g

Posted in Tech and tagged & .

Single-Sign-On

Wed 8th Oct 2008 @ 10:59am

Sometimes single-sign-on is more annoying than useful! (Google)

Posted in Tech and tagged & .

Tables & Gmail

Mon 29th Sep 2008 @ 12:08pm

Tables & Gmail don't mix: http://tinyurl.com/67xowv

Posted in Tech and tagged , & .

The Perfect 404

Thu 18th Sep 2008 @ 3:47pm
Posted in Tech and tagged & .

Development Site Firefox Addon

Tue 15th Jul 2008 @ 8:50pm

I found this addon today for Firefox:

It helps you remember if you're working on your development site or live site by putting an icons in the address bar, and helps you quickly switch between the two by clicking it.

What I was actually looking for, and haven't found, is an addon that will make it more obvious which site I'm currently viewing - such as putting a big red border around the development site pages!

Posted in Tech and tagged & .

Server-Side JavaScript

Sat 5th Apr 2008 @ 10:16am

There's a number of server-side javascript engines, but I stumbled upon one called Aptana Jaxer today that looks very good. It allows you to mix server-side and client-side JavaScript, call server-side scripts from the client, and to manipulate the DOM on the server using all the same functions as a normal web browser.

Note: I haven't tried it out - I just found it - so it may not be as good as it looks at first glance, but I wanted to make a note of it somewhere anyway.

Posted in Tech and tagged , & .
Page of 2 - showing posts 1 to 10 of 14, newest first. | Next (Older Posts) »

Subscribe [AddThis]