Google and other search engines generally don’t like when the link on a website leads to nowhere i.e. the link is broken. This is why many websites publish external links through a forwarding page, which uses redirection techique to open the requested page. The forwarding page is a wrapper that firstly checks if the requested [...]
Filed under: classic asp, html code editing, internet, web design, web development | Comments (38)
Today I figured out that it is actually possible to have Javavscript functions and VBScript functions on one page and it is also possible to call a VBScript function from a JavaScript function. Previously, I didn’t think it’s possible - scripting geeks, please forgive me.
Filed under: html code editing, javascript & vbscript | Comments (6)
In continuation to the one of the first posts in this blog Nicely structured wordpress permalinks on IIS 6 for subdirectory blog location I need to add something.
I was setting up a blog for a friend and encountered an error in the code, which I’ve added for Everest Computers Blog. This simply forced me to [...]
Filed under: blog, computer, html code editing, internet, web development, wordpress | Comment (0)
When carrying out the web development, it is sometimes necessary to get some information from the http request about the requester - a type of browser, IP address, various path values and so on. For that, so called server variables exist - their values are obtained from the Request object.
I personally don’t remember all of [...]
Filed under: classic asp, html code editing, software, web development | Comment (0)
Imagine the situation: you’re developing a website using classic ASP technology including “Include” directives. Obviously, all changes and amendments are done by you on your personal computer or a local server in your local computer network. After the changes, you upload the code to the web server, where the website is permanently hosted, and what [...]
Filed under: classic asp, hosting, html code editing, web design, web development | Comment (0)