September 30, 2007

Safe Browser is an Internet Browser with a lot of protection against malicious scripts. A perfect replacement for Internet Explorer. CE Safe Browser is extremely easy to install and use.
Download here: http://www.communityeditions.com/cesafesetup.exe
Leave a Comment » |
Internet, Software |
Permalink
Posted by frozenade
September 30, 2007
Add the following into the <HEAD> section of your page, replacing the default <title> tag:
<title>Welcome to Frozenade's Zone. </title>
<script>
//Document title scroller- By Graeme Robinson (me@graemerobinson.co.uk)
var repeat=0 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
</script>
Leave a Comment » |
Javascript |
Permalink
Posted by frozenade
September 26, 2007

If you ask me about my most favorite actor, then he is Jet Li.
I love his action in most his movies since I was little.
His new movies are:
War (24 August 2007)
The Warlords (13 December 2007)
The Forbidden Kingdom (2008)
The Mummy: Tomb of the Dragon Emperor (01 August 2008)
Leave a Comment » |
Announcement |
Permalink
Posted by frozenade
September 24, 2007

This is query to select all field from a table in certain order.
select <field> from <table> where <filter> order by <field> <order>
For example:
select * from t_name where status="a" order by name desc
If you want to make order in ascending, just replace desc with asc
Leave a Comment » |
MySQL |
Permalink
Posted by frozenade
September 22, 2007

Being successful with women has long held a deep mystique for most men. In today’s society men are often unfairly judged on their level of success with women. Why is one man successful while another isn’t? There is almost always no apparent reason why one guy is more successful than another. It seems reasonable to assume that the successful guy has something that the less successful guy does not. A silver tongue, perhaps? A natural aptitude with which to succeed? Maybe. What he will certainly have is a set of skills and a knowledge base that generates confidence. Confidence breeds success.
The good news for you is that these skills and necessary knowledge can be acquired. To find how just read the book.
Download link: http://rapidshare.com/files/28872509/How_To_Be_A_Lady_Killer.rar
2 Comments |
Stuffs |
Permalink
Posted by frozenade