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 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.
To resolve the problem, I read this article. Then I found XAMPP works fine after.
* Open lampp bash script by using root
* commented (place #) at line “export LD_ASSUME_KERNEL=2.2.5″ (line 96)
export LD_ASSUME_KERNEL=2.2.5
* place code
echo "OK LAMPP"
* Open the file / opt / lampp / etc / httpd.conf and adding to the “LoadModule” line
LoadModule php5_module modules/libphp5.so
* In the “IfModule mime_module” add code below
AddType application / x-httpd-php. Php. Php5
* Restart your lampp
* Test your server
That’s it!
December ! identically with Christmas celebration. In this articles let I show you, how to make a beautiful snow effect with jQuery plugin called “jSnow”. This is very simple. Even the beginner can do it. These are the steps.
1. Download jSnow here.
2. Unpack the file and save “jSnow.js” to you web directory. For example in js folder (if your file is in the root, the path will be in “js/jsnow.js”).
3. Add code below at your header of your page (before <body> tag).
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js”></script>
<script type=”text/javascript” src=”js/jsnow.js”></script>
<script type=”text/javascript”>
$(function() {
$().jSnow();
});
</script>
4. Save the file and test it.
5. The result is like this
Visit the author here.
When I surf to webmasterworld, I found an interesting article there. The member of Webmasterworld, named “explorador”, wrote very good article.
courtesy : http://www.webmasterworld.com/webmaster/4043557.htm (by explorador)
0. Read and keep reading
From the early stages until you reach your “guru level”: read and keep reading to keep learning. The internet is alive and changes fast, besides nobody knows it all. If you are a beginner: read, research. If you are an expert, you already know you should keep reading. Webmasterworld is a great place to share and learn.
(more…)
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’s too expensive. So I change my keyword to alternative web editor.
I found many websites give an alternative to Dreamweaver, most of them with same answer. Okay, here they are ..
- Aptana, this is good but I don’t like it.
- Quanta Plus, okay this is Open Source, but It’s running on Linux only
- Bluefish, I like the icon, but it almost similarly with Quanta Plus
- Amaya, it’s WYSIWYG but I need the better one.
- NVU or Kompozer, same point with above software
- Notepad++, Yes almost … it’s easy to use, it has a plug-ins, light weight
- Netbeans, yes! this is very good IDE, the latest version I try it’s fast.
Finally I found Komodo Edit. This software is open source as well, similarly Notepad++ but has better ability, especially for css (I don’t know has it been updated or not, I can not found in NetBeans when I try it). But it’s not WYSIWYG (no matter for me). Another enhancements are
- Plug-gins ( color utility, HTML entities, HTML toolkit, tab coloring, etc)
- There is jQuery plugin (perfect! this is what I need)
- Auto completion for PHP, HTML, CSS
- Syntax coloring
- Website project / easy to inspect website files and structure
- HTML element Snippet
- Multi OS installable (But Linux version wont running in My Laptop, installing Windows version on Linux by Wine software instead).

Komodo Editor Logo
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.
Putude
Dear reader,
First of all, thank you for visiting my Website. In this post we glad to announce our new look of our Website. And also we are move to new host, in Singapore. Why we are choosing host in Singapore. We leave in Bali. And the nearest and fastest bandwidth for Web server is in Singapore (not in Indonesia , he em). So that we can update our news easily but keep fast from you, my visitor.
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!