Android Developers Blog: Some information on APIs removed in the Android 0.9 SDK beta
Saturday, November 22, 2008
Android Developers Blog: Some information on APIs removed in the Android 0.9 SDK beta
It seems it'll take a while before we see Android support Bluetooth in its SDK. However, Gphone does support Bluetooth, even A2DP
Posted by
xjs
at
2:28 PM
View Comments
Sunday, October 26, 2008
eclipse and java tutorial
if you are new to developing java program using eclipse, this is a good tutorial website:
eclipsetutorial
eclipsetutorial
http://feeds.feedburner.com/XssNoisySpeech
Posted by
xjs
at
3:39 PM
0
comments
Labels: java, programming
Friday, October 24, 2008
Stereo Bluetooth headset for $19.99!
Cut the cord with $19.99 stereo Bluetooth headset
Jabra BT8010, a stereo Bluetooth headset that TigerDirect has on sale for $19.99.
Wow, this is awesome. it's stereo, it's wireless, what else do you need?
Posted by
xjs
at
11:33 AM
0
comments
Wednesday, October 15, 2008
Sunday, September 28, 2008
cck taxonomy in exposed filters
If you run into problems with cck_taxonomy module in view. Check the solution here
Basically, the problem is:
When you use exposed filter in view based on cck_taxonomy field, it always displays everything. Unfortunately this module has been abandoned.
Basically, the problem is:
When you use exposed filter in view based on cck_taxonomy field, it always displays everything. Unfortunately this module has been abandoned.
Posted by
xjs
at
11:44 PM
0
comments
embed form in page in Drupal
Pro Drupal Development has a chapter on drupal Form. It has an example to build a form in module.
If you just want to embed the form in a page, you can simply just use
print drupal_get_form('your_form_name');
and select input format to be php. See my example here.
If you just want to embed the form in a page, you can simply just use
print drupal_get_form('your_form_name');
and select input format to be php. See my example here.
Posted by
xjs
at
7:32 PM
0
comments
Labels: drupal
Saturday, September 27, 2008
avatar related modules in drupal
There are several avatar related modules in drupal.
Avatar Blocks
Latest Members,
Avatar Gallery,
User Display
Initially I used Avatar gallery, then switched to avatar blocks on my site, which seems to be a better solution.
It uses ImageCache module to scale your user avatars to a consistent size and shape. ImageCache version 2 is required, which in turn requires PHP5.
Avatar Blocks
Latest Members,
Avatar Gallery,
User Display
Initially I used Avatar gallery, then switched to avatar blocks on my site, which seems to be a better solution.
It uses ImageCache module to scale your user avatars to a consistent size and shape. ImageCache version 2 is required, which in turn requires PHP5.
Posted by
xjs
at
9:11 PM
0
comments
Labels: drupal
Subscribe to:
Posts (Atom)
