Friday, October 30, 2009

Happy Water Festival , Cambodia


Cambodia will celebrate Water Festival Ceremony on 1st to 3rd Nov, 2009.
Phnom Penh City welcome to all the tourist from oversea and local tourist to take part in this event together. I hope that it will be crowd all the street , a half of Phnom Penh's street.

To join this big event we would like all the people walk, please don't use your own ways like motor or car driving into the front of riverside it causes traffic jam happen and it makes us difficultly see the event.

And then if you arrive the Hun Sen's Park you don't forget to look around yourself and you will see all the concerts from different station , some they sell the production, promotion , playing , singing for you. But don't forget to buy discount production on that day some like clothes, shoes ... pants..

For me i will go to see the event on the 3rd night at FCC on the up-stair. See you there!!!

Water Festival 2009!!!

Sunday, October 25, 2009

BoA Photo Shoot

Beat Of Angel





BoA = Beat of Angel
A singer in my heart.

BoA's multigual skill (she can speak Japanese, native Korean, English, recorded songs in Chinese)

About her: http://en.wikipedia.org/wiki/BoA

Friday, October 23, 2009

How do you use ICT?

1. For me FOR Now i am using ICT for business.
2. Last two years I was using ICT for social development.
3. After Last two years i was using ICT for education.

I am consoling my feel to use ICT for business for now, because the most of my fortune is focus on ICT 4B service sector.

Today you are talking about ICT for social development , it means that you are keeping to promote your reputation to reach the best business in the future.

How about you?

ChanHan,

Wednesday, October 14, 2009

Payment methods, Gateways

There are not much payment methods, gateways to provide on the internet. Let's you see the popular gateways that offer online payment on the world.

  1. Cash On Delivery payment method
  2. Accept Purchase Order
  3. Accept Check / Money Order
  4. Accept all major credit and debit cards
  5. Store can be set to authorize only, or auth-capture credit card mode. You can then capture at shipment if desired
  6. Real-time or offline credit card processing
  7. Manual gateway (just collect order & payment information for offline processing)
  8. 2Checkout
  9. Authorize.NET
  10. CDGcommerce (Quantum Payment Gateway)
  11. eWay (Australia)
  12. Google Checkout
  13. Moneybookers
  14. PayPal Standard
  15. PayPal Website Payments Pro (Direct and Express)
  16. PayPal PayFlow Pro
  17. PSI Gate
  18. Worldpay
  19. 2c2p

Thursday, October 8, 2009

You always make me down on your act...


Why your word is not true, why you would like to say this or that to look around me, every your act hurt me so much. Why you would like ignoring what you said.

Tuesday, October 6, 2009

ASP.NET/C# Upload & Resize Image

Here is source code used for resizing image by ASP.NET/C#. Hope it helps you.


//********Begin Resize image area********

int intWidth = 0;
int intHeight = 0;
string UlFileName = null;
string NewFileName = null;

intWidth = 100;
//*** Fix Width ***//
//intHeight = 0 '*** If = 0 Auto Re-Cal Size ***//
intHeight = 120;

UlFileName = "images/photos/2009/10/" + rdApplication[22].ToString();

//*** Save Images ***//
//this.fiUpload.SaveAs(Server.MapPath(UlFileName));

NewFileName = "images/photos/2009/10/Thumbnail_" + rdApplication[22].ToString();

System.Drawing.Image objGraphic = System.Drawing.Image.FromFile(Server.MapPath(UlFileName));

Bitmap objBitmap = default(Bitmap);
//*** Calculate Height ***//
if (intHeight > 0)
{
objBitmap = new Bitmap(objGraphic, intWidth, intHeight);
}
else
{
if (objGraphic.Width > intWidth)
{
double ratio = objGraphic.Height / objGraphic.Width;
intHeight = (int)ratio * (int)intWidth;
objBitmap = new Bitmap(objGraphic, intWidth, intHeight);
}
else
{
objBitmap = new Bitmap(objGraphic);
}
}

//*** Save As ***//
objBitmap.Save(Server.MapPath(NewFileName.ToString()), objGraphic.RawFormat);

//*** Close ***//
objGraphic.Dispose();

//*** View Images ***//
//this.imgPicture.Visible = true;
// this.imgPicture.ImageUrl = NewFileName;

//********End Resize image area********


REF: http://www.thaicreate.com/asp.net/c-sharp-asp.net-upload-resize-image.html

Monday, October 5, 2009

DAP - Breaking news in Cambodia is trying Twitter and Facebook

Notice that http://dap-news.com is trying to use Twitter and Facebook to share its news to the world. It is great!!!

Follow it at http://twitter.com/dapnews


DAP-NEWS
The breaking news in Cambodia

Sunday, October 4, 2009

Barcamp Phnom Penh 2 finished

Thanks for taking part in Barcamp Phnom Penh 02 to share the things about technology for development in Cambodia.

Thanks,

Thursday, October 1, 2009

Tomorrow, dream come true #barcamppp2


http://barcampphnompenh.org/

3th -4th October 2009
Sat - Sun

All the things...

The day after tomorrow....tHE BiG BarCamp Phnom Penh2

Dont hide your face, must show it on that day please!

Only one day more, you will see the biG event happen at PUC, the event that gather all technologist meet and talk , fact to face and quest to answer instantly in you mind.

Nearly 1000 people come to that event.

If you want to see detail please go to http://barcampphnompenh.org/

By: ChanHan HY