Tag Archives: Tutorial

Error Number 0×800ccc19 Caused By Antivirus Program

Today I tried to connect to my mail server on my office with outlook. But I always got connection timeout to mail server message and showing error number 0×800ccc19. I had checked my account setting to make sure that’s correct setting, but I got connection time out again. I tried to use my account setting [...]

Make Ticker With Marquee and Stop onMouseover

Today, I tried to make ticker with stop on mouse over effect. I search on google n find it…
Thatata… Just put this script, and let’s custom your own text to ticker.
<marquee behavior=”scroll” direction=”left” onmouseover=”this.stop();” onmouseout=”this.start();”>Go on… hover over me!</marquee>
I think you can ticker data from database to. I’ll used it on my big project. GBU^^

Color Cube With PHP

This is not my original idea.. But it’s very useful. For this trick idea, I grab from some banner generator site. Sory I’m forgot about this site. Then, I try to modified it with my knowledge about PHP. With this trick, you can make simple color cube. Like you know, some site used JavaScript to [...]

Create User Log

Today, I tried to make user log with PHP. User log is used to save information about visitor, like IP address and web browser. User log saved in html file. So you don’t need databases like MySQL. In this user log script, we need date() function (to set time) and variable like $REMOTE_ADDR to get [...]

Random Image With ASP [Part2]

This post still about random image with ASP.NET, but it’s little different. In this random image, I’ll try to use user control. So far, I know that user control can be use to make custom component in ASP, but I don’t know really , because I’m still newbie in ASP and I got [...]

Random Image With ASP [Part1]

I have tutorial about random image with PHP on previous post, and now I’ll share about random image with ASP.NET. Basically, It has same method to make random image with PHP, and only different in scripting.
There are some step to make random image with ASP.NET:

Display Recent And Random Image On Wordpress

Hello all^^
I never tried to make experiment and today I have little experiment to display recent image of nextgen gallery on Wordpress home page. First you must have execphp plugin installed on your Wordpress blog. You can download here. Exephp plugin is used to enable execute php on Wordpress page. So you can execute php [...]

Blogroll Link Update