<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; web designer</title> <atom:link href="http://www.ghacks.net/tag/web-designer/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>KompoZer, a free, open-source and half-decent WYSIWYG web editor</title><link>http://www.ghacks.net/2008/12/31/kompozer-a-free-open-source-and-half-decent-wysiwyg-web-editor/</link> <comments>http://www.ghacks.net/2008/12/31/kompozer-a-free-open-source-and-half-decent-wysiwyg-web-editor/#comments</comments> <pubDate>Tue, 30 Dec 2008 23:22:25 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[html]]></category> <category><![CDATA[html editor]]></category> <category><![CDATA[kompozer]]></category> <category><![CDATA[nvu]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[os x]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[web designer]]></category> <category><![CDATA[web editor]]></category> <category><![CDATA[wysiwyg]]></category> <category><![CDATA[wysiwyg editor]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9443</guid> <description><![CDATA[Dreamweaver and Frontpage are no doubt the most popular WYSIWYG (what-you-see-is-what-you-get) HTML editors but carry a pretty large pricetag, with Dreamweaver costing about £500! Naturally, neither work under Linux either! KompoZer is a free, open-source and cross-platform WYSIWYG editor which should fill the needs of any home user. Whilst KompoZer has not been updated since [...]]]></description> <content:encoded><![CDATA[<p>Dreamweaver and Frontpage are no doubt the most popular WYSIWYG (what-you-see-is-what-you-get) HTML editors but carry a pretty large pricetag, with Dreamweaver costing about £500! Naturally, neither work under Linux either! <a
href="http://kompozer.net/">KompoZer</a> is a free, open-source and cross-platform WYSIWYG editor which should fill the needs of any home user.</p><p>Whilst KompoZer has not been updated since 2007, the major mark-up languages haven&#8217;t changed since then so it should still work. KompoZer is based on Gecko, the rendering engine which Mozilla amongst others utilise, and is a fork of Nvu (another WYSIWYG editor which is now not developed), itself a fork of Mozilla Composer!</p><p>KompoZer has all the obvious features of a WYSIWYG web editor: HTML and CSS can be edited; FTP support; tables; and tabs to navigate between pages and views. Some nicer features include an integrated W3 validator and support for <a
href="http://www.gmpg.org/xfn/">XFN</a>.</p><p><span
id="more-9443"></span>Binaries are available for Win32, PPC Macs (which will run on Intel-based ones) and Linux. Source is also available so it can be compiled for other operating systems.</p><p>Like Nvu, <a
href="http://portableapps.com/apps/development/nvu_portable">the application can be used from a USB pen</a>.</p><p>I personally use KompoZer if I quickly need to whip up a webpage and I don&#8217;t have the patience to code it in Textmate. It&#8217;s certainly usable, produces relatively clean code and it&#8217;s £500 cheaper than Dreamweaver!</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/kpz-scr-03-500x375.png" alt="KompoZer" width="500" height="375" class="aligncenter size-medium wp-image-9455" /></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/31/kompozer-a-free-open-source-and-half-decent-wysiwyg-web-editor/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>View Javascript Sources with JSView</title><link>http://www.ghacks.net/2008/08/19/view-javascript-sources-with-jsview/</link> <comments>http://www.ghacks.net/2008/08/19/view-javascript-sources-with-jsview/#comments</comments> <pubDate>Tue, 19 Aug 2008 13:05:26 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Firefox]]></category> <category><![CDATA[css]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[stylesheets]]></category> <category><![CDATA[web designer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6287</guid> <description><![CDATA[Viewing the source code of a website is a standard function in all web browsers. A right-click usually opens a menu with the option to view the source code of the page. Source code only refers to html source code. There is no way to view Javascript or CSS source codes directly from those menus. [...]]]></description> <content:encoded><![CDATA[<p>Viewing the source code of a website is a standard function in all web browsers. A right-click usually opens a menu with the option to view the source code of the page. Source code only refers to html source code. There is no way to view Javascript or CSS source codes directly from those menus.</p><p>The Firefox add-on <a
href="https://addons.mozilla.org/en-US/firefox/addon/jsview/">JSView</a> adds that possibility to the Firefox browser. Installing the Firefox extension adds a new entry to the right-click menu which displays the amount of Javascript and CSS files that are referenced by the website.</p><p>Each file can be opened by selecting it. The source code of the selected file will be opened in the default source viewer of the browser.</p><p><span
id="more-6287"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/08/javascript_source_code.jpg" alt="javascript source code" title="javascript source code" width="409" height="246" class="alignnone size-medium wp-image-6288" /></p><p>The extension provides the option to view the source code of all Javascript or CSS files at once. The tool is especially useful for web designers.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/19/view-javascript-sources-with-jsview/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Resources  for web designers</title><link>http://www.ghacks.net/2008/01/20/resources-for-web-designers/</link> <comments>http://www.ghacks.net/2008/01/20/resources-for-web-designers/#comments</comments> <pubDate>Sun, 20 Jan 2008 09:25:05 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[design]]></category> <category><![CDATA[resources]]></category> <category><![CDATA[web designer]]></category> <category><![CDATA[webmaster]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/01/20/resources-for-web-designers/</guid> <description><![CDATA[I'd like to point out three websites offering varied stuff to the professional as well as amateur web-designer and summarize their purpose and properties.]]></description> <content:encoded><![CDATA[<p>I&#8217;d like to point out three websites offering varied stuff to the professional as well as amateur web-designer and summarize their purpose and properties.</p><p>The first one became my favorite as soon as I came across it not long ago. Called <a
href="http://www.designfloat.com">Design Float</a>, this website is based on digging system (honestly a clone) but with the content range limited to design only. Despite being aimed at design in general rather than web design only, most of the content published till present is related to the web and computer graphics.</p><p>Especially often people publish different sorts of useful lists of services you would normally hardly hit on by accident, like a list of online color tools for example. So far I&#8217;ve found quite a bunch of interesting resources thanks to the filtering that shows the best content. Watching this web grow in size slowly, I wish it wouldn&#8217;t get spoiled by the not-so-perfect digging (or floating in this case) system during longer time period. RSS feeds for different categories are available.</p><p><span
id="more-2928"></span>Another useful website is actually a simple list called <a
href="http://www.forwebdesigners.com">For Web Designers</a> rather than a complex site. Although it was IMHO built especially for the purpose of earning money using 4 small-size banners sitting right at the top, it still does provide links that may be eventually found useful by many. Tutorials, tools, free resources, validators and generators, all at your disposal in one place. Over 500 links so far, tag cloud for easier search is present as well.</p><p>The last one, <a
href="http://www.cleancss.com/index.php">Clean CSS</a> is an online CSS optimizer and formatter (not a validator though). Upload your style sheet, select options and level of &#8220;compression&#8221; and get the result in a downloadable form. Light-weight code, more satisfied surfers.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/01/20/resources-for-web-designers/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
