-
Re: Whats ur ctrl V right now
<!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>generator</title>
<script type="text/javascript" language="javascript">
function errorTest()
{
newWindow=window.open("", "", "height=50, width=300, toolbar=no, menubar=no");
newWindow.document.write("<title>Lalala.<\/title>")
newWindow.document.write("<body bgcolor=red>Error")
newWindow.document.write("<br /><br />")
newWindow.document.write("<input type=button value='Close' onclick='self.close();'>")
newWindow.document.write("<\/body>")
newWindow.document.close()
self.name="Error"
}
</script>
</head>
<body bgcolor="white">
<form action="#">
<input type="button" value="Test" onclick="errorTest();"/>
</form>
</body>
</html>
-
Re: Whats ur ctrl V right now
The folks over at LiveSide have put up and detailed walkthrough of Microsoft's latest Live product, Windows Life Folders.
Here's a snip:
Windows Live Folders it not a difficult to use service, folder creation is straightforward, as it the uploading of files. Microsoft is aiming Windows Live Folders towards a large as market as possible, so the basic procedures need to be simple to promote adoption amongst the less tech-savy. The use of ajax to create new folders is nice, though the rest of the site could do with a little too. As we've seen with Windows Live Hotmail though, too much of a good thing can be bad.
:source:Neowin.Net: http://www.neowin.net/index.php?act=view&id=40272
_______________________________________________________________________
Oops. http://img.photobucket.com/albums/v3...lies/Blush.gif
-
Re: Whats ur ctrl V right now
<!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>generator</title>
<script type="text/javascript" language="javascript">
function errorTest()
{
newWindow=window.open("", "", "height=50, width=300, toolbar=no, menubar=no");
newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>");
newWindow.document.write("<title>Lalala.<\/title>")
newWindow.document.write("<body bgcolor=red>Error")
newWindow.document.write("<br /><br />")
newWindow.document.write("<form action='#'><input type=button value='Close' onclick='self.close();'>")
newWindow.document.write("<\/form><\/body>")
newWindow.document.close()
self.name="Error"
}
</script>
</head>
<body bgcolor="white">
<form action="#">
<input type="button" value="Test" onclick="errorTest();"/>
</form>
</body>
</html>
=-=-
I lyke had to fixcor it so it was all w3c-compliant :gotsocdlolol:
-
Re: Whats ur ctrl V right now
PHP Code:
<!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>generator</title>
<script type="text/javascript" language="javascript">
function windowMaker()
{
newWindow=window.open("", "", "height=50, width=300, toolbar=no, menubar=no");
newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>" +
"<html><head><title>generatorChild<\/title><\/head>" +
"<body bgcolor=red>Baby window<br /><br /><form action='#'>" +
"<input type=button value='Close' onclick='self.close();'\/>" +
"<\/form><\/body><\/html>");
newWindow.document.close();
self.name="childWindow";
}
</script>
</head>
<body bgcolor="white">
<form action="#">
<input type="button" value="Test" onclick="windowMaker();"/>
</form>
</body>
</html>
:pinch: Loads faster, had to try.
-
Re: Whats ur ctrl V right now
Equivalent to a human solving a Maze by putting
-
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
Snee
PHP Code:
<!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>generator</title>
<script type="text/javascript" language="javascript">
function windowMaker()
{
newWindow=window.open("", "", "height=50, width=300, toolbar=no, menubar=no");
newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>" +
"<html><head><title>generatorChild<\/title><\/head>" +
"<body bgcolor=red>Baby window<br /><br /><form action='#'>" +
"<input type=button value='Close' onclick='self.close();'\/>" +
"<\/form><\/body><\/html>");
newWindow.document.close();
self.name="childWindow";
}
</script>
</head>
<body bgcolor="white">
<form action="#">
<input type="button" value="Test" onclick="windowMaker();"/>
</form>
</body>
</html>
:pinch: Loads faster, had to try.
It wurks:o
http://img523.imageshack.us/img523/7267/untitledev3.jpg
-
Re: Whats ur ctrl V right now
I think your browser is borked, nub, it's supposed to be:
http://img.photobucket.com/albums/v38/snorlax/real.gif
PHP Code:
<!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>generator</title>
<script type="text/javascript" language="javascript">
function windowMaker()
{
newWindow=window.open("", "", "height=50, width=300, toolbar=no, menubar=no");
newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>" +
"<html><head><title>generatorChild<\/title><\/head>" +
"<body bgcolor=red>Bo luvs peen to the max!!˝<br /><br /><form action='#'>" +
"<input type=button value='close' onclick='self.close();'\/>" +
"<\/form><\/body><\/html>");
newWindow.document.close();
self.name="childWindow";
}
</script>
</head>
<body bgcolor="white">
<form action="#">
<input type="button" value="bring out the gheyness" onclick="windowMaker();"/>
</form>
</body>
</html>
Where do gif-comments show?
-
Re: Whats ur ctrl V right now
what the fuck's a gif comment?:blink:
did I fool ewe into thinking i knew stuff other than how to edit those bits wot i did?:smilie4:
-
Re: Whats ur ctrl V right now
Yes, totally :unsure:
A gif-comment's something I added to the image, in the metadata or sumthing. I thought it was supposed to turn up in the image properties, but it didn't.
Dunno where it went :dabs:
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
http://www.baidu.com/img/logo.gif
It's the Chinese Google/Ebay/Itunes in one!
-
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
Snee
Yes, totally :unsure:
did I just do the single nerdiest rod evar?:unsure:
-
Re: Whats ur ctrl V right now
The eDonkey2000 Network is no longer available.
=-=-
::Onoes:
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
Talentspeaks.com has posted a cool alternative photography contest. Check it out!
Also, you can sign up to receive Talentspeaks articles in your email, and never miss a great talent opportunity or inspirational story. It is easy, FREE, and you can opt-out at any time!
-
Re: Whats ur ctrl V right now
14280
what the hell is that? i dont even remember.... :wacko:
-
Re: Whats ur ctrl V right now
"/msg TV[XDCC]05 xdcc send #x
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
I've stolen one of Harrisons copy and paste jobs,and I'm posting
it on a lesser known forum.
-bd
-
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
brotherdoobie
I've stolen one of Harrisons copy and paste jobs,and I'm posting
it on a lesser known forum.
-bd
which bitch
-
Re: Whats ur ctrl V right now
It's elite...you wouldn't be welcome.
-bd :snooty:
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
Black ghetto cocks tearing into fresh, young, white pussy!
See how these sluts can take huge ghetto cock!
-
Re: Whats ur ctrl V right now
SEX: If this is all you want you are better served by going to a massage parlour or brothel. However some therapists include sexual therapy as a part of a therapy for sexual healing ie, to treat sexual dysfunction. Massage due to it's sensual nature can be interpreted as sexual, you may feel aroused during treatment, however this is okay, we are sexual beings and your your therapist will not have any judgement or take advantage of your vulnerability. To allow yourself to be open with your sexual feeling often allows deeper healing on other levels.
#
Note:I was posting this on another forum to see what other therapists thought. It is NOT ok to become aroused during a massage. There's nothing wrong with a bit of good old English Repression at certain times!
-
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
CrabGirl
SEX: If this is all you want you are better served by going to a massage parlour or brothel. However some therapists include sexual therapy as a part of a therapy for sexual healing ie, to treat sexual dysfunction. Massage due to it's sensual nature can be interpreted as sexual, you may feel aroused during treatment, however this is okay, we are sexual beings and your your therapist will not have any judgement or take advantage of your vulnerability. To allow yourself to be open with your sexual feeling often allows deeper healing on other levels.
#
Note:I was posting this on another forum to see what other therapists thought. It is NOT ok to become aroused during a massage. There's nothing wrong with a bit of good old English Repression at certain times!
I s'pose it depends who's doing it.
And also it's interesting how you typed "Repression".
Freudian mebbes.
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
In the meantime I've seen proof, black on white, that Herr Dr. Förster has not yet severed his connection with the anti-Semitic movement. [...] Since then I've had difficulty coming up with any of the tenderness and protectiveness I've so long felt toward you. The separation between us is thereby decided in really the most absurd way. Have you grasped nothing of the reason why I am in the world? [...] Now it has gone so far that I have to defend myself hand and foot against people who confuse me with these anti-Semitic canaille; after my own sister, my former sister, and after Widemann more recently have given the impetus to this most dire of all confusions. After I read the name Zarathustra in the anti-Semitic Correspondence my forbearance came to an end. I am now in a position of emergency defense against your spouse's Party. These accursed anti-Semite deformities shall not sully my ideal!!
-
Re: Whats ur ctrl V right now
Nah. I'm the least repressed woman I know.
-
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
CrabGirl
Nah. I'm the least repressed woman I know.
Nice, I'll take that massage therapy thing well.
-
Re: Whats ur ctrl V right now
The ligaments in me left ankle are well fucked due to a severe trauma.
So the Physio said.
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
-
Re: Whats ur ctrl V right now
<style type="text/css">
table table table {border:1px solid; border-color:ffffff; padding:1; background-color:DCA881;}
table tbody td table tbody tr td.text table{background-color:CB8F9D;border:0px solid; border-color:ffffff;}
table table{border:0px;}
table table table table{border:0px;}</style><style type="text/css">
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image:url(http://www.codemylayout.com/images/l...lling0dp.jpg);
background-attachment: fixed;
background-color:FFFFFF;
background-position:bottom left;
background-repeat:no-repeat;
scrollbar-face-color:CB8F9D;
scrollbar-highlight-color:ffffff;
scrollbar-3dlight-color:ffffff;
scrollbar-shadow-color:ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-arrow-color:CB8F9D;
scrollbar-track-color:ffffff;
}
table, tr, td, li, p, div, .text { font:normal 9px verdana; color:000000;line-height:9px; text-transform:none;letter-spacing:-1pt; }
.btext, { font:normal 9px verdana; text-transform:none;color:ffffff; width:100text-align:center;background-color:CB8F9D; border-color:ffffff; border-style:solid;border-width:1px; }
.redtext, { font:normal 9px verdana; text-transform:none;color:ffffff; }
.redbtext, { font:normal 9px verdana; text-transform:none;color:ffffff; }
.lightbluetext9 { font:normal 9px verdana;text-transform:none; color:CB8F9D; text-align:right; text-decoration: underline;}
.lightbluetext8 { font:normal 9px verdana;text-transform:none; color:CB8F9D; text-align:right; text-decoration: underline;}
.blacktext10 { font:normal 9px verdana;text-transform:none; color:CB8F9D;background-color:ffffff; border-bottom-color:8FCBC7;border-bottom-style:dashed;border-bottom-width:1px; width:100text-align:right; text-decoration: none; line-height:11px; }
.blacktext12 { font:normal 9px verdana; color:ffffff;text-transform:none; text-decoration:none; }
.orangetext15 { display:none; }
.whitetext12 {display:none; }
a:active, a:visited, a:link { font:normal 9px verdana;text-transform:none; color:000000; }
a:hover {font:normal 9px verdana; text-transform:none; text-decoration: none; color:ffffff; border-style: solid; border-width: 1px; border-color:000000; }
a.navbar:active, a.navbar:visited, a.navbar:link { font:normal 9px verdana; color:000000;background-color:white; }
a.navbar:hover { font:normal 9px verdana; text-transform:lowercase; color:CB8F9D; border-style:solid; border-width: 1px; border-color: CB8F9D; }
a.redlink:active, a.redlink:visited, a.redlink:link { font:normal 9px verdana; color:000000; }
a.redlink:hover { font:normal 9px verdana; color:ffffff; }
.nametext { font:normal 24px georgia; letter-spacing: -3px; text-transform:none;background-color:CB8F9D; color:000000;width:310px;text-align:right; font-weight:bold; }
a:hover img { filter: none }
input, select, textarea, .textfield, .button { color:ffffff; font:normal 9px verdana; text-transform:lowercase; text-decoration:none; letter-spacing:0px; border:1px solid; border-color: ffffff; background-color:DCA881;}
table{width:310px !important; height:9px;}
td.text td a img {width:auto !important;}
table table table table table, table table table table table td {
width:0px !important; padding:0px !important;}
td.text a img {width:justify !important;}
td.text td.text a img {width:60px !important;}
td td td div strong {width:160px !important; display:block;}
tr {background:transparent;}
.r{;}
body table table div font a, body table table div div {visibility:visible;}
.contactTable {display:none!important; border:0px !important;}
p {align=justify}
<style type="text/css">
td {background-color:transparent;border:0px none;}
table {background-color:transparent;border:0px none;}
body {background-color:transparent;border:0px none;}
</style><style type="text/css">
table table table {border:1px solid; border-color:ffffff; padding:1; background-color:DCA881;}
table tbody td table tbody tr td.text table{background-color:CB8F9D;border:0px solid; border-color:ffffff;}
table table{border:0px;}
table table table table{border:0px;}</style><style type="text/css">
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image:url(http://www.codemylayout.com/images/l...lling0dp.jpg);
background-attachment: fixed;
background-color:FFFFFF;
background-position:bottom left;
background-repeat:no-repeat;
scrollbar-face-color:CB8F9D;
scrollbar-highlight-color:ffffff;
scrollbar-3dlight-color:ffffff;
scrollbar-shadow-color:ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-arrow-color:CB8F9D;
scrollbar-track-color:ffffff;
}
table, tr, td, li, p, div, .text { font:normal 9px verdana; color:000000;line-height:9px; text-transform:none;letter-spacing:-1pt; }
.btext, { font:normal 9px verdana; text-transform:none;color:ffffff; width:100text-align:center;background-color:CB8F9D; border-color:ffffff; border-style:solid;border-width:1px; }
.redtext, { font:normal 9px verdana; text-transform:none;color:ffffff; }
.redbtext, { font:normal 9px verdana; text-transform:none;color:ffffff; }
.lightbluetext9 { font:normal 9px verdana;text-transform:none; color:CB8F9D; text-align:right; text-decoration: underline;}
.lightbluetext8 { font:normal 9px verdana;text-transform:none; color:CB8F9D; text-align:right; text-decoration: underline;}
.blacktext10 { font:normal 9px verdana;text-transform:none; color:CB8F9D;background-color:ffffff; border-bottom-color:8FCBC7;border-bottom-style:dashed;border-bottom-width:1px; width:100text-align:right; text-decoration: none; line-height:11px; }
.blacktext12 { font:normal 9px verdana; color:ffffff;text-transform:none; text-decoration:none; }
.orangetext15 { display:none; }
.whitetext12 {display:none; }
a:active, a:visited, a:link { font:normal 9px verdana;text-transform:none; color:000000; }
a:hover {font:normal 9px verdana; text-transform:none; text-decoration: none; color:ffffff; border-style: solid; border-width: 1px; border-color:000000; }
a.navbar:active, a.navbar:visited, a.navbar:link { font:normal 9px verdana; color:000000;background-color:white; }
a.navbar:hover { font:normal 9px verdana; text-transform:lowercase; color:CB8F9D; border-style:solid; border-width: 1px; border-color: CB8F9D; }
a.redlink:active, a.redlink:visited, a.redlink:link { font:normal 9px verdana; color:000000; }
a.redlink:hover { font:normal 9px verdana; color:ffffff; }
.nametext { font:normal 24px georgia; letter-spacing: -3px; text-transform:none;background-color:CB8F9D; color:000000;width:310px;text-align:right; font-weight:bold; }
a:hover img { filter: none }
input, select, textarea, .textfield, .button { color:ffffff; font:normal 9px verdana; text-transform:lowercase; text-decoration:none; letter-spacing:0px; border:1px solid; border-color: ffffff; background-color:CB8F9D;}
table{width:310px !important; height:9px;}
td.text td a img {width:auto !important;}
table table table table table, table table table table table td {
width:0px !important; padding:0px !important;}
td.text a img {width:justify !important;}
td.text td.text a img {width:60px !important;}
td td td div strong {width:160px !important; display:block;}
tr {background:transparent;}
.r{;}
body table table div font a, body table table div div {visibility:visible;}
.contactTable {display:none!important; border:0px !important;}
p {align=justify}
<style type="text/css">
td {background-color:transparent;border:0px none;}
table {background-color:transparent;border:0px none;}
body {background-color:transparent;border:0px none;}
</style><style type="text/css">
body, html {visibility:visible !important; display:block !important}
</style> Layout Provided By CodeMyLayout.com -<a href="http://www.CodeMyLayout.com" style="position:absolute; top:0px;background-repeat:no-repeat;left:0px; height:155px; width:155px; background-image:url(http://images.codemylayout.com/image...cmpanim1.gif); background-position:left;"></a><a href="http://www.CodeMyLayout.com">Myspace Layouts</a>
-bd
-
Re: Whats ur ctrl V right now