Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 26
Search took
0.10
seconds.
Search:
Posts Made By:
roher4
Forum:
Ruby & Ruby On Rails
12-12-2011, 01:44 PM
Replies:
1
Converting PHP to Rails
Views:
6,019
Posted By
roher4
Converting PHP to Rails
Hi,
How would I go about converting this PHP into RoR? I'm just starting out and am a little confused.
Here's the code I want to convert:
<?php
$file_name = substr (...
Forum:
PHP
10-23-2011, 11:15 PM
Replies:
1
500 Error
Views:
190
Posted By
roher4
500 Error
I'm using Arvin Castro's URL Shortener (http://sudocode.net/sources/includes/class-shortener-php/) class and getting a 500 error. Any suggestions? Thanks!
Forum:
HTML & CSS
08-04-2011, 08:24 PM
Replies:
1
PHP Not Receiving Values from HTML
Views:
275
Posted By
roher4
PHP Not Receiving Values from HTML
Hi,
I've been working on a site in my free time and was wondering if I could get some thoughts on it. It's a redesign of a very basic todo list webapp I've made for myself and a friend. The HTML...
Forum:
Java and JSP
05-31-2011, 11:54 PM
Replies:
0
Syntax Highlighting Problem
Views:
701
Posted By
roher4
Syntax Highlighting Problem
Hi,
I cannot find my error in my find & replace feature and was wondering if someone could help me find my error. I'm trying to compare a TextPane's (Named:textArea) text against an array.
...
Forum:
JavaScript frameworks
05-15-2011, 07:18 PM
Replies:
15
Cannot Find Error in JQuery
Views:
1,316
Posted By
roher4
This helps a lot, but I don't want to clone the...
This helps a lot, but I don't want to clone the text box but rather the text itself. I think I'm close. Thanks anyways.
Forum:
JavaScript frameworks
05-15-2011, 07:01 PM
Replies:
15
Cannot Find Error in JQuery
Views:
1,316
Posted By
roher4
See below.
See below.
Forum:
JavaScript frameworks
05-15-2011, 12:08 AM
Replies:
15
Cannot Find Error in JQuery
Views:
1,316
Posted By
roher4
This almost works except when the Add Items...
This almost works except when the Add Items button is clicked, the textfield itself is moved but I want the data to be moved on its own.
Forum:
JavaScript frameworks
05-14-2011, 02:53 AM
Replies:
15
Cannot Find Error in JQuery
Views:
1,316
Posted By
roher4
Cannot Find Error in JQuery
Could someone help me? I need to find my error. I'm nearly about to pull every hair out of my body. I'm trying to make a todo list web app with Javascript and not PHP. It nearly works, but I can't...
Forum:
Java and JSP
03-06-2011, 03:38 PM
Replies:
2
Pascal's Triangle
Views:
1,227
Posted By
roher4
Arithmetic exception..divide by zero?
Arithmetic exception..divide by zero?
Forum:
Java and JSP
03-05-2011, 10:20 PM
Replies:
2
Pascal's Triangle
Views:
1,227
Posted By
roher4
Pascal's Triangle
I can't find the error's in this program. I had to create these methods and must use them. It's for my high school class and I've cut 19 errors to one.
import java.util.Scanner;
public class...
Forum:
Java and JSP
12-08-2010, 12:37 AM
Replies:
8
Outputting Java Program to Text File
Views:
3,393
Posted By
roher4
i don't have access to the file right now but...
i don't have access to the file right now but when i try, ill post it...
Forum:
Java and JSP
12-07-2010, 11:51 PM
Replies:
8
Outputting Java Program to Text File
Views:
3,393
Posted By
roher4
Thanks, it was really late at night when I put...
Thanks, it was really late at night when I put this simple program that I failed at together. This will be really useful thanks.
Forum:
Java and JSP
12-07-2010, 11:41 PM
Replies:
8
Outputting Java Program to Text File
Views:
3,393
Posted By
roher4
ok thanks
ok thanks
Forum:
Java and JSP
12-07-2010, 11:35 PM
Replies:
8
Outputting Java Program to Text File
Views:
3,393
Posted By
roher4
public void writeFile(String filename,int points,...
public void writeFile(String filename,int points, int rebounds, int layups){
try{
// Create file
FileWriter fstream = new FileWriter(filename);
BufferedWriter out = new...
Forum:
Java and JSP
12-04-2010, 06:57 PM
Replies:
8
Outputting Java Program to Text File
Views:
3,393
Posted By
roher4
Outputting Java Program to Text File
i'm trying to make a small and simple Java program that uses the scanner class to take in my stats from my basketball games and output to a CSV file. I made the first part but have no idea how to do...
Forum:
HTML & CSS
11-23-2010, 10:21 PM
Replies:
8
How do I make a line break in a table?
Views:
1,767
Posted By
roher4
I wanted the line break before the registration...
I wanted the line break before the registration form occurs. Im pretty sure Iused w3s...
<table align="right" width="460" border="0" cellpadding="3" cellspacing="3">
Forum:
HTML & CSS
11-23-2010, 01:36 PM
Replies:
8
How do I make a line break in a table?
Views:
1,767
Posted By
roher4
Can you provide me with an example? I get what...
Can you provide me with an example? I get what you mean by the td and the nonbreaking space but not by the clospan?
Forum:
HTML & CSS
11-23-2010, 03:44 AM
Replies:
8
How do I make a line break in a table?
Views:
1,767
Posted By
roher4
<p> </p> <form id="registerForm"...
<p> </p>
<form id="registerForm" name="registerForm" method="post" action="register-exec.php">
<div>
<br />
<br/>
<h3 "style="position: absolute; top:80px; left:745px; width:200px;...
Forum:
HTML & CSS
11-23-2010, 03:15 AM
Replies:
8
How do I make a line break in a table?
Views:
1,767
Posted By
roher4
I know what a line break is usually, it's just in...
I know what a line break is usually, it's just in a table...(with some form elements) it didn't break... i tried using a spacer, but that didnt work either.
Forum:
HTML & CSS
11-23-2010, 01:53 AM
Replies:
8
How do I make a line break in a table?
Views:
1,767
Posted By
roher4
How do I make a line break in a table?
How can I do it? I've been trying but keep failing.
Forum:
HTML & CSS
07-16-2010, 03:32 PM
Replies:
12
HTML/CSS Navigation Bar Problems
Views:
2,688
Posted By
roher4
nvm not needed anymore .... Thank you so much!
nvm not needed anymore .... Thank you so much!
Forum:
HTML & CSS
07-16-2010, 03:25 PM
Replies:
12
HTML/CSS Navigation Bar Problems
Views:
2,688
Posted By
roher4
sorry cant...but I do have an example of what I...
sorry cant...but I do have an example of what I mean...
http://img85.imageshack.us/img85/180/lifehacker.jpg (http://img85.imageshack.us/i/lifehacker.jpg/)
See how it holds the Windows button?...
Forum:
HTML & CSS
07-16-2010, 01:53 PM
Replies:
12
HTML/CSS Navigation Bar Problems
Views:
2,688
Posted By
roher4
Thank You...It is so much better but it still...
Thank You...It is so much better but it still doesn't "hold" the option. If I click it...it goes to to the right page but it doesnt keep the nav bar option selected.
Forum:
HTML & CSS
07-16-2010, 01:11 PM
Replies:
12
HTML/CSS Navigation Bar Problems
Views:
2,688
Posted By
roher4
I dont get why I dont get this but what do I put...
I dont get why I dont get this but what do I put where the .... is?
Forum:
HTML & CSS
07-16-2010, 12:56 PM
Replies:
12
HTML/CSS Navigation Bar Problems
Views:
2,688
Posted By
roher4
I don't exactly understand his post...do I have...
I don't exactly understand his post...do I have to add the ID tag to the body element?
Showing results 1 to 25 of 26
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
01:09 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.