Tech talk!
Discussing my experiences with technology!
Wednesday, December 15, 2010
How to unlock Iphone 4 iOS 4.1 at baseband 2.10.04?
›
I have an iPhone 4 with iOS 4.1 at baseband 2.10.04. I want to use the iPhone on a different network as I am traveling out of country? Can a...
Friday, November 19, 2010
Bouncing Orbs
›
I recently finished a major milestone for a C++/SDL game development course. It is my first mini-game/animation. It was an awesome programmi...
Tuesday, November 2, 2010
Python - Writing a traceroute using sockets
›
I recently learned, how to write a traceroute using socket programming in python. I am sharing it below. I don't take any credit for th...
1 comment:
Thursday, October 7, 2010
C++ - Maps and Vectors
›
I have been learning something really exciting this semester. It is a grad course called Object oriented software development using C++. Ap...
Friday, September 17, 2010
Yii - data grid view with some customization of cell content format
›
Lets start by creating a simple table CREATE TABLE IF NOT EXISTS `users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` v...
3 comments:
Thursday, September 9, 2010
Setup and debug an Yii app in Netbeans IDE
›
After using Eclipse for a while I switched to Netbeans IDE for Yii development. It seems faster and easier to setup. Following is my experie...
9 comments:
Tuesday, August 24, 2010
Yii - Authentication from mysql database using a md5 password
›
Before proceeding make sure the database has been connected to Yii application. (see previous post ) For this example, the passwords are st...
4 comments:
‹
›
Home
View web version