Tag Archive
The following is a list of all entries tagged with programming:
c# UserControl resize problem
Filed in Problem/Solution,Projects, 28/03/2012, 13:59Yesterday 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
Filed in General, 16/02/2011, 19:44Rbac 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
Filed in post, 13/11/2010, 16:02I’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/…
Filed in link, 04/11/2010, 21:32http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/ Share on Facebook
Rijndael_256 & php & Yii frameworkstoring encrypted data
Filed in post, 02/11/2010, 00:16While 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…
Filed in link, 19/10/2010, 08:28Security 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
Filed in General, 21/08/2009, 01:21I stumbled upon this when searching for something about code, enjoy! site: freevbcode Share on Facebook