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
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for sathyakumar23

Personally, I suggest you to use some respnsive css/js frameworks like Twitter/Bootstrap or YAML. Download files, look at examples and play with them a bit. It's quite easy to learn the foundamentals and go on with your projects. Both these frameworks ensure a perfect responsive web site.

Member Avatar for codevzv
-3
171
Member Avatar for Transcendent

This will work: <!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"> .row{ width: 100%; display: block; height: 60px; } .col{ float: left; min-width: 180px; display: block; } #done input[type="button"]{ float: left; margin-right: 10px; } …

Member Avatar for webhawk
0
314
Member Avatar for terryds

If it is a bad or a good practice depends on what exaclty does the code where you use your class, how many errors can potentially be shown to the user and so on. For instance, if you're building a login page, it's absolutelky a good practice collect error in …

Member Avatar for matrixdevuk
0
181
Member Avatar for Ali_41

First, see here: [This extension is deprecated as of PHP 5.5.0, and is not recommended for writing new code as it will be removed in the future.](http://php.net/manual/en/intro.mysql.php) Secondly, be sure to have updated the connection strings with the right one to connect to your host database.

Member Avatar for minitauros
0
149
Member Avatar for a8med

>I am trying to build a simple website [...] I haven’t learned HTML (yet) Mmhh I see a problem, here. It's like I said: I want to prepare a simple lunch but I didn't learn to cook (yet). And what you're trying to do isn't simple at all. It involves …

Member Avatar for marqusG
0
109
Member Avatar for davy_yg

Hi davy. Your code work, except it give no margin between li elements so they appear to be a unique word :) Probably, you have some other rule in your css which prevents the list to be horizontal. Have you some general list rule suche as, for example: ul, ol …

Member Avatar for marqusG
0
149
Member Avatar for davy_yg

Just edit your css this way: .input { border: 1px solid #006; background-image: url("../images/login.jpg"); } input[type="button"]{ border: none; background-image: url("../images/login.jpg"); } This way all input will have a border but the button.

Member Avatar for marqusG
0
125

The End.