Google Games - Free Mini Games Forums

  • Home
  • Forum
  • Help
  • Search
  • Shop
  • Login
  • Register
  • Educational Hacking
  • Original Funny Videos
  • Chat
  • Advertise
Welcome, Guest. Please login or register.
December 03, 2008, 12:50:57 PM

Login with username, password and session length
  Show Posts
Pages: [1]
1  General Category / General Discussion / Re: JAMIE LYNN SPEARS PREGNANT!? on: January 06, 2008, 08:56:48 PM
Quote from: WEBMASTER on January 06, 2008, 08:52:35 PM
Haha, what would you do if she was your daughter?

That's a loaded question. My parenting values are non-violent communication, unconditional parenting, attachment parenting, playful parenting and a various plethora of parenting tools that do not involve cry it out, spanking or other violent parenting techniques. In that aspect, if she were my daughter, she wouldn't have gotten pregnant (Jamie Lynn) in the first place and hopefully if it was Brit, she would have better parenting tools and skills than what her own mother taught her.

Both would not be in the situations they are in now if they were my daughters.
2  General Category / Support / Have a question on: January 06, 2008, 08:54:23 PM
How do you get traffic for a forum? I've busted my butt for my forum but it seems that there are very little to no takers. I've indexed at google, have sitemap for it (447 freaking pages, holy cow on my ceiling lol), I've advertised in various places...and still not that many bites..so what's the dealio, how do I get traffic going...

Sheal
3  General Category / General Discussion / Re: What is your Favorite Website?? on: January 06, 2008, 08:51:31 PM
Quote from: WEBMASTER on January 06, 2008, 08:28:15 PM
Wow, you have 5 kids (no wonder your an expert in parenting) and how is your wordpress site going??

With over 1200 hits, I think I'm doing pretty good considering the young age of my blog. I am also an author and writer of short stories and am working on a novel so it must be my writing style or something lol.

I write horror short stories and fictional novellas if you were wondering Wink

Sheal
4  General Category / General Discussion / Re: JAMIE LYNN SPEARS PREGNANT!? on: January 06, 2008, 08:49:30 PM
Pfft..don't like her sister and I like her only a little more than popwrek britty.

Hopefully, she is a better mother than her sister is. Her sister, Brit, is the total opposite of what my parenting values are. Brit disgusts me quite frankly, she needs a reality slap in the head...

Sorry for being negative but I just don't understand why she would want children if she's going to treat her children like crap. As for Jamie, good luck honey, hope you redeem your family name by doing better than your sister - learn from her mistakes, oh please learn from her mistakes.
5  General Category / General Discussion / How fast can you type? on: January 06, 2008, 08:46:36 PM
For me it depends on what I'm typing...from copy (or typing from what I'm reading) I can type 180 words a minute. Coding, I can type about 120 "words" per minute. If I'm typing free hand I can go over 200 WPM.

So how fast do you type?
6  General Category / HTML SUPPORT / Try your hand at CSS on: January 06, 2008, 08:27:24 PM
http://www.oswd.org/

It's a great resource to replicate CSS by following the template step by step. If you learn visually like I do. It's been a life saver for looking at source coding to see how others may handle a particular cascading styles sheet problem or situation.

Enjoy!
7  General Category / General Discussion / Re: What is your Favorite Website?? on: January 06, 2008, 08:25:19 PM
My favorites, being a mommy (lol), are mothering.com, http://www.c2pp.com/index.php, http://rantrave.forumarena.com/ and http://naturalparenting.wsnw.net/phpBB3/index.php

Along with webmastering forums like : http://www.websitesnetwork.com/forums/

I also like the templates from : http://www.oswd.org/ (I'm lazy what can I say, I don't have time with 5 little ones in the household)

I also love blogging at wordpress : www.naturalmama.wordpress.com

My email is another happy happy joy joy site for me too, almost like my snail mail fluff mail (cloth diaper mail or online shopping that comes in the mail, we call it fluff or fluffy mail).
8  General Category / Support / Re: What kind of Paypal account on: January 06, 2008, 08:19:43 PM
It's quite easy actually, I used the tutorials for mine from the paypal tutorials. They have cart buttons a section of their site (when you are logged in) and donations buttons, We Prefer Paypal buttons ect.

