HTML (HyperText Markup Language) is a markup language similar to XML that is commonly used to create websites. It was created as an application of SGML, has been extended to create XHTML (eXtensible HTML). In modern web pages, HTML is used to markup the contents of the website, while CSS and ...
0
votes
0answers
9 views
Securing client->database game
OK, I am creating a game using JavaScript and HTML5. The variables such as map, x, y, level, exp, etc are stored in JavaScript to keep track. On my client page, the JavaScript variables are stored to ...
0
votes
0answers
54 views
Emoticons - CSS backgrounds or inline images? [migrated]
I was thinking to replace user text like :), :P in comments with smilies (emoticons). Using regex. Do you think it's a good idea for the replacement to be a span element with a class? Then I apply the ...
0
votes
3answers
78 views
Can the user not manipulate html elements which are disabled for non-permitted user
With todays browser extensions/tools is it not easily possible for a user to edit the html/css settings of a website and so enable some disabled buttons etc... to gain access to not permitted areas?
-5
votes
0answers
43 views
JavaScript and HTML Best Practices [closed]
I'm working to define some current best practices for a team of developers working on an Microsoft MVC3 Razor solution using JQuery. I've looked through Stack Exchange and many of these topics are ...
2
votes
2answers
277 views
Should I still make my site work in non-javascript capable browsers?
Apparently less than 1% had javascript off in 2010:
http://developer.yahoo.com/blogs/ydn/posts/2010/10/how-many-users-have-javascript-disabled/
So is it worth it to still support browsing without ...
1
vote
2answers
145 views
best platform for developing mobile apps in HTML, Javascript etc [closed]
I've just gotten this project to do at my company that basically involves me taking our company's existing web app and converting it to a mobile app. That we can then port to devices such as Android ...
-5
votes
1answer
79 views
Language make a game like Ogame? [closed]
I know that Ogame is made with PHP, but my question is:
Can I make a game with the same prestations but with HTML? If I can, I need a complementary language?
Thanks.
1
vote
4answers
283 views
Interview Questions and Tests for Html / CSS [closed]
I am looking for resources for good interview questions specifically for Html / CSS. I need to be able to assess the ability of the people coming for a job.
Ideally I would like a few questions and ...
5
votes
5answers
242 views
Wrong use of CSS3 Animations or not?
Well, I started using some CSS3 animations a couple of days ago. After hardcoding I've started trying different tools like Adobe Edge Preview version.
I made a short animation to get the ...
18
votes
1answer
279 views
The Box Model: Internet Explorer vs. W3C
Today, the Internet Explorer Box Model problem is mostly a non-issue. Most web developers place a <!DOCTYPE> tag to enforce standards compliance, and nobody really cares about supporting ...
9
votes
5answers
364 views
Pros and cons of an HTML/JavaScript only web app
I come from an ASP.NET forms background and have found server side coding very powerful in the past. More recently, however, I have been wanting to phase out the server side code of the front-end and ...
6
votes
2answers
210 views
Why is there a leading zero in HTML 4.01 version number?
I've never noticed this quirk until now, and it's screwing with my mind. Why was HTML 4.01 numbered with a leading zero, rather than as 4.1?
0
votes
1answer
51 views
HTML/CSS in Other Spoken languages? [closed]
Possible Duplicate:
Do people in non-English-speaking countries code in English?
Do developers who don't natively speak English still code using english property and tag names? Like, would ...
1
vote
1answer
70 views
Display rich text in tool tip
In this particular website, when you hover your mouse over a particular region, it displays something that is clickable. I know of tool tips, but in my experience, I have only used tool tips to show ...
-2
votes
5answers
331 views
What technique are there to check if an email has been opened [closed]
I am aware that a technique often used to track if a HTML email is opened is to add a small tracking image that logs a the database when it is requested.
However if the users opts not to view images ...