Quantcast

Posts tagged ‘internet’

Emulate Internet Explorer 7 Behaviour on Internet Explorer 8

If you want to emulate Internet Explorer 7 behaviour on Internet Explorer 8, please put this meta tag on your web page. Continue reading ‘Emulate Internet Explorer 7 Behaviour on Internet Explorer 8’ »

Creating Custom 404 Error Page Not Found on GoDaddy.com Hosting using PHP

My friend has a shared hosting on GoDaddy.com and he wants to create custom 404 error page not found on his website. OK, this is actually very easy. You just create .htaccess file on the web root folder and put the following line on that file. Continue reading ‘Creating Custom 404 Error Page Not Found on GoDaddy.com Hosting using PHP’ »

Create Dashboard to Detect Signal Strength on IPSTAR Terminal Properties

One of my friend is currently using internet connection using VSAT from IPSTAR. The IPSTAR technical guy give him the special URL to detect the signal strength from the VSAT terminal. Unfortunately, that URL only can be accessed properly by using Internet Explorer browser. So he asks me to find out how to read the signal strength data directly without using the web browser. Continue reading ‘Create Dashboard to Detect Signal Strength on IPSTAR Terminal Properties’ »

Connect to IRC (Internet Relay Chat) Network using Telnet

In the past days, IRC is very popular chat network in the world. Many people using it to chat with friends over the world. Nowdays IRC is less popular than other services, such Yahoo! Messenger, Skype, Gtalk, Facebook Chat etc, but IRC still used on some community such as developer community. For example, CakePHP community often available on irc.freenode.net #cakephp, CodeIgniter also available on the same server at #codeigniter.

Now we will try to do fun things. Yes, we will simulate connection to IRC server not using IRC client software but only using Telnet. Again, this is for personal fun things. I just do it for remembering the past when learning the IRC protocol. Continue reading ‘Connect to IRC (Internet Relay Chat) Network using Telnet’ »

Create a Simple ‘Forget Password’ Feature using PHP

One of very common feature on a community or social network website is ‘forget password’ feature. What the hell is that? Well, it’s seems this feature is not important, but actually it will be useful if the member of the site was forgot their password. How to create a simple but quite good ‘forget password’ feature? As usual, we will need a scenario to reproduce our problem. But before we talk about the scenario, we will cover about our ‘forget password’ mechanism first. Continue reading ‘Create a Simple ‘Forget Password’ Feature using PHP’ »