Error Number 0×800ccc19 Caused By Antivirus Program

Problem October 25th, 2008

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 in another computer and it’s working. Wew, so what happen with my computer?

Read the rest of this entry »

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Make Ticker With Marquee and Stop onMouseover

Uncategorized, Whatever October 12th, 2008

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^^

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Color Cube With PHP

PHP September 17th, 2008

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 make a color cube, but I’m not really familiar with JavaScript. So I did it using XHTML and PHP.

First you need select and option tag in XHTML to reprensentated color cube.  Make any option for RGB value and modified each option to RGB value. So user can choose some color by looking on this option. Lookout this script bellow.

Read the rest of this entry »

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Create User Log

PHP September 8th, 2008

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 IP address from user and $HTTP_USER_AGENT to know web browser in user. Usually this script must be place in index of web site (index.php). Then you need to created log.html file to save user log.
Read the rest of this entry »

Sphere: Related Content

Tags: ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Random Image With ASP [Part2]

ASP August 24th, 2008

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 it from Actual Training ASP class with my little modified. Hah nope, I never tried to learn and I’ll share little for you. Hehe.

1. Create new website, with C# language.

Read the rest of this entry »

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Blogroll Link Update