C# Remove flickering in MDI applications.
If you have ever been working with MDI applications, and while to MDI windows are while the MDI windows are maximized and you switch you see a flicker of the windows. Well below is a simple quick fix...
View ArticleMyLaunch – A application / whatever else launcher.
You may have seen or used application launchers on diffrent platforms such as Quicksilver on Mac OSX Gnome Do or Linux or Launchy on Windows / Linux. Well I have used launch before, as well as a couple...
View ArticleQuick PHP Functions : str_remove
I had a need for a simple function to remove a portion of a string similar to how it is done with most functions in string libraries such as .NET’s String.Remove. Using the function is as simple as...
View ArticleQuick PHP Functions : preg_match_count, starts_with
Here are a couple more quick php functions for you, something you can throw in your common.php file and be used in the future if ever need be. Click the function names which link to the code stored at...
View ArticleDynamic getter’s and setter’s in PHP
Anyone who has done almost any PHP that required your to make a class of some sort probably also had to create getters and setters. If you happen to have a lot of properties that need to have getters...
View ArticlePHP Stuff : My database class
PHP Stuff : My database class. When developing websites I usually have a database class of my own that I use, I have a new one that I am starting to create now and it is quite simple to use. Such as a...
View ArticlePHP BlahFramework
An update of sorts to my last post, where I said that I would be finishing up on my little framework project then posting it on something like github or the likes. I went ahead and posted it up there...
View ArticleSoundBox, another mp3 player.
I started a new personal project, a little Mp3 player, it simple, does not have a lot of controls, visualaztions, and all the rest of everything found with most media players now a days. I just wanted...
View Article