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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 167
Search took
0.57
seconds.
Search:
Posts Made By:
KULP
Forum:
Career, job, and business ideas or advice
04-27-2013, 02:26 AM
Replies:
5
How do you stay motivated for your web projects?
Views:
989
Posted By
KULP
How do you stay motivated for your web projects?
I have various personal projects I've started, one of them with a good amount of potential. I'm having trouble keeping the drive to work on it. It's been a project off an on for 2-3 years, starting...
Forum:
JavaScript programming
04-24-2013, 10:23 PM
Replies:
3
Pulling tweets for website.
Views:
157
Posted By
KULP
Right, similar is a loose word when talking about...
Right, similar is a loose word when talking about languages... Is this task not possible with just JavaScript / will I have to host the jQuery twitter api on my server?
Forum:
JavaScript programming
04-24-2013, 07:00 PM
Replies:
3
Pulling tweets for website.
Views:
157
Posted By
KULP
Pulling tweets for website.
I'm having a lot of trouble getting my latest tweets from twitter. All I want is the content of my last three tweets, not including retweets, and if it's possible then no replies. I had it working at...
Forum:
HTML & CSS
03-26-2013, 07:45 PM
Replies:
4
Made a webpage Review please
Views:
154
Posted By
KULP
Thanks for the correction, Excavator. :thumbsup:
Thanks for the correction, Excavator. :thumbsup:
Forum:
HTML & CSS
03-26-2013, 06:38 PM
Replies:
9
Not refreshing the whole page
Views:
363
Posted By
KULP
Does anyone suggest the usage of iframes in this...
Does anyone suggest the usage of iframes in this situation? They look sketchy to me, and I definitely wouldn't use it simply so the navigation doesn't reload - with the speed of internet/computers...
Forum:
HTML & CSS
03-26-2013, 06:31 PM
Replies:
4
Made a webpage Review please
Views:
154
Posted By
KULP
The layout is well done, the only problem I see...
The layout is well done, the only problem I see is when I view your page in IE the word "Our" is displayed to the right of the image. Perhaps a <br/> before the header will fix that. As for the...
Forum:
HTML & CSS
03-26-2013, 06:26 PM
Replies:
6
Practicing HTML and css
Views:
294
Posted By
KULP
When I was starting out I made a tumblr and used...
When I was starting out I made a tumblr and used their built-in html/css editor. I liked this because I could see the effect right on the website, and it was cool having my edits live. This is also...
Forum:
HTML & CSS
03-26-2013, 06:22 PM
Replies:
5
Severe problem with my website
Views:
201
Posted By
KULP
Cross browser compatability is always the biggest...
Cross browser compatability is always the biggest hurdle with web design. As bdbolin suggests, fixing errors can help minimize this. It shows 10 errors, when those are fixed see if anything is...
Forum:
Computer Programming
03-26-2013, 05:26 AM
Replies:
2
increase by 20 for every 3 to 4 hours
Views:
541
Posted By
KULP
If currentHour is a dynamic number and this...
If currentHour is a dynamic number and this method is called every hour, something along the lines of...
currentHour
number
if(currentHour%3==0)
number+=20;
Forum:
General web building
03-24-2013, 11:41 PM
Replies:
5
Forced to use a CMS and trash my original design.
Views:
4,486
Posted By
KULP
Have you thought about looking on themeforest.net...
Have you thought about looking on themeforest.net for a theme and then making the necessary modifications to tailor it for her needs?
Forum:
Computer Programming
03-24-2013, 09:04 PM
Replies:
1
Compound if statements
Views:
661
Posted By
KULP
Well let's take a look... if price500g * 2 <...
Well let's take a look...
if price500g * 2 < price1kg AND price750g + 250
Change the bold to price750g*(4/3) . This would give us the price for 1000g (equivalent).
price750g + price750g / 3 <...
Forum:
PHP
03-24-2013, 07:44 PM
Replies:
9
Applying a class to a div IF on a certian html page, using PHP includes
Views:
426
Posted By
KULP
As does every other method.
As does every other method.
Forum:
Career, job, and business ideas or advice
03-23-2013, 08:06 PM
Replies:
7
Computer Science, TOO NARROW?
Views:
2,258
Posted By
KULP
Business is a fairly broad degree area to compare...
Business is a fairly broad degree area to compare with Computer Science. That would be the equivalent of grouping all science degrees together (biology, chemistry, etc.). IT is definitely a good...
Forum:
Career, job, and business ideas or advice
03-23-2013, 07:05 PM
Replies:
5
What should I do with my website of this business?
Views:
1,649
Posted By
KULP
A web development company's website should leave...
A web development company's website should leave me wanting something just as unique and 100% full of awesomeness. It should have character and originality. I would start there. Also, as one of the...
Forum:
Career, job, and business ideas or advice
03-23-2013, 06:48 PM
Replies:
0
A question for computer scientists in the field.
Views:
316
Posted By
KULP
A question for computer scientists in the field.
I'm a CSCI major so I've been subjected to coding in BlueJ, JGrasp, Eclipse, and Visual Studios but... we've just been dealing with small programs within those environments. We use files and user...
Forum:
Computer Programming
03-23-2013, 05:12 AM
Replies:
14
new to programming
Views:
1,452
Posted By
KULP
Computer information systems generally deals with...
Computer information systems generally deals with the web development side of programming. However if you want to get started programming I think C++ or Java would be a good start. These give a good...
Forum:
Computer Programming
03-23-2013, 05:05 AM
Replies:
3
Rat In The House
Views:
444
Posted By
KULP
Well.. I don't know much about hacking, cookies,...
Well.. I don't know much about hacking, cookies, data recovery etc.. but I know that if something goes on a computer, it can almost always be found later - they do this when they investigate crime...
Forum:
PHP
03-22-2013, 05:35 PM
Replies:
10
PHP Very Basic Select Statement for MYSQL
Views:
247
Posted By
KULP
Yes that is a best practice. Just put the...
Yes that is a best practice. Just put the database connection into a connection.php or whatever you see fit, cram it into an includes folder, and then when you need to access the database just...
Forum:
Computer Programming
03-22-2013, 02:57 AM
Replies:
6
Tech noob (sorry): How do I manipulate software?
Views:
932
Posted By
KULP
So basically, you want to break into the software...
So basically, you want to break into the software and make it look like it's your own? Also, reverse engineering is basically rebuilding the software from the ground up. Not your best option here.
Forum:
PHP
03-22-2013, 02:41 AM
Replies:
9
Applying a class to a div IF on a certian html page, using PHP includes
Views:
426
Posted By
KULP
I think some of the solutions are a bit over...
I think some of the solutions are a bit over complicated...
<?php
$page = home;
include('header.php);
And in the header include (assuming navigation is in header, if not replace this...
Forum:
PHP
03-22-2013, 02:41 AM
Replies:
9
Applying a class to a div IF on a certian html page, using PHP includes
Views:
426
Posted By
KULP
I think some of the solutions are a bit over...
I think some of the solutions are a bit over complicated...
<?php
$page = home;
include('header.php);
And in the header include (assuming navigation is in header, if not replace this...
Forum:
Computer Programming
03-21-2013, 04:35 AM
Replies:
6
Tech noob (sorry): How do I manipulate software?
Views:
932
Posted By
KULP
Not quite sure what you are looking for... do you...
Not quite sure what you are looking for... do you just want to set up different keyboard commands?
Forum:
PHP
03-21-2013, 04:11 AM
Replies:
2
Displaying a photo from a link in a database
Views:
180
Posted By
KULP
Assuming you have already called the information...
Assuming you have already called the information from the database and are currently working with a single row:
echo '<img src = "' . dbResult['photo'] . '" alt = "picture of something" />'
or...
Forum:
PHP
03-21-2013, 03:47 AM
Replies:
3
What's wrong with this code
Views:
210
Posted By
KULP
It seems you do a query on the database and then...
It seems you do a query on the database and then you turn around and do a query on those results. I think what you meant to do was maybe something like...
$sql = "SELECT * FROM entries...
Forum:
Computer Programming
03-20-2013, 05:46 PM
Replies:
0
Assembly language anyone? (with comments)
Views:
344
Posted By
KULP
Assembly language anyone? (with comments)
I've got two small, similar questions. Would the following segments of code store 100 into memory location 1000? Or anything even close/similar to that? Just wondering if my logic makes sense.. (two...
Showing results 1 to 25 of 167
Page 1 of 7
1
2
3
>
Last
»
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
10:02 AM
.
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.