Blog

SnipsManager Version 2.2 Released

February 21, 2011 | By | Add a Comment

To keep up with our future plans for CodeHave, with this new version we renamed it to SnipsManager. Other than the handful of bugs fixed and new features added, we also tidied up some of the code files and added some PHP functions to make it easier for those of you who want to modify [...]

Continue Reading

10 Reasons Why Small Business Websites Should Be Built with WordPress

October 11, 2010 | By | 8 Comments

I’ll tell you the same thing I tell every one of my new web marketing clients, “WordPress is incredible – and you should be using it for your website.” It can save you both time and money, while making it far easier to build a beautiful and limitless website that you can manage and control [...]

Continue Reading

How Secure is my Password?

October 7, 2010 | By | Add a Comment

HowSecureIsMyPassword.net is a site for checking the strength of passwords in a simple and fun way. The strength is not shown in the conventional progress bar, but in very descriptive sentences.

Continue Reading

CodeHave Version 2.0 Released

October 4, 2010 | By | 2 Comments

We are happy to announce that CodeHave version 2.0 is finally released. In this version we had some minor bugs fixed and added a few features like social bookmarking submission, a contact form and an admin panel to modify the website’s title, meta tags and menus. A list of the features can be found here. [...]

Continue Reading

Quotations from Fortune the UNIX Program

July 12, 2010 | By | Add a Comment

fortune is a simple program that displays a pseudo-random message from a database of quotations. It is predominantly found in UNIX-like systems, but clients for other platforms exist as well. Quotations are from famous people, jokes, poetry, science fiction movies and a few other sources. Below are a few of them:

Continue Reading

Creating a New Page Template for a WordPress Theme

July 8, 2010 | By | 3 Comments

Page templates in a WordPress theme define how the page using it is displayed. Nowadays most themes provide more than one page template. As an example the Twenty Ten theme that comes with WordPress 3.0 has Page Template and One Column, no Sidebar Page Template. They are listed in the Page Attributes box in the [...]

Continue Reading

Displaying an Image Without Locking its File

July 5, 2010 | By | 4 Comments

The PictureBox control is one of the most used controls in Windows Forms applications. And sometimes you might want to delete the image file that is displayed on it. Doing so with an image displayed using the Image.FromFile function will result in a file locked exception. And file will stay locked until the program exits, [...]

Continue Reading