Tag Archive

The following is a list of all entries tagged with programming:

c# UserControl resize problem

Yesterday and today I’ve been having problems in Visual studio with the UserControl elements and how to get them to resize them automatically when the WinForm changes size. I’ve found all kind of workaround nearly all of them were a lot of work while the designer in Visual studio should be able to do it for [...]


Yii framework: RBAC

Rbac in the Yiiframework isn’t hard at all but how do you keep your db clean and readable code readable and logic! After you have successfully configured the RBAC in /protected/config/main.php you need to insert the sql into your database and introduce your rules and accesses into to table, mine looks like this: And my [...]


Yii & encryption

I’ve already said a few things about Yii and the encryption in a few posts prior to this one so now let me help everybody a hand in working with the Yii encryption. Basic Configuration The image is the minimal configuration you will need in ‘yourApplication/protected/config/main.php Usage Once you have installed this, the only thing [...]


http://www.smashingmagazine.com/2009/07/…

http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/ Share on Facebook


Rijndael_256 & php & Yii frameworkstoring encrypted data

While programming my authentication module today, i’ve been experimenting with Rijndael 256 or AES as it is also known. This isn’t hard, at least not the code because php already includes everything as does Yii for that matter, no, the hard thing is to store an encrypted password. AES encodes your password but does so [...]


Security mistakes in website application…

Security mistakes in website applications, take a look, it’s not the usual long explication. http://www.smashingmagazine.com/2010/10/18/common-security-mistakes-in-web-applications/ Share on Facebook


Coding right, tips

I stumbled upon this when searching for something about code, enjoy! site: freevbcode Share on Facebook