Email This Post Email This Post Print This Post Print This Post

Simple Set and Get Cookie Scripts

Thu, Nov 12, 2009 – 6:52 am by Stan Slaughter

Since cookies are a common thing to use on the web I thought I would post the function which I use to set and read cookies …Click for the rest

Email This Post Email This Post Print This Post Print This Post

Well Designed User Interface

Mon, Feb 16, 2009 – 2:52 pm by Stan Slaughter

“A user interface is well-designed when the program behaves exactly how the user thought it would.”

I love that quote. It seems to sum up the entirety of what a good user interface is. It’s not fancy graphics or cutting edge layouts. It’s providing people with what they need, when they need it. The best user interfaces are those that are so seamless that the casual user does not even notice them. …Click for the rest

Email This Post Email This Post Print This Post Print This Post

Get Submitted Form Values

Wed, Feb 11, 2009 – 2:15 pm by Stan Slaughter

Getting the values from a form which has been submitted is easy if you are using a server side language such as PHP, JSP, or ASP.

But – sometimes you can’t use a server side language (restrictions of your ISP, you need to create a CD based demo or prototype, etc..), and this is where JavaScript can step in and save the day. …Click for the rest