October 2007 - Posts

0
Comments

TinyMCE - A Platform Independent WYSIWYG Editor by lamia

I've been looking this morning for a WYSIWYG editor to integrate with one of the personal projects I'm planning to make. It's going to be a WIKI that would allow anyone in my team to add, edit, view or search entries for best known knowledge...
Filed under: , ,
0
Comments

Your ActionForm for your HTML form, POJO as your model by lamia

In my previous company I have developed an online recruitment system in Struts framework. Have I ever mentioned why I prefer working in a team? It's because it's easier for other to point out your mistake. And because I am a self-taught, self...
Filed under:
0
Comments

Code File Security in PHP by lamia

While I was trying to implement MVC in PHP, It came to me how I would be able to secure my code (i.e. prevent HTTP GET access to some parts). My friend who is a PHP programmer forgot that in some webserver, the .inc extension is not configured as a MIME...
Filed under:
6
Comments

Levels of Data Normalization by lamia

I've been thinking my whole career through what the Levels of Data Normalization means. I know I've been doing it, but I didn't know on which level I am at during this process. I had a discussion with an office colleague and he told me to...
Filed under:
2
Comments

Bitshifting for dummies by lamia

Disclaimer: The writer is a dummy in bit shifting and therefore this post does not come with any warranty of replacing your job if you replace all the business calculations in your system with the methods mentioned here. The below examples only work for...
Filed under: