<?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>ASA Computer Bali &#187; Software</title>
	<atom:link href="http://blog.asacombali.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.asacombali.com</link>
	<description>Computer Technical Support</description>
	<lastBuildDate>Tue, 12 Jan 2010 01:43:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resolve Problem Installing XAMPP on PCLINUXOS</title>
		<link>http://blog.asacombali.com/software/resolve-problem-installing-xampp-on-pclinuxos/</link>
		<comments>http://blog.asacombali.com/software/resolve-problem-installing-xampp-on-pclinuxos/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 01:36:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[lampp could not running]]></category>
		<category><![CDATA[problem install XAMPP on Linux]]></category>
		<category><![CDATA[XAMPP linux problem]]></category>

		<guid isPermaLink="false">http://blog.asacombali.com/?p=20</guid>
		<description><![CDATA[After installing version-linux-1.7.3a.tar.gz xampp I have an error appear as :

/ opt / lampp / lampp start

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory as: error while loading shared libraries: libc.so.6: can not open shared object file: No such file or directory

/bin/sh: error while loading shared [...]]]></description>
			<content:encoded><![CDATA[<p>After installing version-linux-1.7.3a.tar.gz xampp I have an error appear as :</p>
<pre class="brush: bash">
/ opt / lampp / lampp start

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory as: error while loading shared libraries: libc.so.6: can not open shared object file: No such file or directory

/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / sh: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

Starting XAMPP for Linux ... Starting XAMPP for Linux ...

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

XAMPP for Linux started. XAMPP for Linux started.
</pre>
<p>To resolve the problem, I read this article. Then I found XAMPP works fine after.</p>
<p>* Open lampp bash script by using root</p>
<p>* commented (place #) at line &#8220;export LD_ASSUME_KERNEL=2.2.5&#8243; (line 96)</p>
<pre class="brush: bash">
export LD_ASSUME_KERNEL=2.2.5
</pre>
<p>* place code</p>
<pre class="brush: bash">
echo &quot;OK LAMPP&quot;
</pre>
<p>* Open the file / opt / lampp / etc / httpd.conf and adding to the &#8220;LoadModule&#8221; line</p>
<pre class="brush: bash">
LoadModule php5_module modules/libphp5.so
</pre>
<p>* In the &#8220;IfModule mime_module&#8221; add code below</p>
<pre class="brush: bash">
AddType application / x-httpd-php. Php. Php5
</pre>
<p>* Restart your lampp</p>
<p>* Test your server</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.asacombali.com/software/resolve-problem-installing-xampp-on-pclinuxos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Komodo Edit Free But Powerful Web Editor</title>
		<link>http://blog.asacombali.com/software/komodo-edit-free-but-powerful-web-editor/</link>
		<comments>http://blog.asacombali.com/software/komodo-edit-free-but-powerful-web-editor/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:32:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[dreamweaver alternative]]></category>
		<category><![CDATA[free php editor]]></category>
		<category><![CDATA[free web edit]]></category>
		<category><![CDATA[komodo edit]]></category>
		<category><![CDATA[powerful free web editor]]></category>
		<category><![CDATA[the best php editor]]></category>
		<category><![CDATA[web editor]]></category>

		<guid isPermaLink="false">http://blog.asacombali.com/?p=7</guid>
		<description><![CDATA[When other people talk about WYSIWYG web editor, I am looking for another web editor. Started from Google.com, keyword by keyword I typed. Most of them choose Adobe Dreamweaver. I know this because I have try it. Very powerful, easy to use, but it&#8217;s too expensive.  So I change my keyword to alternative web editor.
I [...]]]></description>
			<content:encoded><![CDATA[<p>When other people talk about WYSIWYG web editor, I am looking for another web editor. Started from Google.com, keyword by keyword I typed. Most of them choose Adobe Dreamweaver. I know this because I have try it. Very powerful, easy to use, but it&#8217;s too expensive.  So I change my keyword to alternative web editor.</p>
<p>I found many websites give an alternative to Dreamweaver, most of them with same answer. Okay, here they are ..</p>
<ol>
<li><a href="http://aptana.com/" target="_blank">Aptana</a>, this is good but I don&#8217;t like it.</li>
<li><a href="http://quanta.kdewebdev.org/" target="_blank">Quanta Plus</a>, okay this is Open Source, but It&#8217;s running on Linux only</li>
<li><a href="http://bluefish.openoffice.nl/" target="_blank">Bluefish</a>, I like the icon, but it almost similarly with Quanta Plus</li>
<li><a href="http://www.w3.org/Amaya/" target="_blank">Amaya</a>, it&#8217;s WYSIWYG but I need the better one.</li>
<li><a href="http://www.net2.com/" target="_blank">NVU or Kompozer</a>, same point with above software</li>
<li><a href="http://notepad-plus.sourceforge.net/" target="_blank">Notepad++</a>, Yes almost &#8230; it&#8217;s easy to use, it has a plug-ins, light weight</li>
<li><a href="http://www.netbeans.org/" target="_blank">Netbeans</a>, yes! this is very good IDE, the latest version I try it&#8217;s fast.</li>
</ol>
<p>Finally I found<a href="http://www.activestate.com/komodo_edit/" target="_blank"> Komodo Edit</a>. This software is open source as well,  similarly Notepad++ but has better ability, especially for css (I don&#8217;t know has it been updated or not, I can not found in NetBeans when I try it).  But it&#8217;s not WYSIWYG (no matter for me).  Another enhancements are</p>
<ul>
<li>Plug-gins ( color utility, HTML entities, HTML toolkit, tab coloring, etc)</li>
<li>There is jQuery plugin (perfect! this is what I need)</li>
<li>Auto completion for PHP, HTML, CSS</li>
<li>Syntax coloring</li>
<li>Website project / easy to inspect website files and structure</li>
<li>HTML element Snippet</li>
<li>Multi OS installable (But Linux version wont running in My Laptop,  installing Windows version on Linux by Wine software instead).</li>
</ul>
<div id="attachment_10" class="wp-caption aligncenter" style="width: 138px"><a href="http://blog.asacombali.com/wp-content/komodo-logo.gif"><img class="size-full wp-image-10" title="komodo-logo" src="http://blog.asacombali.com/wp-content/komodo-logo.gif" alt="Komodo Editor Logo" width="128" height="128" /></a><p class="wp-caption-text">Komodo Editor Logo</p></div>
<p>Yap ! the conclusion is this software is the best software for web editing (that is my opinion). How about you ? Well folks.. thank you for reading. Sorry for my bad English.</p>
<p>Putude</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.asacombali.com/software/komodo-edit-free-but-powerful-web-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
