Archive for the ‘Tutorial’ Category

 

Tutorial on integrating CKFinder/CKEditor into CakePHP with session CheckAuthentication.

November 10th, 2009

“How to integrate CKEditor + CKFinder with Session CheckAuthentication into CakePHP”
 
In the process of web development such as CMS (Content Management System), there are many cases where you may find a WYSIWYG editor or a file manager useful.  However from my experience, I noticed that most web application frameworks provide from crappy to no backend [...]

Read full article | 6 Comments »

3 Points to consider when choosing a potential web design vendor

April 1st, 2009

Find out what your needs are.
If you want to show off your company’s core business and it hardly ever changes, then you may not need a full blown CMS solution. If you want to sell a couple of products online, maybe all you need is an online form with Paypal integration, not a complete [...]

Read full article | 2 Comments »

Hibernate ScrollableResults: OutOfMemoryError: Java Heap Space

February 18th, 2009

Today, I was working a newsletter program in Java using the Hibernate library.  I decided to use the ScrollableResults object because I do not have to load all of the database entity at once.  Instead, I can use a database cursor to retrieve the entity one by one.
At the beginning, I wrote this code.
ScrollableResults userCursor [...]

Read full article | No Comments »