Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K

22 Posted Topics

Member Avatar for Dave Sinkula

I'm currently reading C++ Programming for the Absolute Beginner and I like it very much. It talks to you as if you've had zero programming experience before, but I have had some beginner basics in VB.NET. The book has bit of humor to it which keeps me interested, and it …

Member Avatar for shahidali6
11
10K
Member Avatar for sowmya.murthy

You should try matching against this expression to check if valid characters were entered for an email address: `/^[\w\-\.\+]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z0-9]{2,4}$/` Check out the `.match()` function. I don't want to completely give you the answer on this.

Member Avatar for ankti
0
504
Member Avatar for mrnutty

It's just my first initial, middle initial, and full last name. I couldn't think of anything else that worked better.

Member Avatar for Reverend Jim
0
686
Member Avatar for _rational_

I currently own a Lenovo ThinkPad T420 and love it. With the 9 cell battery, I can get a solid 11 hours of surfing the internet, playing music, and editing a Word document. The build quality is amazing, also. I've always had bad experience with Acer laptops, though. My first …

Member Avatar for dawidbrook
0
368
Member Avatar for andy8521

I'm reading through [Head First Java](http://www.amazon.com/Head-First-Java-2nd-Edition/dp/0596009208/ref=sr_1_1?ie=UTF8&qid=1332467322&sr=8-1). It's not a dry programming book at all, and it explains topics really well. It's more of a humorous book with more visuals to help the reader understand topics.

Member Avatar for Krokcy
0
270
Member Avatar for Violet_82

I always had trouble on how to do this, but I found [Dead Centre](http://www.wpdfd.com/editorial/thebox/deadcentre4.html) to be the best way to implement text centered right in the middle of a `<div>`. It involves using more `<div>` tags, but I think it might be the only way to get text centered that …

Member Avatar for NetJunkie
0
132
Member Avatar for dlannetts

You could simply float two `<div>`s within the `<div id="article">`, and then clear them both. <div class="colRight"> <p>Newest Articles</p> <div id="article"> <div id="article_image"> <p>Image or text here...</p> </div> <div id="article_content"> <p>Content fills in here...</p> </div> <div class="clear"></div> </div> </div> I've added some borders to show the boundries of the `<div>`s, …

Member Avatar for jwmollman
0
196
Member Avatar for saucy6969

On your main `<div>` wrapper, you're defining a fixed height, so when your text exceeds that 1226px limit, it gives you the "leaking" footer into the main `<div>`. You can either remove or comment out the height property in your CSS file and it will be fixed. #main { background-color: …

Member Avatar for JorgeM
0
212
Member Avatar for gopi17

If you mean designing your site compatible for viewing on iPhones and the like, it should just be able to scale accordingly to the device's resolution. If not, then you will have to resize images to fit a smaller resolution. You might want to send the user to a new …

Member Avatar for jwmollman
0
94
Member Avatar for gunbuster363

My regular visits are [url=http://www.metafilter.com]MetaFilter[/url] and [url=http://www.codinghorror.com/blog]Coding Horror[/url].

Member Avatar for Arkrothe
0
125
Member Avatar for abdelhakeem

93 WPM here. I had 93 correct and 6 wrong, from typing 526 characters per minute.

Member Avatar for nick.crane
0
449
Member Avatar for viziroth

Hi viziroth, this might be too late of a response but I'll give it a go anyway. I'm currently taking my second-level RPG IV class so I'll try to help you out here. I think you're getting Data Description Specification (DDS) with Definition Specifications (D-Specs, a special area in an …

Member Avatar for jwmollman
0
195
Member Avatar for WolfShield

Recently, my interests have been with vintage audio equipment (3-way speakers, receivers, etc). And I'll have to admit as well, programming is my hobby (even though it's just the learning process). I also like to experiment with older computer hardware and see what I can make out of it. And …

Member Avatar for jwmollman
0
209
Member Avatar for maui_mallard

Great tutorial! I'll have to go with this method the next time I need my music from my iPod onto my Windows desktop. I've been doing it the long way. I would put in a Puppy Linux LiveCD, download Gtkpod, mount the hard drive, then copy the music from the …

Member Avatar for xtreme164
0
291
Member Avatar for jwmollman

Hi guys, I'm having some trouble with my Java homework, and I was wondering if any of you could point me in the right direction. I need to find a loop that will add all the whole numbers from 1 to 1000 and print only the total. I've been spending …

Member Avatar for kikovi
0
184
Member Avatar for churva_churva

My hosting and domain name is provided by NameCheap. They have 100GB of hosting for about 7 bucks a month, plus 10 bucks per year for a domain name. I use FileZilla to upload my content into a folder called "public_html" which they provide.

Member Avatar for RykeTech
0
176
Member Avatar for jwmollman

Hello, I'm trying to figure out how to populate an array by using subroutines. We have begun procedures last week, and now this week we are moving onto arrays. College moves too fast sometimes. :( What I'm trying to do is make a subroutine which will populate the entire array …

Member Avatar for NormR1
0
146
Member Avatar for JayGeePee

What I'm about to post is probably what you already know, but when I tried the following code, I got no borders on the table. [code] <html> <head> <title>My Title</title> </head> <body> <table border="none"> <tr> <td>Some content</td> </tr> <tr> <td>Some content</td> </tr> <tr> <td>Some content</td> </tr> </table> </body> </html> [/code] …

Member Avatar for jwmollman
0
57
Member Avatar for jwmollman

Hello guys, I'm really stumped on this assignment. What I need to do is make a triangle's height based on the number entered by the user. So if the user enteres 4, the output would be this: $ $$ $$$ $$$$ And I can't figure out how to do that. …

Member Avatar for tong1
0
244
Member Avatar for jwmollman

Hi, I was wondering how to go about aligning the left border of a div. The page I'm working with can be found here: [url]http://www.mrmollman.com[/url]. I'm trying to make that border-left property centered on the page so the text comes out from the right of it. Here is the code: …

Member Avatar for jwmollman
0
144
Member Avatar for jwmollman

I'm trying to create a simple gallery for comics I have created. I have a main divider, which contains two tables. The first table is for navigation, which contains a drop-down menu with a button. The second table is for content. When the user chooses on option in the drop-down …

Member Avatar for diafol
0
584
Member Avatar for nshuti

You probably don't want to spend money on a book, but I'm reading C++ Programming for the Absolute Beginner, and I really like it. It talks to you as if you've had no programming exposure at all. It's a bit humorous as well.

Member Avatar for sfuo
0
85

The End.