|
Posted to:
3 hours, 59 minutes ago
|
Do you need to take your CSS3 skills to the next level? The following resources are monitored and kept current. Bookmark these links! CSS3 Resources (monitored and current) CSS3 Tips and Tricks!
|
|
Posted to:
9 hours, 57 minutes ago
|
One of jQuery's greatest strengths is its ability to manipulate the DOM with a minimal amount of code. It's so easy to change things that we often don't think about what's happening under the covers. For example, consider the following code that appends...
|
|
Posted to:
02-08-2012, 2:06 AM
|
I really enjoy working with jQuery and have had the opportunity to use it a lot over the years on various projects. It’s an essential part of my “technology tool belt”. My company has also started providing new training classes on jQuery to various...
|
|
Posted to:
02-06-2012, 10:27 PM
|
Many developers use the ConfigurationManager class to retrieve settings from the .Config file of your application. This class allows you to retrieve settings from the <appSettings> element. With just a single line of code as shown in the following...
|
|
Posted to:
02-06-2012, 9:05 AM
|
Another important milestone in my career started three years ago when I joined Tellago . I convinced my friend Jesus to hire me, and I would eventually move to the United States with my family to work in the company. That never occurred for some...
|
|
Posted to:
02-04-2012, 7:15 PM
|
It’s that time of the year again! DevConnections 2012 is right around the corner and we have a lot of great new workshops and sessions planned for the ASP.NET and Client-Dev (HTML5, Windows 8 Metro, JavaScript, jQuery, etc.) tracks. The keynote at DevConnections...
Filed under: .NET, ASP.NET, ASP.NET MVC, C#, CSS, Design Patterns, DevConnections, EF Code First, HTML5, JavaScript, jQuery, JSON, Metro Apps, Silverlight, Windows 8, WinRT, XAML, ASP.NET AJAX |
|
Posted to:
02-04-2012, 5:13 PM
|
The ECM features of SharePoint 2010 are excellent. The best thing is the extendibility of the platform using SharePoint designer and Visual Studio. By default SharePoint includes field types such as Single line text, multi-line text etc. The following...
|
|
Posted to:
02-04-2012, 4:18 PM
|
A question that pops up occasionally in ASP.NET forums or sites like Stack Overflow is how to change a control’s output dynamically. Well, since the CSS Friendly Control Adapters came out, I knew how to do it statically, through static registration on...
|
|
Posted to:
02-04-2012, 6:01 AM
|
Here’s the recent presentation made on LIDNUG on scaling ASP.NET websites from thousands to millions of users. Scaling ASP.NET websites from thousands to millions of users by Omar AL Zabir Here’re the slides. Scaling asp.net websites to millions of users
|
|
Posted to:
02-03-2012, 11:11 PM
|
Today I wanted to find a way to flush the IIS FTP logs on-demand. The logs for IIS FTP flush to disk every 6 minutes, and the HTTP logs every 1 minute (or 64kb). This can make troubleshooting difficult when you don’t receive immediate access...
|