Tagged Questions

HTML (Hyper Text Markup Language) is the standard content markup language of the web. It is an open standard developed and maintained by W3C (World Wide Web Consortium).

learn more… | top users | synonyms

-1
votes
1answer
44 views

Optimizations Help [closed]

How can we improve our Yslow performance grade C to A or B. Looking for some helpful tips on improving the code on our website at www.wirenine.com - any tips to help improve page load times would be ...
0
votes
0answers
31 views

Some advice please [closed]

I started learning web development through codeyear.com a few weeks ago. Though, I only grasped HTML/CSS at their basic level, I would like to extend my knowledge. I have been searching high and low ...
1
vote
1answer
61 views

What is the simplest way to hide labels and inputs with javascript?

What is the simplest way of hiding labels and inputs in a way that they do not affect the layout. See image and the code below. The label text3 is hidden and there is no extra gap between text2 and ...
0
votes
0answers
25 views

Why is the CSS not linking to my html? [migrated]

I generally use Notepad++ in Windows to write HTML and CSS (I am a beginner). However, I also like using Linux a lot and work in Ubuntu a lot. I use BlueFish editor in Ubuntu. My problem is that in ...
1
vote
0answers
42 views

Review my Card Matching Game. (Update to an earlier post)

I updated my code according to a few suggestions from my last post, so I thought I'd repost it to see what other feedback I could get. I also commented it heavily and fixed some of the functionality. ...
2
votes
1answer
81 views

How'd I do on this card matching game? Link and code inside

Here is the Card Matching Game. And Here is the code: // Author: Matt Gowie // Created on: 10/01/12 // Project for Web Dev 2400 $(document).ready(function(){ var cardArray = [ 'd-ace', ...
1
vote
0answers
34 views

Complex CSS layout - Docked Footer and Elastic Content

I have based my code off several tutorials which has culminated what I think is quite a complicated CSS layout. It has a docked footer. The sidebars are turned on dynamically in my template depending ...
1
vote
1answer
29 views

HTML CSS Field Layout

I've had some help designing my field boxes and I was hoping to get feedback on the code. The fields will increase in complexity which is why I thought to structure it this way (image upload fields, ...
0
votes
0answers
21 views

force stop dragging image located at the overflow:hidden div [closed]

i have an image placed at the overflow:hidden div which is scaling with browser window, in 1366x768 resolution image is wider than the browser which is ok because i would like to drag image left and ...
-1
votes
1answer
27 views

Create a box that will display subscriber options for a website [closed]

I am trying to figure out a way to create some kind of a popup information window when someone clicks on a "subscriber options" button. An example of what I'm going for can be found here at ...
3
votes
1answer
91 views

make the fiddle cleaner

http://jsfiddle.net/hrishikeshp19/VyDsu/21/ Following is my HTML body: <div id="header"> <div id="logo"> </div> <div id="headercontent1"> </div> <div ...
0
votes
1answer
76 views

Review my .PSD to HTML/CSS attempt [closed]

I'm learning. I wanted to convert this PSD to HTML/CSS: http://www.psdtemplates.com/preview/psd-template-018/ Here's my jsfiddle: http://jsfiddle.net/Joshi3s/FxfTY/ Images/fonts will obviously be ...
4
votes
1answer
59 views

Traversing un-ordered list and appending attibute values to the list item

I have written following JQuery code to traverse the HTML markup pasted below. Basically I am selecting data-icount attribute of each anchor tag and appending it to anchor text as (28) e.g. the ALL ...
7
votes
3answers
209 views

If I write spaghetti code, I'm gonna have a bad time. Help with this ajax/jquery logic please :)

This is a pretty simple script. In short it's meant to look for an id in the data attribute in each containment div, then send an ajax call to get the amount of retweets, calculate the karma based ...
0
votes
1answer
98 views

Improving jQuery Login Code

<-----------------------------------JQUERY-----------------------------------> $(function() { $('button').button(); $('#tabs').tabs(); $('.ui-state-error').hide(); ...

1 2 3 4 5 9
15 30 50 per page