The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
0answers
34 views

Capture text typed by user on website and allow user to email a link to someone else so that they can view the message [on hold]

Using the following html, css,jquery, js, what would be the best approach to achieving this. A visitor hits the website. The website page is displaying html and a css3 animation. The visitor is ...
-1
votes
5answers
292 views

Web programming most effort? [closed]

To create a website I create Psd Files for the design (Phase 1) I Convert these Psd's to html/css static webpages (Phase 2) I add some javascript to these webpages (Phase 3) I start the IDE "visual ...
1
vote
1answer
146 views

Best Resources for optimizing front-end code? [closed]

I'm getting pretty good as a front-end dev, but lack knowledge in optimizing for speed. I feel like I use too many frameworks, and write too much code. Do you have any advice, for resources I can ...
-3
votes
3answers
560 views

HTML + CSS or HTML5 + CSS3 or HTML5 + jQuery [closed]

I want to be a good UI Developer. I'm confused whether I should learn (I need some serious suggestions): 1) HTML + CSS + JavaScript or HTML5 + CSS3 + JavaScript or HTML5 + CSS3 + jQuery 2) Is it ...
0
votes
1answer
96 views

CSS3 shorthand properties

Working on my own I tought I need to learn that css3 shorthand properties, because - as I know now, it affects website's loading time, so I need to optimize it a little bit. I was thinking - is there ...
8
votes
1answer
847 views

Why doesn't CSS natively support variables and hierarchy?

I am new to UI development, but I feel very uncomfortable with how CSS works. My use case is that I wanted to apply some specific styles inside a particular div on a page. CSS attempt: div.class1 ...
3
votes
2answers
1k views

Less vs Stylus vs Sass [closed]

I'd like to start using a CSS pre-processor to cut down development time. Which one of these is the fastest from this perspective?
0
votes
1answer
172 views

Why Browsers do not resolve simple known issues? [closed]

Why Browsers do not resolve simple known issues such as: (in the context of CSS) Do NOT start a class name with a number! This is only supported in Internet Explorer and Do NOT start an ID name ...
1
vote
1answer
122 views

Should I provide fallbacks for HTML5/CSS3 elements in a web page at this point?

I'm wondering if I should bother providing a fallback for HTML5 tags and attributes and CSS3 styling at this point in time. I know that there's probably still a lot of people out there who use older ...
4
votes
7answers
2k views

Is it necessary to memorize code?

I am a new developer, who just got hired at a big company. I don't know how but I guess they are desperate. However, I am well-versed with HTML5/CSS3 though things change and new things are released ...
3
votes
1answer
179 views

today's multi-device world for web development

With the huge explosion of mobile devices and addition of HTML5/CSS3, there seems to be a shift towards "responsive" designs (i.e., adapting to smaller screen sizes) which seems to be achieved using ...
0
votes
1answer
640 views

Visual Studio build everytime JS and CSS changes?

I am relatively new to Visual Studio Development and I was wondering - it seems that everytime I make changes to my JS or CSS in my project - I have to "build" the project again. Is there any way to ...
5
votes
5answers
563 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 ...
2
votes
1answer
147 views

CSS3 will be standardized by browsers?

I'm using CSS3 for the first time, but using specific styles with prefix for each browser looks strange. The need of using -moz-, -o-, -webkit- and another prefix turns the CSS bigger and harder to ...