November 6th in Games by .

Fix -> Xbox 360 display mode not supported HDMI problem

Xbox 360 HDMI cable problem with Display not supported

I just bought home a new Xbox 360, hooked up with my HDMI cable and the display worked perfectly. Then started the nightmare. I did a latest update with the console and display went blank and every time i started the …

November 5th in Mobile Phones by .

Blackberry Storm – Typing Tutorial & Useful Tips

Useful Typing Tips in Blackberry Storm

I love blackberry storm and recently i was having so much fun in touch screen typing the best part i like is typing especially using the SureType keyboard. From being a noob i learnt a lot of handy tips for typing in blackberry storm

In …

November 4th in Mobile Phones by .

10 Best Mobile Applications for Blackberry!

Blackberry Appworld

A must install application for every blackberry phone to search stores for applications, games and much more. Its FREE to download.

Gmail for Blackberry

Install gmail extended for your blackberry to directly send/receive gmail messages without web interface. It also has filter to block incoming messages. Its FREE to download.

Visit site …

November 3rd in Mobile Phones by .

Touch screen difference in Blackberry storm & Iphone

Touch screen difference in Blackberry storm & Iphone

I am not sure not many would realize that there is a major difference in touch screen working in both iphone and blackberry storm when comes to typing.

IPhone

In Iphone, you have to just do a feather touch the screen to type a …

November 3rd in Mobile Phones by .

No email setup option in Blackberry phone!

Blackberry phone has no option to setup email!

I recently bought blackberry storm 9530 and i am loving it with its gorgeous design, ease of use in texting with suretype. I was initially frustrated with no option of setting up email and there was only one option for blackberry enterprise email …

October 1st in Linux/Unix by .

Troubleshooting Common DNS Misconfiguration Errors

Understanding DNS & Troubleshooting Common DNS Errors

DNS (Domain name system) may not be known to most people who use internet but it is the real backbone and the invisible force driving the whole internet without which we would be seeing numbers and IPs. The whole meaning of domain names exist …

September 29th in PHP Scripts by .

How URL shortening scripts work?

base361.PNG

I have been quite intrigued with the working of these URL shortner scripts and surprisingly most of them employ an ingenious solution to compress the URL to a shortened one.

http://example.com/fe45 ——-> http://corpocrat.com/blah/page.htm

The answer is base36 encoding. why base36? because it can contain 26 alphabets and 10 numbers in the …

September 28th in Linux/Unix, PHP Scripts by .

How to check IPs on same subnet?

How to check IPs on same subnet?

In many cases, you might want to check whether an ip address falls under a same subnet or not. It can be done both in perl and php using the Network library.

For PHP use Net IP4 library
For PERL use Net::IP library

<?php
// check for IP …

September 26th in Linux/Unix by .

DNS-Test :: Free dns checking tool script!

DNS-Test :: Free dns checking tool script!

I a wrote a dns checking script perl in script (CGI available) which can perform various tests for dns including…

* Checking for Nameservers NS records
* Website IP address (A Record)
* NS records from parent servers (root server)
* Check for LAME nameservers (Authoritative nameservers)
* …

September 23rd in Linux/Unix by .

Perl Net DNS Tutorial for Querying DNS Servers

Perl Net DNS Tutorial for Querying DNS Servers

Perl is really a very powerful language when it comes to low level system programming requiring intensive processing. Perl Net::DNS library can be used to write powerful web applications involving DNS lookups and queries. Before you start this perl programming you want want …