No Image

What is a Content Management System? Content Management Systems is also known as (aka) CMS in short. And I always love to call it a CMS, and people would ask me what is a CMS. So today, I’m going to blog about a CMS, all that you need to know. A CMS is a system
Click to Read More...

Handling Bank Transactions

Category: Coding Standards Level: Beginner Description: This small piece of code will show you how Bank Transactions are handled. Bank Transactions are always executed in a series so that none of the transactions are missed or all of them are missed. If you used recordset instead, then if for some reason only one command is
Click to Read More...

No Image

Static routing are configured by network administrators to create a new entry route in the router’s routing table. It allows a network to forward packets to the IP address destination stored in the routing table. Static routes are known to be manual configured thus it does not change and its not dynamic. Advantages Static routes
Click to Read More...

Simple causes of Cancer

Johns Hopkins – Cancer News from Johns Hopkins No plastic containers in micro. No water bottles in freezer. No plastic wrap in microwave. A dioxin chemical causes cancer, especially breast cancer. Dioxins are highly poisonous to the cells of our bodies. Don’t freeze your plastic bottles with water in them as this releases dioxins from
Click to Read More...

PHP Databases Classes For Free!

My simple Query Language Class for MySQL & MySQLi(Improved) Author: Mustafa OZGUR Date: 2010-08-09 (4 days ago) Groups: PHP 5, Databases Description: This class is Database access wrapper using MySQL or MySQLi extensions. It can: – Establish connections to a MySQL server – Execute arbitrary queries and return the number of result rows, the number
Click to Read More...

Google release drag-and-drop feature

Recently, Google has released a cool feature in their Google Mail application. It provides drag-and-drop feature in Google Mail whereby you are able to drag-and-drop email attachments to your desktop without right-clicking it to save it as a document. Hassle-free. And I totally fell into it. Give it a try today!

Jul 26

1

Sony NEX-3 & NEX-5

like I’m quite late for a review on the new digital cameras from Sony. From the image above, Sony has keep its promise by giving slim and sleek designs to its digital cameras. That’s one thing for sure what I like about Sony digital cameras. Ladies would sure to like this. The camera isn’t an
Click to Read More...

No Image

Category: Graphics/ Sound Level: Intermediate Description: 2D, simple pan and zoom example using graphics class. Use the mouse wheel to zoom in and out and drag the mouse with the middle mouse button pressed to move. Complete source code is at: http://www.planet-source-code.com/vb/default.asp?lngCId=7899&lngWId=10

No Image

Lately, I was posting about the new camera that Sony Cyber-shot has to offer, the TX7 model, basic features of cameras are the MUST HAVE functions in each of the cameras these days. But the future of camera is yet to come with the most stunning technology that Sony Cyber-shot is implementing in its new
Click to Read More...

Jul 6

4

32 Most Important Algorithms

A* search algorithm Graph search algorithm that finds a path from a given initial node to a given goal node. It employs a heuristic estimate that ranks each node by an estimate of the best route that goes through that node. It visits the nodes in order of this heuristic estimate. The A* algorithm is
Click to Read More...