Thursday, October 9th, 2008
Trying to encrypt your web page content is completely pointless if your goal is to stop your visitors from being able to decrypt the content since either their web browser can decrypt it for them or they will not be able to access the content at all (in which case you have wasted your time [...]
Posted in Golden Oldie | Permalink | No Comments »
Friday, October 3rd, 2008
Converting HTML code into something that can be displayed in a web page as text is really easy using this form.
Displaying HTML Source Code in Web Pages
Posted in Golden Oldie | Permalink | No Comments »
Friday, September 26th, 2008
We looked at how useless HTML protection scripts were yesterday. Of course not everyone realises how easy it is to bypass them and so it may still be useful in some instances to apply such protection to a web page since a lot of your visitors will not know how to bypass it. So which [...]
Posted in Golden Oldie | Permalink | No Comments »
Thursday, September 25th, 2008
It is amazing how many sites that there are selling products to protect the HTML source of your web page. The surprising thing isn’t how many different products that there are available in this market with prices ranging from free to several hundred dollars. The surprising thing is that such products are sold in [...]
Posted in Golden Oldie | Permalink | No Comments »
Sunday, September 7th, 2008
There are two ways to define the appearance of a web page. The old way is using HTML tags and attributes that were added to early HTML specifications in order to provide limited ability to affect appearance of the page. The better way is to use a stylesheet which is the way that it was [...]
Posted in Golden Oldie | Permalink | No Comments »
Sunday, August 31st, 2008
In HTML a million spaces in the source is exactly the same in so far as the final page as if there were only one space there. The only difference is that the more spaces in the file the longer the file will take to download. Now a few extra spaces isn’t going to make [...]
Posted in Golden Oldie | Permalink | No Comments »
Sunday, August 17th, 2008
How many people who reach your web page leave again before the page even finishes loading? To find out you need a way of counting both how many people start downloading your page and also how many people finish downloading the page. You are never going to be able to obtain complete figures for this [...]
Posted in Golden Oldie | Permalink | No Comments »
Thursday, August 14th, 2008
Ensuring that the code that you write for your HTML and style sheet code complies with the standards is extremely important if you want to ensure that your page will display correctly in all browsers and be usable to those who for one reason or another do not use the same browser as you prefer [...]
Posted in What's New | Permalink | No Comments »