|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
17 Articles match "Pages","Web"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency conflicts with both LINQ to SQL and LINQ to Entities Execute business
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
|
47 Articles match "Pages","Web"
|
The Latest from DevelopMentor
|
MORE
|
|
Handy Web Development Technique
came across what I think is an awesome technique for seeing how you web page will
look Load the page you're working on in ALL the browser you care about. Edit the page in Visual Studio, notepad, whatever. I'm working on a fantastic website that
I I hope will have significant impact when it's
Michael C. Kennedy's Weblog
- Thursday, February 25, 2010
Survival Skills for Developers
Even web site developers have to consider how their pages will look when printed and perhaps generate PDF documents for printing. Regardless of whether you write desktop apps, web apps, or middleware, you should be able to print and generate some basic reports.
If you don’t build web applications, you don’t need to master these technologies, but a grasp on the basics will come in handy. Let’s suspend reality for a moment and pretend you’re heading out into the woods this weekend. Set aside the fact that you are a software developer and have
Ardent Dev
- Wednesday, February 10, 2010
Ask the doctor ( Devweek 2010)
WCF , Design Patterns, Multithreading, Web Development or anything else, we’ll be on hand to lend a sympathetic ear and hopefully solve your problems. In addition the RSK crew will be delivering pre and post conference days and a whole bunch of sessions which you can see on our conference page Dr Rockman is In! At DevWeek 2010 Rock Solid Knowledge will be running a drop in clinic where our consultants will help you solve your design and development issues. The whole team will be there so whether its WPF, Silverlight, .NET
.NET Mutterings
- Thursday, February 4, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Paging with the Silverlight RIA services DomainDataSource
All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Next add a DataGrid to display the data and you are good to go. < UserControl xmlns:dataControls ="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data.DataForm" x:Class ="LOBUsingRIAServices.CustomerListPage"
xmlns:data ="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data"
The Problem Solver
- Monday, April 27, 2009
-
Adapting to web standards - Part 1
A very interesting book has recently hit the shelves of you local bookstore: Adapting to Web Standards: CSS and Ajax for Big Sites (Voices That Matter) . The book is split in two main parts, the first part deals with coding web pages, using cascading style sheets
(CSS), CSS), adding behaviour using Javascript and AJAX, building web applications and introducting standards using the
'Circle One of the co-authors of this book is none other than AOL's own Kevin
Lawver. Lawver.
AOL & .Net
- Wednesday, April 2, 2008
-
ASP.NET: Internet Explorer Cannot Display the Web Page
After installing a recent Windows Update, I was no longer able to run ASP.NET web apps using localhost. The result was that pressing F5 or Ctrl-F5 to run an ASP.NET web app from Visual Studio 2008 resulted in a page in IE7 that said “Internet explorer cannot display the web page”. Interestingly, Firefox had no problem displaying the web page. It seems the update removed an entry from my hosts file, located in C:WindowsSystem32driversetc, removing the entry that maps localhost to the loop-back IP address. To rectify the issue, I just had to
Tony and Zuzana's World
- Wednesday, March 11, 2009
-
ASP.NET: Internet Explorer Cannot Display the Web Page
After installing a recent Windows Update, I was no longer able to run ASP.NET web apps using localhost. The result was that pressing F5 or Ctrl-F5 to run an ASP.NET web app from Visual Studio 2008 resulted in a page in IE7 that said “Internet explorer cannot display the web page”. Interestingly, Firefox had no problem displaying the web page. It seems the update removed an entry from my hosts file, located in C:WindowsSystem32driversetc, removing the entry that maps localhost to the loop-back IP address. To rectify the issue, I just had to
Tony and Zuzana's World
- Wednesday, March 11, 2009
-
Verifying JavaScript with JSLint and Visual Studio
And, no, I don’t mean my web browser—I mean cscript.exe .
Crockford does have a simple, cscript-compatible version of his script on his web site. It supports the enabling and disabling of all the options listed on the JSLint documentation page with command-line parameters and includes reasonable defaults so that you shouldn’t need to set or unset too many.
Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using
Jason Diamond
- Saturday, August 9, 2008
-
Verifying JavaScript with JSLint and Visual Studio
And, no, I don’t mean my web browser—I mean cscript.exe .
Crockford does have a simple, cscript-compatible version of his script on his web site. It supports the enabling and disabling of all the options listed on the JSLint documentation page with command-line parameters and includes reasonable defaults so that you shouldn’t need to set or unset too many.
Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language
Jason Diamond
- Saturday, August 9, 2008
-
Fix Slow Firefox 3 on Vista with localhost
I’ve noticed that Firefox 3 is insanely slow loading web pages on localhost when using the ASP.NET Development Server (based on Cassini). Everything was fine in IE7 and when connecting to the production web server from FF3. Today something snapped in my head and I felt compelled to figure out what was wrong.
A
Ardent Dev
- Tuesday, December 23, 2008
|
|
|