What features people like in Kentico CMS?

KenticoCMS taken interview about "The TOP features in Kentico CMS according it's clients". They filmed at the Kentico Connection conference in Oct 2010. Youtube Video :- [youtube=http://www.youtube.com/watch?v=kJu-FUoZ8Rg] Most of them saying the best feature in kentico CMS is Portal Engine. Yes, it is. This is one cool future in this cms. I too like this feature. What is Portal Engine in Kentico CMS? In this CMS we have two development models. Those are listed below 1) ASPX -- (need the phys...
Read More

Custom Attributes naming in HTML 5

Now we can embed the custom data attributes on all HTML elements. These new custom data attributes consist of Attribute Name and Attribute Value. And we have to name the custom attribute prefix with data-* (here * means we have to add some text or character). For example we created some functionality to display Tool-tip using Jquery or JavaScript. The Tool tip text comes from tooltip custom attribute (html5 extra attributes). before we used like this <div tooltip="This for Tool - tip text"...
Read More

Things to remember while code for file uploads in web app

This is just for beginners!, If we write code for file upload in web app we must follow few things, for example file size, type of file and best to restrict file types. Please check in detail with below points. File size:- We must check with file size. Otherwise some users may full you hard disk by uploading big size files. So, it is best to restrict the size of file. one example:- If in you web site your given option for upload profile image. So, user can upload (JPG,PNG, GIF ..) file for hi...
Read More