this post is got from another blog. we try to use it, but we little confuse with that tutorial. so we create the better tutorial just for you.
fisrt what is FCKeditor? oh you can find it here. that is WYSIWYG Text and HTML Editor for the web
and what is CodeIgniter? well you can find it here. that is PHP framework.
now how to integrate it? let’s do this:
1. copy FCKeditor to your web directory.
2. use FCKeditor as javascript plugin. see the documentation.
Your application in code igniter is a PHP-Site.You can use Code Igniter to create multiple application using one core. You can create subdomain for each application (not only one domain).
But still in one model for one application. so the application has their own model. and the model can’t be used by other application. :p
Imagine if you has multiple application with the same feature and same database and the application is connected(integrated). so you create a model using copy paste? maybe it can be a problem if you forgot to copy paste.
How to use multiple application using one core and one model? so the application you has created just using one model. and you just create and edit one file.
interesting.

this is about how to dofollow comment on your wordpress blog without plugin, as manually you can dofollow your comment by editing the comment template (comments.php)
fint the script
comment_author_link();
this will display the complete link in your single page/post like
<a id="commentauthor-2306" href="http://antiteori.com" rel="external nofollow">d_anank</a>
now change that script to:
there is very easy to deleting desktop icon in gnome.or disabling the desktop icon in your gnome desktop.
Press Alt + F2 and type gconf-editor,

then hit enter or klik run.
in the linux, NTFS partition don’t mount read-write by default. so you must umount that and mounting again with read and write permmision.
using console to see your NTFS partitions using fdisk command:
: ~> /sbin/fdisk
may you better using su(root):
# fdisk -l
look at the output of “NTFS” partition:
/dev/sdb1 * 1 1306 10490413+ 7 HPFS/NTFS
That identifies an NTFS partition on device sdb1, the first partition on the second internal drive. If there is mounted, you will see it in the result of mount command.
Bytheway you can see a good summary of all the above information in Yast –> System –> Partitioner. ^_^!
You need applications ntfs-3g and libfuse2 (or fuse). These are usually installed by default. You can allows one-click switching on/off of read permissions for ordinary users on internal ntfs partitions using ntfs-config (optionally). if you dont install it, you can install online by goto the
Load HTML from a remote file and inject it into the DOM.
Default request is “GET” – but if you pass in any extra parameters then a POST will occur. You can specify a jQuery selector in the URL(in jQuery 1.2). Doing so will filter the incoming HTML document, only injecting the elements that match the selector. The syntax looks something like “url #some > selector”.
examples :
$("#links").load("/Main_Page #p-Getting-Started li");
arguments:
$(’selector’).load(’url’,'data’,'callback’);
url => The URL of the HTML page to load.
data => Key/value pairs that will be sent to the server. (optional)
‘callback’ => The function called when the ajax request is complete (not necessarily success). (optional)
live example JQuery Ajax Load

recaptcha are the anti spam method using captcha. may captcha just using leter and or number but recaptcha using 2 word in different image with AES (Advance Encryption System) on sending the code.
this is available in wordpress plugin called WP-reCAPTCHA

this is my exploration using jQuery, its about how to create menu without script in the html tag ^_^!
for this tutorial you must download JQuery script from JQuery.com
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. Blablabla….
This is a CI implementation of the ReCAPTCHA server (http://www.recaptcha.net)
There are three files needed:
If I Exploration “Wordpress” finally I can also create a widget.
I have successfully made the plugin / widget for wordpress.
I gave the name “user-login-widget.”
with this widget you can easy login from front/home page of your website without goto the login page
Here I want to share with you

