Save Base 64 encoded images to a file in C#
Sample C# Code to save base 64 encoded images to a physical file using a regular expression
Company_Blog/Save-Base-64-encoded-images-to-a-file.aspx
|
Chage Permissions on Series of Folders
Tips on how to use icacls and a batch file to apply the same permissions to a series of sub folders..
Company_Blog/Chage-Permissions-on-Series-of-Folders.aspx
|
LearningCart Named as Top 50 LMS
LearningCart is pleased to have been recognized as one of the top 50 learning management systems by eLearning 24/7, in their annual ranking report.
Company_Blog/LearningCart-Top-50.aspx
|
Introducing LearningCart
LearningCart is a comprehensive framework that makes deploying and managing a complex web presence easy. That means completely integrated content manageament (CMS), ecommerce, blogging, SCORM compliant learning management system (LMS), web based administration, and much more all from a single system.
Company_Blog/Introducing-LearningCart.aspx
|
Hiding Drop Down Options
We recently were working on a development project where depending on what options a user selected we needed to hide values contained in a drop down list (the drop down list contained dates). The desire was to have the drop down filtered without posting back to the server. Our initial thought was to design the code to loop through the options and set the css visible property on the unneeded items to hidden so they would not be displayed...
Company_Blog/Hiding-Drop-Down-Options.aspx
|