The MasterPage is derived from UserControl and thus, does not support the method 'InitializeCulture()'; a bit more coding is required in order to make the ASP.NET MasterPage localizable.
Gallery Server Pro is a complete, stable ASP.NET gallery for sharing photos, video, audio and other media. This article presents the overall architecture and major features.
After I just posted about how the CFDirectory tag can use the single-character wild card , "?", in its filtering, Steve Withington came in and demonstrated that you can also use the pipe character, "|", to use multiple filters in the same CFDirectory tag. After reading this, I went to the ColdFusion 8 docs but didn't see this listed or mention ... Read More »
As part of the ColdFusion 8.0.1 updater, the CFMailParam tag can now attach files to an email using the Content attribute. When using this, the CFMailParam takes a File attribute and the Content attribute. In this case, the File attribute provides the name of the file as it will appear in the mail attachments list, not the path of the file on the server. The content attribute can take any ColdFusion variable that can be converted to binary data. Like the ColdFusion CFContent tag, this conten ... Read More »
Minor tip here, but over the weekend, at cf.Objective() , I was watching a presentation (I think it was Mark Mandel ) when I saw that someone was using a ColdFusion CFDirectory filter that had the "?" wild card. I knew that CFDirectory filtering could use the multi-character "*" wild card, but I am pretty sure I didn't know that it could use the single- ... Read More »
If you re a web developer who wants to learn how to create simple benchmarking scripts with PHP this set of comprehensive articles will offer you a friendly introduction to the subject. Welcome to the final part of the series Benchmarking Applications with PHP. Made up of three tutorials this series teaches you via copious hands-on examples how to implement some simple approaches to determine the performance of different PHP applications....
TAKE CONTROL OF REMOTE COMPUTERS Support, configure and install applications and updates remotely for greater efficiency.
In this second part of the series, Bilal Haidar demonstrates how to authenticate and authorize users accessing a Windows Forms application by using Client Application Services introduced with Visual Studio 2008 and .NET 3.5. He starts with a brief description of Web application host and then examines authentication and authorization aspects involved with its creation. Bilal also shows how to test the Visual Studio 2008 application and provides the whole project for download.