Firefox !!!

Posted March 6th, 2010 in blog by admin

When I download , firefox crash. I hate it

Add jquery built in apiwork

Posted March 5th, 2010 in blog by admin

haha. I add jquery for default. Here, I use in my view like this

<html>
<head>
<?php
/*
add script from code.jquery.com
$this->jq->get_latest();
*/
//you can also load like this $this->load->js('jquery');
//$this->jq->noconfilt=true //for jquery no conflit
$this->jq->get_script();
?>
<script>
<?php $this->jq->start_jq(); ?>

alert("I'm jquery");

<?php $this->jq->end_jq(); ?>
</script>
</head>
<body>

</body>
</html>

Why MS office ?

Posted March 5th, 2010 in blog by admin

so funny video


Get Microsoft Silverlight

Oop! Google Doc

Posted March 4th, 2010 in blog by admin

Today, I thought, I should move all of my document to Google Doc because we should change cloud computing. My boss told me, he move all word document to Doc in previous 2 year. Ok, i should move it. So, I try to move. I use pages and I copy all the text include picture and then paste in Google Doc. Oh! all the picture was gone. Currently we can’t copy and paste image in Google Doc. For user view, we want copy and paste image. We can’t upload many image. I tried to upload my .pages file in google doc. Oop! can’t. Upload done. Open it, nothing and just show download. Ok. I export to doc file and upload it. It’s OK. But my alignment is wrong and font can’t show. I’m writing book and I can’t use Doc. Not special font for header , paragraph and how to set good layout. Hmm… the big problem, I make a screenshot and then paste in Pages. It’s OK. I can’t paste in Google Docs and I need to upload it. So, I can’t change to Google Doc, nowadays. I should use dropbox for cloud service instead of Google Doc.

Harbari to Wordpress PHP Code

Posted March 2nd, 2010 in blog by admin

Copy the following code and create wp_convert.php in habari folder. It’s using habari class for connection database, tag,comment,etc. You need to add wordpress database name,username and password in there. After that run wp_convert.php and convert all post to the wordpress database. Habari don’t have category and all the post will under categorize. I got that code from http://chrismeller.com/user/files/2009/08/wp_migrate_script.php
Continue Reading »

Page 1 of 21123451020...Last »