Live Drupal Training in Hong Kong
Submitted by admin on Wed, 04/16/2008 - 13:41.We have a Drupal training in Hong Kong in May 13-15 2008, as part of our Open Application Fabrication effort (www.openappfab.net)
Please see attached brochure and registration form or download from http://www5.uniforce.net/corp/drupal-training-v1.pdf
It's a living training, meaning that course fee includes one year hosting of Drupal portal that you create in the class.
This is the first class of our Open Training Series, and hope to enrich the community every month with new topic should there be enough audience to attend.
The venue is at Hong Kong Science Park.
Welcome:-)
My first opensource software
Submitted by aokihu on Tue, 12/11/2007 - 21:15.I have published my first opensource software iconv.NET
It just convert file from a encoding to another encoding.
But if you input a folder name, the software will convert all files in the folder,
so user can convert encoding quickly
the download site
https://sourceforge.net/project/showfiles.php?group_id=212318
A Chinese document of Drupal module
Submitted by aokihu on Tue, 12/04/2007 - 22:05.this is the site address:
http://www.drupalchina.org/node/1664
Javacript: Set div at center of screen
Submitted by aokihu on Fri, 11/30/2007 - 21:06.this is a function to set div at center of screen
Code:
function my_SetCenter(id)
{
//Get object from id
obj = document.getElementById(id);
//Get the height and width of screen
var swidth = screen.availWidth;
var sheight = screen.availHeight;
//Set the top-offset and width-offset
var top = (sheight - obj.offsetHeight)/2 - 100 + "px";
var left = (swidth -obj.offsetWidth)/2 + "px";
//Set the attribute to the object's style
obj.style.top = top;
obj.style.left = left;
}
A simply way to capturer picture with your webcam
Submitted by aokihu on Mon, 11/26/2007 - 21:14.When you have a webcam, maybe you want to code a program to capturer picture from your webcam.
I find some article how to capturer the picture, but almost methods are too difficult in C#, I think it is must a simply way to capturer picture.
Finally, i got it.
the website url is http://blogs.msdn.com/coding4fun/archive/2006/10/31/912546.aspx
The author use WIA, it is a simply way to use webcam.
First, you must have installed the wiaaut.dll, you can download here http://www.microsoft.com/downloads/details.aspx?FamilyID=a332a77a-01b8-4...

Pictures and Attachment Download now working
Submitted by fkam17 on Thu, 11/22/2007 - 12:09.Some twist over the htaccess gets our member picture link and download attachment working. Try it out.
Submit your photo (89x89) so people recognize you:-)

about Projects
Submitted by fkam17 on Tue, 11/20/2007 - 22:57.There's a new Project Forum only accessible by Members. We post new projects for your interest over there. Please take a look. The Project Manager is William Lai at william.lai@uniforce.net for now until we can break that down into leader groups.
How many mobile phone do we need
Submitted by aokihu on Mon, 11/19/2007 - 13:15.Now, more and more smart phones are published.
Almost phone, like Nokia and sony ericsson,use Symbian platform. And other mobile phone use Windows Mobile platform. The Linux also is used to be another platform on mobile phone.
As a programmer, we like develop some funny program in our mobile phone. So we need a Nokia phone which use Symbian, a Dopoda phone which use Windows Mobile, an iPhone which use MAC OS, and a gPhone which use Linux and is an open platform.
So, how we write the code for every platform? Must we program for every different platform? No!!!

Step by Step Teach You to Install The VMware Tool on The Fedora 7
Submitted by bingowill on Sun, 11/18/2007 - 23:46.For using the video card on the VMware,we should install the VMware Tool.I'll tell you how to install step by step.
You should install C compile.
Install the kernel-devel.
Checked the version's number between kernel and kernel-devel.
If the number not consistent,please update your kernel.
Checked the version's number again,and restart your system.
No accident, the number consistent,we use the command ls check the path of the header C compile match the kernel.
Install vmware-tool.
Choose the screen resolution.
Modify the xorg config.
All-time popular content
Recent blog posts
- My first opensource software
- A Chinese document of Drupal module
- Javacript: Set div at center of screen
- A simply way to capturer picture with your webcam
- How many mobile phone do we need
- Step by Step Teach You to Install The VMware Tool on The Fedora 7
- How to open user's php page in Fedora8, Be careful of SELinux
- Application, User, Software, Developer
- NuSOAP
- windows下配置Apache+PHP+Mysql

