Advanced Search
Search Results
10 total results found
Why aren't my font colors / scripts / Flash / Java applets showing up in my Plone site?
By default, Plone employs an HTML-filtering system when it transforms Plone documents into marked-up web pages. Certain tags, such as <font> and other deprecated tags in HTML, are removed so that the generated page is closer to XHTML, which does not allo...
Web Development Standards - Best Practices
For better or for worse, everyone developing web sites at UCLA abides by different rules. For those of us who build for public consumption, what are the best practices — considerate of time and maintenance limitations — to get a little closer to building bette...
Google Guidelines for Webmasters
Google offers tips and guidelines for webmasters and web developers in their Webmaster Help Center. Sitemaps, robots.txt, improving ranking, adding or removing sites from the index, etc.
How to get rounded corners on web pages
The traditional way to get pretty-looking corners for all your tables (and divs, and menus, and whatnot) used to involve setting a background image to the table or other element. While simple, this is a very inflexible solution. It is completely dependent on t...
Sending a full web page in Apple Mail
A cool trick that I stumbled on with Mail is sending an entire web page. It formats perfectly and looks amazing.While in Safari, do Apple-I (Mail contents of this page)It automatically sends the page to Mail, ready to send.This is normally Get Info as you kno...
HTML to Wiki Converter
A fast tool for converting HTML into wiki markup.http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgiUseful for converting wysiwyg html output into markup formats of different wikis, including MediaWiki and Confluence.
Convert Word Documents to HTML
If the html Microsoft Word gives you is too much, try this conversion site. Based on my one use today, it gave me nice, clean HTML right away.http://word2cleanhtml.com/The only problem I had was that it doesn’t want me to paste in html, just the web version.
Stanford Self-Help Web Design Resources
Stanford Self-help Web Design Resources http://itservices.stanford.edu/service/web/design Templates & Themes HTML & CSS Style Guide Accessibility Graphics & Art
html entity conversion website
If you’ve ever inadvertently pasted a block of html into a GUI text editor and ended up with a set of html encoded greater than signs and other unreadable codes, this website helps you quickly convert back.http://htmlentities.net/Here’s an example:&amp;lt;...
Importing existing HTML content into Plone
I have an existing site consisting of HTML files, folders and images. Now I’d like to manage that site in Plone. How can I get my existing content into Plone? Answer: https://docs.plone.org/develop/import/index.html