Posts
 
Reputation
Joined
Last Seen
Ranked #279
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
94% Quality Score
Upvotes Received
33
Posts with Upvotes
28
Upvoting Members
21
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
13 Commented Posts
~155.47K People Reached
About Me

I'm complicated...not enough space :-)

Interests
Hiking, camping, marksmanship
PC Specs
home-made
Favorite Tags
Member Avatar for programmingnoob

im having a problem controlling a stepper motor using a microcontroller..what i did is that i test it with my board coz it has led's to check whether its working or not..we are tasked to make a program in c++ that would make a variable reluctance stepper motor work. If …

Member Avatar for rproffitt
0
2K
Member Avatar for danielagaba

hi i am trying to, on a button click, display data retrieved from mysql database in a text area but having no success. Below is the code i used. All help given is appreciated [CODE] print "<center><TEXTAREA NAME=news ID=news COLS=70 ROWS=10>".$news."</TEXTAREA></center>"; if(isset($_POST['show2'])){ $cn = connect_db(); $cn_sql = "SELECT message from …

Member Avatar for php_dev
0
685
Member Avatar for Avasulthiris

Hi all, I've been hitting the same problem over and over in my development. Sometimes when i do a MySQL query I keep getting the error Warning: mysql_fetch_row() expects parameter 1 to be resource. I don't understand why. What does this error mean, am I doing something wrong? I've googled …

Member Avatar for Dr. Raven
0
10K
Member Avatar for slr

Hello I am making a simple page with one form. I want to update the password for a user in a table in MySQL - there is only one user in the table. The code DOES work. It really does update the table record, but once its updated, if succesfful …

Member Avatar for yewbhex
0
269
Member Avatar for takeshi

Hi guys! Gday'..i have a program of counting of votes..i want to add [ICODE]viewing_bycourse.php[/ICODE] and [ICODE]viewing_bydepartment.php[/ICODE] for those who are already voted.. done with listing of all users who are already voted so i want to show the list of users by course and by deparment.. i dont know if …

Member Avatar for test1234qsr
0
445
Member Avatar for kashmir323

Is there a C++ command that restarts the application. The program I'm making is just a console application that acts like a calculator. But once you enter your number and press enter you have to close the console and re-open it to find another number. [CODE] int yes = ; …

Member Avatar for WaltP
0
2K
Member Avatar for tformed

I have created a program without using sqrt and the pwr function but instead have used logs and exponent. The professor said that math.h is not allowed. I am aware that this library is important for computation, but how do I compute the math without using the math.h? Would I …

Member Avatar for mikrosfoititis
0
1K
Member Avatar for JennyK

Hi, *I need to randomize a multidimensional array so that the order of questions in a questionnaire is different for each participant. I have limited php skills, and am modifying an old script someone else wrote. Currently, questions are presented in the same order that they are listed in the …

Member Avatar for cgi.net
0
2K
Member Avatar for ApocDen

This is a falling snow snippet Its very light grey its really meant for like dark backgrounds for best effect but its ok on white. its a slightly grey snow Just place the code in between tags and it should work Its too complicated to edit color unless you have …

Member Avatar for softwareforpc
0
239
Member Avatar for forumposters

I need to write a main() function, that loops over a bunch of numbers from 0 to 100, calls another function called isPrime() for each of them, and print out the numbers that are prime. I'm new to C++ and any help would be appreciated.

Member Avatar for yashsaxena
0
781
Member Avatar for maunica

hi all, I am a new learner of php. I m currently working on my 1st php project.project is all about a website development.The site is still underdevelopment. I want to include counter in m website in order to know the number of visitors.I am continuously searching for a snippet.Please …

Member Avatar for hellojohnatan
1
109
Member Avatar for KadajXII

Dear Pros, Attached hereby is my error screen-shots, as you can see, before I refresh my page the layout is nice (see attachment beforeReload.jpg), but after I reloaded my page, the layout will have massive problems (see attachment afterReload.jpg), and if I keep reload the page, sometimes it will give …

Member Avatar for KadajXII
0
145
Member Avatar for vinayakgarg

Hi I am having trouble achieving 100% width of footer. If in css width, I set it to 100%, after resizing or after scrolling page horizontally the footer background is lost. If I set width in pixel, the problem increases(i am sure u know why) Do you know any fix …

Member Avatar for vinayakgarg
0
167
Member Avatar for Krstevski

Hello friends, now I will show you how to make a simple anti spam protection (without using captcha) who is very effective. The original idea (for educational purposes) is taken from here: [URL="http://delicon.mk/blog/kontakt-formular-koj-ne-saka-spam-botovi/"]Part 1[/URL] [URL="http://delicon.mk/blog/kontakt-formular-koj-ne-saka-spam-botovi-2/"]Part 2[/URL] Sorry about the links and macedonian language, but I respect my friend and I …

Member Avatar for TechySafi
0
1K
Member Avatar for EPierre

Hi all, I look unsuccessfully through the web how to suround an image with text as attached (HTML or CSS, no matter). Can someone help me to do it. I'll appreciate it. Regards, E. P.

Member Avatar for tinymark
0
129
Member Avatar for mattyd

Hello. I am completing work on a commerce website and have noticed a small but strange error that I cannot seem to remedy. Each page has a footer that contains text; of course, this should align the same on each page view, but the problem is as follows: Alignment is …

Member Avatar for JRM
0
131
Member Avatar for danny5514

hi all all i want to do is create a simple html form and submit it direct to a forum thread i have created can anyone help or is it not possible the idea is that someone can post a result of a game they have played without going to …

Member Avatar for danny5514
0
122
Member Avatar for mudage10

hello, i am in last year, computer science(Rwanda) does any one help me to find the subject proposal in computer science? i would like to develop an internet system by using languages like html, php,mysql,.. . thanks.

Member Avatar for danny5514
0
118
Member Avatar for suavedesign

If there's anyone that can help, I'd appreciate any suggestions with this issue: I created my site with an elastic layout, using all measurements in ems. However, the layout gets distorted when a user zooms in or out. The nav bar gets completely messed up, and on firefox when the …

Member Avatar for cfajohnson
0
674
Member Avatar for tcollins412

I am writing aa table with two td's and i need help. here is the html: [CODE]<table> <td style='width: 100px; height: 100px; background-color: green;'></td><td style='width: 100px; height: 100px; background-color: green;'></td>[/CODE] and i want to be able to make the first td's left corners rounded and the second td's right corners …

Member Avatar for shaya4207
1
170
Member Avatar for Hell Bomb

ok, whenever i make my browser smaller then like 900px wide it will push the footer image to the right but when the browser is nice and big it will display perfectly fine, any ideas? I only put in the css that you should need, but if you want all …

Member Avatar for drjohn
0
419
Member Avatar for Tenaciousmug

I am having huge trouble with this Mysql_real_escape_string to prevent SQL Injection. I have tried everywhere possible to input it in my code. My code looks a lot different than most peoples. I mean my login/registration system works PERFECT.. besides that it's not protected from SQL Injection yet which is …

Member Avatar for Mogradjinn
0
2K
Member Avatar for Danny_501

Hi all, Does anyone know of any good tutorial that explains how to set up a website on apache web server. I need it to be in Linux (Ubuntu). Or if anyone can explain to me how to do it that would be great to :) all I need to …

