
Irish Developer dot com is the online playground of David Rooney a web design and developer since the age of 16. Having worked both in Ireland and America... More »
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Dec | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
Posted last year, mid-September by Dave.
Categories: SEO, ASP, VBScript, Snippets.
Post Views: 1,249 Views.
One of the down sides to ASP is not being able to make SEO friendly URLs with out the need for server components. PHP can do with use of the .htaccess file. When ASP was first thought up by Microsoft the need for SEO friendly URLs wasn’t high on the list of needs. SEO wasn’t what it is today, a key to making a site successful. With the introduction of the .NET platform saw the end of development on the ASP platform. Which left web developers in a tight spot, either they install a server component (example: custom or pre built ISAPI filters) or they had to find creative ways to get around this issue.
Posted last year, mid-April by Dave.
Categories: ASP, VBScript, Snippets.
Post Views: 898 Views.
Below is the code for preforming a 301 Moved Permanently Redirect using ASP VBScript.
Posted last year, at the end of March by Dave.
Categories: Web Developement, ASP, VBScript.
Post Views: 551 Views.
One of the blogs I read called ILOVEJACKDANIELS has a great cheat sheet for anyone learning or working with ASP VBScript. The blog also have many other cheat sheets worth checking out.
Posted last year, mid-March by Dave.
Categories: ASP, VBScript.
Post Views: 1,577 Views.
I have finished writing a fully working script to send emails via GMail. You can also check out my post titled Send ASP email via GMail. All I ask is that you leave a comment below to tell me who is using it. And also so I can email with future updates. I also would ask for a link back.
Enjoy!!!
Posted last year, at the start of March by Dave.
Categories: ASP, VBScript, Snippets.
Post Views: 712 Views.
Displaying a message based on time of day (more…)
Posted last year, at the start of March by Dave.
Categories: ASP, VBScript, Snippets.
Post Views: 491 Views.
A simple text file (poor man’s database) based hit counter (more…)
Posted last year, at the start of March by Dave.
Categories: ASP, VBScript, Snippets.
Post Views: 3,217 Views.
The following VBScript snippet will write a cookie based Welcome Message and count the number of times they have visited. (more…)
Posted last year, at the end of February by Dave.
Categories: ASP, VBScript, Snippets.
Post Views: 410 Views.
Say for example you have a database driven page and the right page is being displayed using QuertStrings to pass the page name like so ‘www.yourdomain.com/index.asp?page=home’. But you dont like the ‘page=’ part you can always do the following:
(more…)
Posted last year, at the end of February by Dave.
Categories: ASP, VBScript, Snippets.
Post Views: 2,714 Views.
Below is the code to send an ASP email via GMail’s SMTP servers. Some websites are trying to sell this (one website I found is selling it for $4.95!), but Im showing you for free. I will code a better looking one with a submit form, so watch this space. Enjoy!
(more…)
Posted last year, at the end of February by Dave.
Categories: ASP, VBScript.
Post Views: 325 Views.
The TextStream object is used to access the contents of text files.
(more…)