- New Addition to adButterfly Network FeaturedJuly 9, 2010
- Fresh Wallpapers Featured, GraphicsSeptember 4, 2009
- Whiskey Air Theme Featured, Themes, WordPressSeptember 2, 2009
Archive for the ‘Programming’ Category
CMS Redesign
When I started my web programming business I had several clients who wanted some complex applications for their web sites, such as a real estate CMS, a jobs one and another one for an art site. After lots of errors with no apparent way of fixing and an exaggerated templating system, I decided to apply [...]
Read the rest of: CMS Redesign »
More Progress With Butterfly Organizer
The last months brought new features to Butterfly Organizer. Multi-user support is now fully implemented, database structure is more robust and we have a fully working, bleeding version running online. Test before you download. Also, multi-language support is up and running (unfortunately it’s still offline). The next version will still require some rough SQL update, [...]
Read the rest of: More Progress With Butterfly Organizer »
Copy Web Page Content Using innerHTML
I need to extract some data from a web page and place it on a fishing site. The source web page is updated frequently, and I don’t have the necessary time to update it. So, I’ll use the Javascript innerHTML function. First of all, I should identify the element I’m trying to copy, let’s say [...]
Read the rest of: Copy Web Page Content Using innerHTML »
Include Remote Files With PHP
If you have a script on a remote server and you are using PHP5, then you will not be able to use include() or require(). I learned that while trying to include a script on a subdomain (for speed). The only solution is to use the file_get_contents() function instead. That’s all. Your remote inclusion will [...]
Read the rest of: Include Remote Files With PHP »
Harvest Emails From Text File
You might have a text file with a lot of emails, extracted from a mail client or a CSV file created with some script. Nonetheless, you want to extract all the valid email addresses (user@domain.ext) from the file. Pass this function a file (you can rename it to .php, or .txt, or .csv) and it [...]
Read the rest of: Harvest Emails From Text File »
CSS Neon Menu
The following menu was created yesterday while I was too tired to work, but too active to go to sleep. I thought it might be a good addition to my blog and someone could use it for navigation. No backlink is necessary. Download: CSS Neon Menu
Read the rest of: CSS Neon Menu »
PHP Random Images With Links
I’ve been trying to enhance one of my current themes with a dynamic header. The header was supposed to show different images with different links to section of the blog. While searching on the internet for a viable PHP array randomizer function, this is what I ended up with. It works perfectly. Download: PHP Random [...]
Read the rest of: PHP Random Images With Links »
PSD To XHTML/CSS Contest
We are hosting a PSD to XHTML/CSS contest kindly oferred by fe coding. If you designed your own theme in a graphics software such as Adobe Photoshop, but you don’t have the required skills to turn it into a perfectly valid XHTML/CSS theme, you have come to the right place. The contest is as follows: [...]
Read the rest of: PSD To XHTML/CSS Contest »
XHTML - Myths vs Reality
Tina Holmboe wrote a comprehensive guide on XHTML: The intended audience for this article are those developers who consider using XHTML for the first time, but also authors and content producers who wants to learn more about the topic of extensible markup languages. Read it in detail here.
Read the rest of: XHTML - Myths vs Reality »
eBook Collection: Java
I decided to share all my eBooks on programming. This week is Java. Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems’ Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer [...]
Read the rest of: eBook Collection: Java »

in — 62 comments
in — 36 comments
in — 32 comments
in — 32 comments
in — 28 comments