The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
67 views

Making a flowchart showing step by step processes with HTML5 or Javascript or CSS3? [closed]

I want to make the flowchart like in this image I have: I am guessing I can achieve it by using HTML5 Canvas but I am complete beginner when it comes to HTML5 & I have some time constraints. ...
0
votes
1answer
86 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 ...
-6
votes
0answers
85 views

Do i really need to do this in 30 days -__- [closed]

Hello guys do i really need to do a 30 day course in 30 days (to get the best knowledge) , i mean i know i can just do it so on but i ain't sure will i get the same amount of understanding/knowledge ...
7
votes
1answer
362 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
7answers
1k 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 ...
2
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
168 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
115 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 ...
3
votes
1answer
168 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
339 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
441 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
145 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 ...