Most Popular Articles
1 2 3 4 5
Latest Articles

C# Bad Code Examples

After the success of PHP Bad Code Examples, I decided to write another one about bad code examples, but this time it’s about C# :) Enjoy: Example 1. /// <summary> /// Returns current UTC[...]

PHP Bad Code Examples

I’m little tired of examples how we should write out code. So, here’s a list of really bad PHP code examples. Enjoy :) Example 1. <?php phpinfo(); if (file_exist('../../../../etc/passw[...]

Blog Directories

If you have a blog, here’s a list of high-quality blog directories where you can submit your blog: 1. http://dir.yahoo.com/Internet/World_Wide_Web/Weblogs/ 2. http://dmoz.org/Computers/Internet/[...]

Java 4-Ever

Top Social Bookmark Sites

The Social Bookmark sites are a great choice for promoting your articles. Here’s a list of top social bookmark sites that I used in my webmaster work: 1. http://www.digg.com 2. http://www.reddit[...]

Create a VB.NET app that can be run in only one instance

For some application you make want the user to be able to run only one of their instances (ex. an e-mail client). I found an easy way how it can be done. If you are developing an VB.NET Windows Form a[...]

Blogging Disadvantages

We always read much about advantages of blogging, but in this post is about the disadvantages of blogging. Here some things to consider about blogging: 1. It needs time – it’s the biggest [...]