Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #25.0K
~1K People Reached
About Me

I think then I am

PC Specs
Php, MySql, Html5, Css, JQuery, Photoshop
Favorite Forums
Favorite Tags
Member Avatar for sathyakumar23
Member Avatar for Transcendent

![676d3a4d6fae34888f383c4d66a4ab99](/attachments/small/3/676d3a4d6fae34888f383c4d66a4ab99.png "align-left") ![676d3a4d6fae34888f383c4d66a4ab99](/attachments/large/3/676d3a4d6fae34888f383c4d66a4ab99.png "676d3a4d6fae34888f383c4d66a4ab99") <!DOCTYPE html> <!-- grocery.html A document for computeCost.js --> <html lang = "en"> <head> <title>grocery.html</title> <meta charset = "utf-8" /> <style type = "text/css"> label,input {display: block; margin-bottom: 20px; margin-right: 20px;} label { float: left; width:200px; text-align: right;} input { margin-left:150px;} #items{ margin-bottom: 20px; margin-right: 20px;} …

Member Avatar for webhawk
0
286
Member Avatar for terryds

I have a custom error-handler class (actually it's an exception handler) So, when an exception is thrown, then it'll be caught and stored in the error-handler class.. After all the execution, All the errors will be shown by the class.. Is it a good or bad practice ? Does it …

Member Avatar for matrixdevuk
0
175
Member Avatar for Ali_41

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a5247065_funmaza'@'localhost' (using password: YES) in /home/a5247065/public_html/includes/connect.php on line 2 When I uploaded my website on web hosting that error occurs...plzz help me

Member Avatar for minitauros
0
147
Member Avatar for a8med

I am trying to build a simple website consisting of only one big calendar where I can enter events. Simply like this site: http://www.fester.nu/ but a bit smoother. Been looking around for some code because I haven’t learned HTML (yet) to make my life easier but that was a fail. …

Member Avatar for marqusG
0
101
Member Avatar for davy_yg

Hello, I am trying to create horizontal navigation NOT vertical navigation. What I have right now is vertical navigation. <div class="cd-tabs"> <nav> <ul class="cd-tabs-navigation"> <li><a data-content="inbox" class="selected" href="#0">Inbox</a></li> <li><a data-content="new" href="#0">New</a></li> <li><a data-content="gallery" href="#0">Gallery</a></li> </ul> <!-- cd-tabs-navigation --> </nav> style.css .cd-tabs-navigation { /* tabbed on top on big devices */ …

Member Avatar for marqusG
0
147
Member Avatar for davy_yg

Hello, I am trying to create a custom image button and I haven't been able to do it: index.php <input type="button" onclick="alert('Hello world!')">Click Me!</button> styleT.css .input { border: 1px solid #006; background-image("../images/login.jpg"); } button{ background-image("../images/login.jpg"); } I wonder what I did wrong?

Member Avatar for marqusG
0
121