It's under the vendors tab in your paypal. I also suggest verifying your paypal with a credit card (removes the limits and you get an "instant payment" to all your purchases). You can pick up a pre paid credit card and load it with 20 bucks and use a prepayed cc (I have pre payed cc on my paypal). I also suggest going for one of their business accounts (it's free) and upgrading to that.

Good Luck!

Sheal
9  General Category / Advertise / Re: Not gaming but parenting forums on: January 06, 2008, 08:05:09 PM
You are added and can now login.
10  General Category / Educational Hacking / Telnet Tutorial (Basic) on: January 06, 2008, 07:59:47 PM
The telnet commands allow you to communicate with a remote computer that is using the Telnet protocol. You can run telnet without parameters.  From the Telnet prompt, use the following commands to manage a computer running Telnet Client.

The tlntadmn commands allow you to remotely manage a computer running Telnet Server. These commands are run from the command prompt. Used without parameters, tlntadmn displays local server settings.

To start Telnet Client and to enter the Telnet prompt & Stop\exit telnet

telnet [\\RemoteServer] & To stop Telnet Client - use the syntax quit to exit the telnet prompt.

Parameters

\\RemoteServer : Specifies the name of the server to which you want to connect.

/?: Displays help at the command prompt.

open [\\RemoteServer] [Port]

Parameters

\\RemoteServer : Specifies the name of the server that you want to manage. If you do not specify a server, the local server is assumed.

Port : Specifies the port that you want to use. If you do not specify a port, the default port is assumed.
Remarks

You can abbreviate this command to o.

Examples

To connect to remote server Redmond through port number 44, type:
o redmond 44

To disconnect Telnet Client from a remote computer

Syntax

close [\\RemoteServer]

\\RemoteServer : Specifies the name of the server that you want to manage. If you do not specify a server, the local server is assumed.
Remarks

You can abbreviate this command to c.

Examples

To disconnect from remote server Redmond, type:
c redmond 44

To set Telnet Client options:

set [\\RemoteServer] [ntlm] [localecho] [term {ansi | vt100 | vt52 | vtnt}] [escape Character] [logfile FileName] [logging] [bsasdel] [crlf] [delasbs] [mode {console | stream}] [?]

\\RemoteServer : Specifies the name of the server that you want to manage. If you do not specify a server, the local server is assumed.

ntlm : Turns on NTLM authentication if it is available on the remote server.

localecho : Turns on local echo.

term {ansi | vt100 | vt52 | vtnt} : Sets the terminal to the specified type.

escape Character : Sets the escape character. The escape character can be a single character, or it can be a combination of the CTRL key plus a character. To set a control-key combination, hold down CTRL while you type the character that you want to assign.

logfile FileName : Sets the file to be used for logging Telnet activity. The log file must be on your local computer. Logging begins automatically when you set this option.

logging : Turns on logging. If no log file is set, an error message appears.

bsasdel : Sets BACKSPACE to be sent as delete.

crlf : Sets the new line mode, which causes the ENTER key to send 0x0D, 0x0A.

delasbs : Sets DELETE to be sent as backspace.

mode {console | stream} : Sets the mode of operation.

? : Allows you to view the complete syntax for this command.

To turn off an option that was previously set, at the Telnet prompt, type:

unset [Option]

To set the escape character, type:

e Character
   
On non-English versions of Telnet, the codeset Option is available. Codeset Option sets the current code set to an option, which can be any one of the following: Shift JIS, Japanese EUC, JIS Kanji, JIS Kanji (78), DEC Kanji, NEC Kanji. You should set the same code set on the remote computer.

To send Telnet Client commands

\\RemoteServer : Specifies the name of the server that you want to manage. If you do not specify a server, the local server is assumed.

ao : Aborts output command.

ayt : Sends an "Are you there?" command.

esc : Sends the current escape character.

ip : Interrupts the process command.

synch : Performs the Telnet sync operation.

? : Allows you to view the complete syntax for this command.

I'll stop there for now and do a part 2 tomorrow!

Sheal
11  General Category / Advertise / Not gaming but parenting forums on: January 06, 2008, 07:38:19 PM
http://naturalparenting.wsnw.net/phpBB3/index.php

If you are a parent, please feel free to join us at The Natural Family Living forums.

I would also like some opinions on the forum, layout, colors, content.

Thanks! (thank you Googleminigames! - Glad to be here)
Pages: [1]
Powered by SMF | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Google Mini Games © 2007-2008 Powered By High School Social Network
Loading...