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

Java Script For Fun [Part2]

Whatever August 12th, 2008

One more… and I got this trick from my friend again.. with this trick you can make some image on your website became rotated. I don’t know how it work. I just try and shocking^^. Let’s try it with following the instruction below:

1. First open any web page that have any image. For example: http://google.com, click on image tab.

2. Then search any image that you want. For example: frog
Read the rest of this entry »

Sphere: Related Content

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

Breakout HTML Frames

Whatever July 19th, 2008

Ouch.. Hmm.. long time ago, I had problem to breakout HTML frames. Before I have Einchi.com, I used free hosting and use free domain like (http://www.c-o.in/). If you used free domain, usually your site will showing on frame.

Disadvantages(Cons) of using Frames :
1. One of the main disadvantage of frames is search engines will not deal with them properly. i.e, search engines (including most popular ones) will not index pages containing frames as its hard for them to search for a specific content and move backwards to check to which frameset each page belongs to and retrieve all the pages in the frameset.

2. Its hard to navigate through pages in frames when we have more than two or three frames.

3. Its difficult to print the content of all frames when compared to a normal web page.

4. Some browsers doesn’t support frames, so we need to place the content seperately for the people who doesn’t have frames using <noframes> … </noframes>

5. We cannot bookmark individual pages using browser’s Favourites Menu.
Read the rest of this entry »

Sphere: Related Content

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

Create YouTube Video Thumbs

Whatever July 19th, 2008

Today, I googling and found how to make YouTube video thumbs. In this post, I’ll show you, how to create YouTube video thumbs on your web page. All you need is the javascript file JS and set your CSS and the function below to grab the videos you want.

[-]?View Code JAVASCRIPT
1
2
3
<script>
insertVideos('youtubeDiv','search','$searchterm','$resultsnumber','$useoverlay');
</script>

This example page loads youtube video thumbs inside your page with the use of only one javascript file.

Read the rest of this entry »

Sphere: Related Content

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

Playing Cube

Whatever July 12th, 2008

Today, I’m browsing and found CubeScape. What is Cubescape? Cubescape is your own digital landscape to create your isometric pixel picture.

Cube Scape

This is very amazing Javascript. I can’t believe it’s JavaScript/Canvas..

Try it and have fun with it^^

Read the rest of this entry »

Sphere: Related Content

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

Blogroll Link Update