New again in blogspot.com
sorry i did’n do my ather exploration. i concentrate with my thesis for my academic lol
what’s new? it is Share Button, now you can use it without editing your template script.
just using it
1. login to your blogger account
2. goto design page
3. klick edit on blogpost area
popup appear:

google-share-button
4. check “Show Share Button”
5. enjoy it guys….
LOLZ….
thanks for reading
wow, it’s cool template designer. Just go to your Blogspot/Blogger account and goto design page

klik link “Template Designer”, so you will see the design like this:

with this wou can change design what wou want.
lets try…
RMS is an API where the program can store application data locally within the device. MIDP Record Management System is a facility owned by MIDlets to store data when the MIDlet application invocations. Data will be stored in non-volatile memory within the device. This means, the data that has been stored programs will not be lost even on restarting the program or device is turned off.
RMS Tutorial on the Java Micro Edition with Rs.java class
1. Create a Mobile Application in Netbeans project your
2. Give the name Example Rs, remove the check in the Create Hello Midlet then Finish
3. Create a packages with names example
4. Create a class in the package example with names Main that is extends by MIDlet
Though quite different in their design and implementation, both .NET and Java platforms and their associated programming APIs were designed with caution and precision. It is not a matter of chance that one of them has a feature that the other lacks, but is often the result of an intentional design implementation. When different methods are used to tackle the same issue, each will present itself with advantages and disadvantages. So a difference between the .NET and Java platforms will be the effect of a conscience decision, a matter of choice in which to implement a solution in a certain way. This article tries to portrait how .Net is different from Java and other widely used platforms, and also what each can or can not do.
Feature comparison
Compiled Code – Increases website speed (precompiled is the fastest)
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.
This function is used for date validation on a string
Return of this function is boolean.
function is_date($str){
$return = (bool) preg_match("(\b([1-9]([0-9]{3}))\-(1[0-2]|0[1-9])\-(3[01]|[12][0-9]|0[1-9])\b)",$str);
if(strlen($str)==10){
return $this->is_date_time($str);
}
if($return){
$return = (bool) (strlen($str)==10);
}
return $return;
}
This function is used for time validation on a string
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.
Ever seen live TV streaming in sidebar Firefox??
i got this idea when i want to watch e-lifestyle on MetroTV. and i combined it with trick of facebook chat in sidebar.
ok i’ll take metroTV streaming for example.
first open your notepad application. copy and paste this code to your notepad.
This is a common problem among programmers who are lazy to remember passwords and finally a reminder machine. but what if the engine suddenly broken and the reminder had no backups. hehehe …. forgotten it. right?
if you forget, reset the root password. easy right? ![]()
problem is how do I reset the root password?
this is the way:
1. we first used to turn off the server, the server did not mean a whole but only mysql service. hehehe …
of course, is how to turn them off from the root linux via the command:
# /etc/init.d/mysql stop
2. then create a sql script to change the password with the command
# vi /root/mysql.reset.sql
or with other commands you like such as pico or nano .
Internet is just become need for some people. Most of us has a favorite website to surf for some information there. If there is any site that we need to check or surf everyday, better we place this link to our start menu on windows.
Here tips and trick to put your favorite website link on your start menu, in these example we use antiteori.com. Open your notepad, type this:

