Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
http://www.harrietrussell.co.uk/
I'd like to see which font is she using, but when I click on inspect element apparently the only font that I can see declared in CSS in Verdana and it's definitely not verdana.
Any hint much appreciated!
That's an embedded flash file. Web inspector returns only the fonts used in the html. You can do two things to find out about the fonts:
Download and decompile the flash file (there are many decompilers around, maybe a bit morally blameworthy to do this though?)
Take a screenshot of the site and ask in the DaFont forum about the typeface.
Normally I'd use WhatTheFont, but it doesn't identify this one, already tried.
You can't find out as it's all Flash.
Either...
1.) browse some popular font sites like www.dafont.com and find one that is similar that you are happy to user.
2.) email the owner of that website and ask them what the font is.
Good luck!
Take a screen shot of the font.
Submit it here : http://www.myfonts.com/WhatTheFont/
And see what it says . . .
Or,
Ask here : http://www.myfonts.com/WhatTheFont/forum/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any control available like MS word in asp.net or using any other third party component. I tried rad text editor but it's not supporting page break. so please let me know if there's any control available for my purpose. Thanks in advance.
I worked with a predecessor of this one I think it was called FCKEditor back then. It has loads of configuration possibilities and seems to do the job you want to have done:
http://ckeditor.com/
EDIT: seems like the support for page breaks is not out of the box, but it can be added:
http://ckeditor.com/addon/pagebreak
The best rich text editor is TinyMce.
See here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I'm fairly new in CSS web design. I found some website combine multi image in one image file. This is an example from Amazon :
http://g-ecx.images-amazon.com/images/G/01/x-locale/personalization/amznlike/amznlike_sprite_02._V196113939_.gif
And i really want to know how to do it in the best way. Is there any tool for combine image and get pixel position of each image to put them in CSS?
They are called CSS Sprites. You can google a lot of information. This techniques are used by most sites to reduce loading time. What you basically do is load one images in all the elements you want to load the images.
But you load them as their background images, thus enabling you to modifying their position. Thus making it possible to show different version of same images.
I dont want to tell everything so here is a futher read to get you started.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking a best solution to save css when I change it in browser, and finding a tool or extension with very little configurationto do it in chrome. anyone can help please?
Have a look at this article about this plugin which allows automatic saving of your modifications to sources in dev-tools.
NB: The addition to the built-in functionalities of Chrome are the automatic saving as you can save the sources manually in Chrome without any plugin.
This is built into Chrome – you don't need an extension.
http://www.youtube.com/watch?v=N8SS-rUEZPg&t=8m20s has the details, as attaching loads of screenshots probably isn't the best thing here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Not a technical question lads but ive been looking for a set of icons for a room reservation thing that im working on.
theres loads of icon resources around the web alrite but is there a decent place to go for some quality free icons that anyone can recommend??
I usually go the IconArchive or famfamfam when I'm looking for some tiny ones. Both of the sites have loads of free to use icons sets.
I usually use either well-known an re-usable icon sets, or bespoke search engines to find specific icons (and preferably the whole set they belong to and their license)
Icon Sets
famfamfam
fugue
glaze
tango
openiconlibrary
...
Search Engines
http://images.google.com (always handy, w/ settings for "Icons" and "Commercial Reuse" if needed)
http://www.iconfinder.com/ (quite good, with direct links to the sets and authors' homepages)
http://www.iconarchive.com/ (also quite good)
http://www.findicons.com/ (not as good, but worth a shot)
The easiest approach would be to Google and do a image search for some related term e.g. "no dogs" or "cable tv". You get the idea.
Then simply grab all the icons relevant to your topic.
I like Smashing Magazine as a resource for icons. They have articles linking to high quality resources for icons such as this icon set.
Do a search for Creative Commons Icon Sets, these are free to use with attribution.
Seanau icons is great!
Want to free icons, I'm recommend Iconsfind.com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
for now, i'm using WMD for my site, but lately i've been needing to work on its code, and the supplied code is near impossible to read, due to code obscurity (no tabs, var names such as _1, _2 etc). now, i assume that code has a non-obscured version, but its nowhere to be found. (for example, i need to be able to supply RTL support, and to fix some bugs)
i've found WYMeditor, but thats JQ, and my site works with Mootools (i know they can play nicely together, but thats loosing the light part)
any suggestions?
The stack-overflow team reverse-engineered the WMD code back into non-obfuscated form to make changes; you should email them directly and ask about it - the link's at the bottom of every SO page.