August 30th in General by pbu .
Easy way to file a trademark with USPTO Office.
When your business grows better daily you might be tempted to trademark your brand name for a product/service you sell. If you are pretty new to trademarks you can file online or get the services from a third party or attorney.
1. File …
August 29th in General by pbu .
I was having great problems while typing with my toshiba laptop. Everytime i type, my hand will accidentally touch touchpad and the cursor goes crazy interfering with my typing.
At last i am happy that there is a setting in my toshiba satellite laptop to disable tapping on my touchpad …
August 26th in Games by pbu .
Best Action Games of the Decade (PC)
It all started for me as a action gamer 10 years ago. Remember playing super mario, dave, doom of those days. I still cant believe “Blood” was truly amazing during that time with those great effects and instilled fear. It has been about past …
August 23rd in Mobile Phones by pbu .
As a new user of nokia phone, i really wanted to copy and paste text from SMS messages to my notepad application with my nokia E50 business phone without using PC suite application. At last i found how to do it.
1. Open the SMS message and forward it. You will …
July 31st in General by pbu .
Starting anything without checking for trademarks can put you in trouble at some point of time or other. It may be possible that in your country the trademark may not be available but somewhere in other part of the world some third person may have registered a trademark that collides …
July 24th in PHP Scripts by pbu .
I was having having nightmares with mysql rand() function. Rand() function works well in pulling out rows randomly from the datbase and works well if you have a quite few hundred records. Ironically, it desperately slows down when you have a large table dataset above 10,000 rows.
This is the traditional …
July 14th in Mobile Phones by pbu .
I have always been fond of finding a suitable mobile phone for senior citizens with poor eyesight. Many aged persons lose the interest for mobile phones just because they are not comfortable to operate the mobile phone without wearing eye-glasses.
Dont forget that senior citizens also form a good consumer market. …
July 5th in Linux/Unix by pbu .
Installing Webmin (server control panel) for Debian/Ubuntu is dead easy.
Just follow 3 steps.
1. Go to Root> console and download Webmin using wget command
wget http://webmin.com/…./webmin-X.YYY.tar.gz
2. Just follow the steps during the installer.
3. Once installation is finished, just point to URL you will get the webmin login screen.
http://localhost:10000/
http://ip.address:10000/
Thats it!
July 1st in PHP Scripts by pbu .
I was amazed with the simplicity of the CakePHP framework. Its so easy to understand the model view controller and just within minutes we can break down the application like a blog into pieces.
Just i was experimenting i found that making custom layouts with the framework is bit hard to …
June 28th in PHP Scripts by pbu .
I have been always searching for a PHP function that could rewrite the mysql date to a descriptive PHP date form. Dates stored in MySQL database usually in the format of YYYY-MM-DD.
There will be situations where you might want to output the date stored in mysql in a more descriptive …