Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 10:02 AM.