Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #18.7K
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ajie6673

hello to all, would somebosy help me creating a library system that consist of book inventory, barrower form, validation of user hope someone could be able to help. iam new in php/mysql and have no idea how to start please help me i will truely appreciate all your help. thanks

Member Avatar for ajie6673
0
132
Member Avatar for Grantmitch1

I have taken into designing websites for some people. Not only is it fun but its helping my skills along. Now I came into a problem. I can put some writing in there saying the site was designed by me, even use javascript to do it, but people can just …

Member Avatar for Grantmitch1
0
191
Member Avatar for mrjoncrowe

I am a noob, I know ;) Anywho, I am trying to create a form validation and when it is successful, it says "Thank you. Success" or whatever. It's a basic form on a page that has an action of "POST". Here is the code on the processing FORM. Also, …

Member Avatar for mrjoncrowe
0
128
Member Avatar for samlabs821

hello could someone help me with div position This is code: [code=html] <th width="200" scope="col" bgcolor="#666666""> <div class="css" id="myOtherElement"> <span><strong>Menu</strong></span> <div> <a href="#">Menuelement 1</a> <a href="#">Menuelement 2</a> <a href="#">Menuelement 3</a> </div> </div> </th> [/code] css code: [code=css] .css{ position:absolute; left:0px; top:0px; z-index:-1 }[/code] the problem is when i set its …

Member Avatar for samlabs821
0
127
Member Avatar for kyllle

On my quest to learn the ins and outs of web design using html and css I would love to understand the following task using your knowledge of the subject and pointing me in the direction of any tutorials that are worth reading. I have created 5 coloured curved buttons …

Member Avatar for bennymartinson
0
127
Member Avatar for jonathanasdf

Well, I'm not very sure where exactly I should post this. My question is, would it be feasible to create a fixed navbar, most likely with an embedded swf file (align fixed using a div), have easing after being scrolled. Fixed navbar means, it stays on your screen no matter …

Member Avatar for bennymartinson
0
89
Member Avatar for ashziz

I am using phpbb forum and tried to link the forum from index page of website by including php files that contain following code: [code=php] <?php include("config.php"); $result = mysql_query("select * from phpbb_topics WHERE forum_id = 5 ORDER BY topic_id DESC LIMIT 0,10"); while($r=mysql_fetch_array($result)) { $topic=$r["topic_title"]; $link=$r["topic_id"]; echo "&raquo;"; echo …

Member Avatar for bennymartinson
0
287