Wordpress is a very useful tool as I found out when started writing this blog. When it’s installed, the default theme is used, which is fine but not what a blogger usually wants. A blogger in my view would like to have his or her own theme, which illustrates the point of the blog, the [...]
Filed under: blog, internet, web design, web development, wordpress | 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)
I’ve been working on this problem for two days after starting this blog and browsed the Internet a lot in search of solution. I must say there are a lot of posts, a lot of links, a lot of opinions and a lot of provided “working” solutions but for me (IIS6 + blog in in [...]
Filed under: blog, hosting, internet, wordpress | Comments (2)
It is very important to keep the software up to date on the computer. This is because the malicious programs, viruses and other unwanted stuff is evolving every day, and with them the anti-viruses and the internet security programs are evolving too. There is a parity and this parity is broken if the software that [...]
Filed under: computer, computer security, internet, software, viruses, windows vista, windows xp | Comment (1)
When dealing with single and double quotes on the html or asp page, it is sometimes necessary to change them to so called character entity. Here’re the most common replacements I use:
& — &
‘ — ' or '
> — >
< — <
” — "
The character entities [...]
Filed under: html code editing, web design | Comment (0)