Skip navigation.
Home
While people write software codes, we fabricate applications ...
Revolutionize the way computer application's built

Live Drupal Training in Hong Kong

05/13/2008 - 00:00
05/15/2008 - 23:59
Etc/GMT+8

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

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

this is the site address:
http://www.drupalchina.org/node/1664

Javacript: Set div at center of screen

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

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...

fkam17's picture

Pictures and Attachment Download now working

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:-)

fkam17's picture

about Projects

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

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!!!

bingowill's picture

Step by Step Teach You to Install The VMware Tool on The Fedora 7

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.

Syndicate

Syndicate content
Syndicate content