Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Hi everyone for the past 6 months I have been practising on creating websites with XHTML/CSS/Javascript/jQuery
I've learned alot and I'm pretty confident on my skills, my only problem is that my CSS dosen't work cross-browser on older browsers especially in internet explorer 6 and 7.
So what I want to know is if anyone can recommend me some books or resources that can help me to create cross browser CSS?
http://www.edgeofmyseat.com/blog/all/developing-css-for-ie6-and-7
Read this, it goes through pretty much the in's and out's of it. The best resource you'll ever need is Google, and use a reset css. Which is here:
http://meyerweb.com/eric/tools/css/reset/
Well this claims to be the ultimate guide to techniques for cross browser css, so should have some useful information for you.
just found another useful link too the principles of cross browser coding in css
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is this website code beautify reliable to check my css codes in details or are there other tools?
There are many websites like the one you've attached in your question and they usually follow the same rules, so I wouldn't be too worried about what you use. I use CSSLint from time to time, http://csslint.net/, which is very strict on the syntax and how you are using your rules.
The most important part of your CSS (in my opinion) should be, how reusable and maintainable your style sheets are, and there are many articles on the web which outline some of the principles you should be using, like https://speckyboy.com/good-bad-css-practices/, and a quick google for CSS practices will reveal many different guides and articles on this.
There are also IDEs with a form of intellisense on the CSS syntax, like WebStorm or Visual Studio Code (https://code.visualstudio.com/docs/languages/css), so you don't have to paste your styles to and from a website.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am following a tutorial found here:
http://stevenbooks.com/2012/09/28/jquery-datetime-mobile-picker/
however when it comes to adding the iPhone like scroll wheels for selecting date/time the suggested "mobiscroll" has a hefty license fee.
http://mobiscroll.com/
I was hoping someone new of an opensource alternative that would offer similar functionality.
it is primarily for aesthetics as this date/time picker is intended to be accessed primarily across mobile devices.
The core of mobiscroll is open source, as per their FAQ page. Looking on the code their, it looks pretty complete.
The mobiscroll core is open source, and you can build your own custom
scrollers with it. The easiest way to get started with mobiscroll
development is through our GitHub page.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for the best way to implement a real time diagram tool to use in my website. I've found a website with something similar: mentionmapp.com .. You can see the diagram on the background of the homepage, if any can give me suggestions to create something similar I'd appreciate it.
Thanks
Rather than a .NET solution, why not look at a JavaScript solution (with data fed in via JSON) as these are much more common.
http://arborjs.org/ is one I've used before and pretty popular (and free!).
There are .NET components you could use (like http://www.devcomponents.com/treegx/) but you'll have to pay for them.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Could someone share list of active and popular open source Rich Internet Applications or desktop application (not library or framework) that are built by Adobe AIR/Flex? The popularity and quality I am looking for are something like Azureus/Vuze (Java), XBMC etc. Can't find good example from http://www.riaforge.org.
Thanks.
Check out sourceforge too: http://sourceforge.net/search/?q=adobe+air
Make sure, you will have also a look at GitHub:
https://github.com/search?langOverride=&q=Flex&repo=&start_value=1&type=Repositories
Not sure what you are looking for exactly, but you might want to check out Tour de Flex which has a bunch of great quick examples http://www.adobe.com/devnet/flex/tourdeflex.html that offer a great primer. I also always find myself visiting http://blog.flexexamples.com/ , which offers a large variety of source. Outside of that site, flash/flex has a bunch of other flex evangelist that also have some pretty comprehensive sites.
Hope that helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Honestly I'm very bad at CSS and not good at dealing with color / design.
Are there any helpful sites for things like pre-made, nicely skinned component, or layout of the whole site?
Thanks!
Here are a few:
http://www.oswd.org/
http://openwebdesign.org/
http://www.solucija.com/free-templates
http://www.opensourcetemplates.org/
for skeletal layouts: http://blog.html.it/layoutgala/
and few a few css tutorials http://www.cssplay.co.uk/layouts/index.html
A slight tangent, but you may find the book The Principles of Beautiful Web Design an interesting read. It is aimed more toward non-designers looking to expand their design awareness.
I used the "Free CSS Template" website. When I created my web site they didn't have a lot of designs, but the ones they did have were clean, complete, and elegant. Pure XHTML and CSS. I had no trouble tweaking to fit my needs.
http://twitter.github.com/bootstrap/