Yesterday, I’m testing jqtouch. Wow… It’s great. I’m starting iPhone Development with PhoeGap. It’s easy and fast development. I don’t need to read iPhone SDK and I can development quickly with jquery. So, I searching iPhone UI with jquery because phonegap is not support native UI. I want native UI. It’s nice and most of the people love it. I found jquery Iphone UI. It’ not good. It design with iPhone Screen. So bad. Can’t use in Web Design for iPhone Safari. So, I searched new jquery and I found and I love it. It’s jQTouch. I found it and I said wow…. amazing….
Add jquery built in apiwork
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>
Oop! Google Doc
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.





