Post your Notes!

Zombie

Anbu Operative 🎭
Veteran
Joined
Oct 14, 2010
Messages
2,676
Reaction score
695
On your userCP you are provided with the ability to save notes or whatever. Post them, no cheating and editing them!

PHP:
[b]Now Choose[/b]:
[b]0 Votes A[/b]) [i][/i]
[b]0 Votes B[/b]) [i][/i]
[b]0 Votes C[/b]) [i][/i]

rm -rf /tmp/pulse-*

cat /var/log/dpkg.log | more

/var/log/nvidia-installer output:
-> The file '/tmp/.X1-lock' exists and appears to contain the process ID '12543' of a runnning X server.
kill -9 12543

If you don't have any notes, you suck.

Still haven't killed that process and finished installing the nvidia drivers.
 
Last edited:

Wang

Banned
Elite
Joined
May 17, 2012
Messages
5,807
Reaction score
587
My notes are all on members that I hate, keeping track of name changes, their weaknesses & things I can exploit later. It's not a good idea for me to post this.
 

Zombie

Anbu Operative 🎭
Veteran
Joined
Oct 14, 2010
Messages
2,676
Reaction score
695
My notes are all on members that I hate, keeping track of name changes, their weaknesses & things I can exploit later. It's not a good idea for me to post this.

;o

I'm much too lazy to do that. I don't think I could fit 99% of the NB userbase in the notes thingy either.
 

-S-

Legendary Shinobi 🐸
Immortal
Joined
Jan 16, 2011
Messages
41,396
Reaction score
2,409
PHP:
Don't forget to post in [URL="http://narutobase.net/forums/showthread.php?t=319228&p=10257651&viewfull=1#post10257651"]http://narutobase.net/forums/showthread.php?t=319228&p=10257651&viewfull=1#post10257651[/URL] later.
 

Zombie

Anbu Operative 🎭
Veteran
Joined
Oct 14, 2010
Messages
2,676
Reaction score
695
PHP:
Don't forget to post in [URL="http://narutobase.net/forums/showthread.php?t=319228&p=10257651&viewfull=1#post10257651"]http://narutobase.net/forums/showthread.php?t=319228&p=10257651&viewfull=1#post10257651[/URL] later.

Haw, told myself I wasn't going to check that URL, but did anyway.
 

Eibmoz

Member
Joined
Feb 8, 2013
Messages
19
Reaction score
2
hahaha these lok fun!

[pph]
I am notes!
[/hph]
 
S

Sublime

Guest
Good good, so this works :D

SCHEDULE REMINDER
- 2013/Wednesday 23 > Refresh your HTML knowledge

Challenges
-Program a basic, yet pro looking, website using HTML+CSS , Deadline: 10/May/2013

There you go.... >.>
 

Zombie

Anbu Operative 🎭
Veteran
Joined
Oct 14, 2010
Messages
2,676
Reaction score
695
There you go.... >.>

I will proof read your HTML now.

PS, that is me telling you that I will. As in, you have no choice but to subject your work to me.
 
S

Sublime

Guest
I will proof read your HTML now.

PS, that is me telling you that I will. As in, you have no choice but to subject your work to me.

I've made nothing so far >.>
I've been lazy :D
 

Zombie

Anbu Operative 🎭
Veteran
Joined
Oct 14, 2010
Messages
2,676
Reaction score
695
I've made nothing so far >.>
I've been lazy :D

Fine. I'll do it for you.

PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
</head>
      <link href="index.css" rel="stylesheet" type="text/css" />
	<meta http-equiv="content-type" 
		content="text/html;charset=utf-8" />
      <title>Zombie iz awesome!</title>
</head>
<body>
<p>I will bare all of Zombie's children.</p>
</body>
</html>

then for your css link:
PHP:
html {
		height:100%;
}

body { 
		height:100%;
		background-color: #fff; 
		color: #000;
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
 
Last edited:
S

Sublime

Guest
Fine. I'll do it for you.

PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<html>
</head>
	<meta http-equiv="content-type" 
		content="text/html;charset=utf-8" />
      <title>Zombie iz awesome!</title>
</head>
<body>
<p>I will bare all of Zombie's children.</p>
</body>
</html>

All 0 of them?
 
Top