Posted on August 31, 2012 Posted Under Tips-n-Tricks, XHTML Coding
How to remove extra spaces While the document is open in Dreamweaver, press CTRL+F to load the Find & Replace dialog box. Do the search on the source code view. Check the box “Use regular expression” and uncheck any other boxes. Find: [\r\n]{2,} Replace: \n The hit “replace all” That’s it!
Posted on August 28, 2012 Posted Under Web development
SiteCake Open Source CMS is fast and simple CMS for small websites. For everybody who find WordPress too complicated. Many web designers/developers have a favorite CMS (WordPress, Joomla, Drupal, etc.) and build websites of any size with them. If you are looking for a simpler alternative or don’t prefer to empower your customers with so many […]