How To Use The New StoryPad Tool · storify · Storify
Updates from liduan RSS Toggle Comment Threads | Keyboard Shortcuts
-
liduan
-
liduan
get map work for android in phonegap and jquery.
jquery-ui-map.2.0.2
see example and tutorial
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js" type="text/javascript"></script> <script src="map-ui/jquery.ui.map.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { var latlng = new google.maps.LatLng(59.3426606750, 18.0736160278); $('#map_canvas').gmap({'center': latlng, 'callback': function () { $('#map_canvas').gmap('addMarker', {'position': latlng, 'title': 'Hello world!'}); } }); }); </script> <div></div>
-
liduan
Google Maps events in Mobile Safari and PhoneGap for iPhone
-
liduan
VoltDB Decapitates Six SQL Urban Myths And Delivers Internet Scale OLTP In The Process
-
liduan
Creating forms in JSON with jQuery
How to Build an RSS Reader with jQuery Mobile
jquery mobile with google map to build mobile apps
jQuery.getJSON() tutorial
jQuery Mobile and JSON
Mastering JSON ( JavaScript Object Notation )
Get Started With JSON
-
liduan
very good photoshop design tutorial.
100 Best Photoshop Tutorials of All Time that Yield Professional Results -
liduan
Flash 3D Tutorial
Useful Tutorial Files downloadUseful Ebook download
Creating Realistic 3D Animation in Flash CS4 here
Papervision 3D Room Demo
Questions and Answers of 3D Flash room
Discuss about Flash 3D room
Creating a 3D Room in Flash Catalyst (in 6 lines)
Other Discuss about Flash 3D room
Flash 3D tutorial
-
liduan
panoramas 3d flash tutorial let you to build your 360 panoramas applications.
Creating 360° Panoramic Images in Flash
Panoramic 360 with Papervision3d
Full Screen Flash 360 Panoramas – Are They Worth It?
Create a 360° panorama viewer with AS3
3d Panorama Cruise Virtual Reality On Adobe Air
Creating a 3D Room in Flash Catalyst-
ict support
After research a couple of of the blog posts in your web site now, and I truly like your approach of blogging. I bookmarked it to my bookmark web site listing and will likely be checking again soon. Pls take a look at my website as effectively and let me know what you think.
-
-
liduan
iphone panoramas 3d app can help you creaate 360 image around you dermandar.
-
liduan
I want android OS next
-
Micah Valrie
Wonderful work! This is the kind of information that are meant to be shared around the web. Disgrace on search engines for now not positioning this publish upper! Come on over and consult with my web site . Thanks =)
-
-
liduan
Try to do it
-
liduan
Plone is open sources CMS dev by python.
-
liduan
icepdf provides very good pdf lib for java dev. there are two demo for icepdf. one of them is pdf online view document.
-
liduan
coming soon
-
liduan
get it
-
liduan
ss
-
-
liduan
kap lab is a flex framework for data visualization, it can provide a mind maps solution. there are some online mind mapping in web2.0, js also can do mind mapping like wiseMapping, InfoVis is a js framework for data visualization. or using jQuery. Now, html5 is further solution for mind mapping.
-
liduan
add a cname of domain using www or any other words as host, using ghs.google.com as point.
-
liduan
in the dashboard of google apps, you can set url. like http://www.yourdomain.com for your website.
-
liduan
gae only accept the top domain like yourdomain.com. it can’t be http://www.yourdomain.com
-
liduan
next, add a domain in google apps engine for any case.
-
liduan
we get google app for domain liduan.net
-
liduan
add php gd (graphics directly) support in ubuntu
#sudo apt-get install php5-gd
then, restart web service
#sudo service lighttpd restart //or #sudo service apache2 restart
-
liduan
clean kernel temp files
#make clean
-
liduan
next, install modules of new kernel:
#make modules_install
then, generate a image for new kernel.
#cd /lib/modules #mkinitramfs -o initrd.img-2.6.30.4 2.6.30.4 #mv initrd.img-2.6.30.4 /boot
edit menu.lst file for grub booter, add following:
title Ubuntu 8.04.3 LTS, kernel 2.6.30.4 root (hd0,2) kernel /boot/vmlinuz root=UUID=98f69044-be12-4dde-95df-358dca35c632 ro quiet splash initrd /boot/initrd.img-2.6.30.4 quiet
-
liduan
install new linux kernel 2.6.30.4 using “make install”, system should show following detail:
root@ibm-laptop:/usr/src/linux-2.6.30.4# make install
sh /usr/src/linux-2.6.30.4/arch/x86/boot/install.sh 2.6.30.4 arch/x86/boot/bzImage \
System.map “/boot”
In order to use the new kernel image you have just installed, you
will need to reboot the machine. First, however, you will need to
either make a bootable floppy diskette, re-run LILO, or have GRUB
installed.Checking for ELILO…No
GRUB is installed. To automatically switch to new kernels, point your
default entry in menu.lst to /boot/vmlinuz-2.6.30.4====================
GRUB menu configuration file menu.lst should be update. -
liduan
configuration and update to linux kernel 2.6.30.4
using root account do following.
#make mrproper #check kernel .o and .config files
next configuration kernel. there are three kinds of configuration UI.
#make config #Text UI
#make menuconfig #Text graph UI
#make xconfig
before using menuconfig mode, ncurses should be installed.
#apt-get install libncurses*
and before using xconfig mode, following package should be installed.
#apt-get install libqt3-headers libqt3-mt-dev
after all configuration work done. using make command to compile kernel.
-
liduan
get recent linux kernel (2.6.30.4)
$sudo wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.4.tar.gz /usr/src $sudo tar xvf /usr/src/linux-2.6.30.4.tar.gz
if linux-2.6.30.4.tar.bz2 package, using command:
$sudo tar jxvf /usr/src/linux-2.6.30.4.tar.bz2
-
liduan
open root account in ubuntu:
$sudo passwd root
then, set new password for root.
-
liduan
php upload file, File input (or “upload”) in HTML forms, Uploading multiple files, PHP – File Upload
-
liduan
update new theme.
Quentin Voncannon 4:35 am on August 29, 2011 Permalink
I see something genuinely interesting about your web blog so I saved to favorites .