Think LAMP - Web Development, Linux Administration and Networking

open source, programming, networking, system administration, linux, unix

Entries for the ‘Think Software’ Category

Zend QuickStart Error

If you have been following the zend quickstart tutorial at Zend site:
http://framework.zend.com/docs/quickstart
and couldn’t work out why it didn’t work… You need to check a few things. A few friends complained that the code aren’t working. How can you expect Zend to release something that is not working??!! Well, I was persuaded to go through the [...]

10 Checklist For Starting A Software Business

I am eager to write something based on my experience in the software business. Hey, it is a good reminder for me in the future as well!
1. Backup Plan
Do you have a software or script to backup both database and raw files regularly?
2. Failure Plan
What do you do when things fall apart? How do you [...]

Online Calendar Using PHP and AJAX

This calendar plugs in seamless with any content management system you are using. With Ajax, your screen need not be refreshed. The functionality can be easily extended using inheritance.
The full demo can be seen here - PHP Ajax Calendar and source code is here - Simple PHP Calendar Source.

online framing software

Yourframer is a picture framing application that enables the user to upload their own images and frame it online. The user can match the matboards colors and frames till they are satisfied before purchasing the materials.
The entire application is developed using Object Oriented PHP, PEAR, AJAX and XML.
http://clubframeco.com/smartFramer.html
Its amazing how prototype is integrated so tightly [...]

Website Ranking Using Google API and Pear:SOAP

Google implemented a search API in 2002 for web developers to do Google search within their own website. By using SOAP (Simple Object Access Protocol) procedures, the API allows the search and results retrieval to run in the background.
I have implemented a google search function in this website using PEAR SOAP.
http://web-developer.sitecritic.net/google_api_search.php
download the source code - [...]