dalewatkins

Posts Tagged ‘Tips’

Case Study: Customized Google Map

Saturday, March 6th, 2010

[Tags: , , , , ]

I have used iframes to display the location of an office before on previous websites, but I really wanted to take it a step further with Google Maps on a recent website update for one of my clients. 
Here are some of the key points of what I wanted to accomplish with my new & improved [...]

Posted in Beginner Tips, Javascript, Tips and Tutorials |

Ensure your end user has a secure connection with ASP .NET

Thursday, February 11th, 2010

[Tags: , , ]

Easy, short code snippet to detect the presence of a secure user connection using ASP .NET.
How do you accomplish this using other web programming languages like php and cgi?

Posted in Beginner Tips, Tips and Tutorials |

Use CSS for SEO and mobile friendly headings

Wednesday, January 13th, 2010

[Tags: , , ]

Fancy graphics and sweet design effects are great for website headers and section titles.
But what about text browsers, search engine crawlers, and mobile phones?
Uh oh…no graphics = no idea what the heck is going on at your website!
Never fear! Text-indentation is here!
Use this CSS technique to ensure you keep the simple browsers and crawlers in mind.

Posted in Beginner Tips |

Do you comment your code?

Tuesday, September 22nd, 2009

[Tags: , , ]

Now why did he put that extra snippet of code at the end of this function?
How does this subroutine interface with my database?
What was it that I needed to come back and finish in this block code?
You’ve had to ask yourself these questions before if you do not comment your code.
You should always use inline [...]

Posted in Web Development |

Create a Favicon

Tuesday, September 8th, 2009

[Tags: , , , ]

This tutorial is more of an introductory tutorial but is something that should be on the checklist of all websites you create.
A favicon (the name was created from mashing two words,favorites and icon, together) is a small graphic that appears in the address bar and favorites of your website. A favicon is not just a [...]

Posted in Tips and Tutorials |

5 Ways to Validate your Website

Thursday, September 3rd, 2009

[Tags: , , ]

Validating website code each time before uploading a file can save backtracking and time debugging. After all, valid code is happy code and everyone likes happy code (especially your web browser!).
Where and how do you validate code you ask? Good question!
The following is a list of 5 ways for you to validate [...]

Posted in Validation |

Create a Search Bookmarklet

Tuesday, September 1st, 2009

[Tags: , , , ]

Bookmarklets are a great way to enhance your internet browsing experience and make yourself more efficient when doing repetitive tasks.
No, bookmarklets are NOT miniature bookmarks, but they are bookmarks (or favorites for IE) that contain javascript instead of a URL. When clicking the bookmarklet, the javascript is executed immediately.
There are a wide variety of uses [...]

Posted in Tips and Tutorials |