Member Avatar for Danny_501
0
128
Member Avatar for Infame

Hi! I'm having a slight problem. You see, this is my first webpage; I continued to edit it, 'till the layout looked somehow ok. The design was all based off viewing it from Google chrome. When I borrowed a friend of mines computer, I was greatly shocked... None of it …

Member Avatar for JRM
0
83
Member Avatar for redous

okay so i got a little script that from button links load different information within the same page what im trying to achieve is pulling php coding to the same file but each time i try it throws up errors below is the code that is giving me a problem …

Member Avatar for redous
0
304
Member Avatar for nikc121

Ive got my form layout, but I would like to add a really cool background image to make the form snap. But it will not show up. Here is my style and html, had to validate strict. Thanks in advance.... [CODE]<head> <title>John Rogers Web Design</title> <link href= "./styles/formstyle.css" rel= "stylesheet" …

Member Avatar for JRM
0
143
Member Avatar for andrewliu

[CODE]<form> <table class="spon_info"> <tr><td> <label for="add_street" style="font-size:12px;vertical-align:middle;padding-left:2px;">Street</label></td><td> <input name="add_street" type="text" style="vertical-align:middle" value="" size="35" maxlength="50"/> </td></tr> <tr><td> <label for="add_city" style="font-size:12px;vertical-align:middle;padding-left:2px;">City</label></td><td> <input name="add_city" type="text" style="vertical-align:middle" value="" size="35" maxlength="30"/> </td></tr> <tr><td> <label for="add_state" style="font-size:12px;vertical-align:middle;padding-left:2px;">State</label></td><td> <input name="add_state" type="text" style="vertical-align:middle" value="" size="5" maxlength="2"/> </td></tr> </table> </form>[/CODE] I have this table and in that table has …

Member Avatar for JRM
0
131
Member Avatar for ubi_ct83

hi all, i dont know how to get the right title of this thread.actually i wanna create a web-based system.i want to combine php n java.but for ui,i want to use html.anything that could help me like tutorial,example of web page code or any else? i appreciate if sumone could …

Member Avatar for JRM
0
88
Member Avatar for LogicWeb

I cannot figure out where there is this gap between the 4 pricing images and the 4 rows below it. The html is: [CODE] <table cellpadding="0" cellspacing="0" style="width: 90%;margin:auto;"> <tr> <td>&nbsp;</td> <td style="width:136px"> <img alt="Budget Web Hosting" src="images/tag-pro.png" width="136" style="margin-bottom:auto" /></td> <td style="width:136px"> <img alt="Budget Web Hosting" src="images/tag-pro.png" width="136" style="margin-bottom:auto" …

Member Avatar for Dandello
0
212
Member Avatar for shancq50

Hi friends I am working on a website project. I am thinking of adding a css tag cloud which rotates on mouse hovers.Can you please help me with the scripts needed for that. Thanx in advance

Member Avatar for JRM
0
64