|
|
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.
|
27 Articles match "Pages","Web"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
These data services integrate naturally with the Web and can be consumed by Web clients within a corporate network or across the Internet. In this module you'll learn to expose data to web clients as a REST-ful resource, addressable with URIs that clients can interact with using standard HTTP verbs, such as GET and POST. These include the LinqDataSource (for LINQ support), the ListView (for flexible two-way data-bound templates), and the DataPager (for flexible paging). In this course, you learn to: Leverage new features of C# 3.0, Appendices ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
You'll get answers to these questions: How do I understand the page-processing and request-processing framework? How can I build custom lists, pages, master pages, web parts, event handlers, content types and more? We examine what a web application is, what site collections are, where critical files are stored, how pages are processed, and how to locate and manage the important information. Custom Pages, Branding with Master Pages and CSS files Creating custom pages and adding them to sites used to be difficult. intranet? extranet?
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
How can I use local files and external web services to store and retrieve data? The course shows you how to build Silverlight applications that utilize drag-and-drop, dynamic custom controls, streaming media, animation, and integrated Web Services to produce data-driven user interfaces. By the end of the course, you'll have seen how all the major Silverlight features work together to create an engaging user experience on the web. You will also see how Silverlight compares to other rich web-enabled technologies such as AJAX and Flash/Flex. All materials supplied.
DevelopMentor Courses
- Wednesday, June 17, 2009
|
52 Articles match "Pages","Web"
|
The Latest from DevelopMentor
|
MORE
|
|
Moving StarterSTS to the (Azure) Cloud
The default implementation uses the ASP.NET web cache and can be easily extended to use products like memcached or AppFabric Caching. also include a (very) simple web page that allows working with the relying party provider data. Quite some people asked me about an Azure version of StarterSTS. While I kinda knew what I had to do to make the move, I couldn’t find the time. Until recently. This blog post briefly documents the necessary changes and design decisions for the next version of StarterSTS which will work both on-premise and on Azure. Provider. URL Handling.
www.leastprivilege.com
- Wednesday, August 11, 2010
The NoSQL Movement, LINQ, and MongoDB - Oh My!
There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. The NoSQL movement is about re-evaluating the constraints and scalability of data storage systems in the light of the way modern web applications generate and consume data. This move towards NoSQL is driven by pressure from two angles in the web application world: Easy-of-use and deployment. And if you are writing a web app, you definitely want that number to grow. Here’s the amazon page: MongoDB: The Definitive Guide.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
Using an Active Endpoint to sign into a Web Application
The scenario is, that you don’t want to do a passive redirect in a web app – but directly talk to an active STS endpoint to authenticate and request a token. The reasons for that could be that you need a local sign-in page in the web app – or that the token service is not publicly reachable. The following code can be used on a login page: protected void _btnLogin_Click( object sender, EventArgs e). {. // authenticate with WS-Trust endpoint. This question comes up from time to time, so I thought I’ll document it here. var factory = new WSTrustChannelFactory (.
www.leastprivilege.com
- Wednesday, April 14, 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). Adding paging. In that case all you need to do is add a PageSize and the DomainDataSource will only load enough data to display on a single page. When I did that the DataPager didn’t show up on the UI so the user could not page through the data even though it still limited the data to the first page. Enjoy!
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), adding behaviour using Javascript and AJAX, building web applications and introducting standards using the. One of the co-authors of this book is none other than AOL's own Kevin. Lawver. good opportunity to review the book and be able to ask Kevin some questions about the it. Circle of Standards'.
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. After that IE7 displayed the web page property for localhost addresses. To rectify the issue, I just had to open the hosts file and add the following entry: 127.0.0.1 localhost.
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. After that IE7 displayed the web page property for localhost addresses. To rectify the issue, I just had to open the hosts file and add the following entry: 127.0.0.1 localhost.
Tony and Zuzana's World
- Wednesday, March 11, 2009
-
Blogging Refocus and Page Size
As part of my planning for 2010, I decided to write new vision statements for some of my web sites and put myself back on a content creation schedule. Page Size Optimization. One of my goals in redesigning the site was to reduce the page size a bit. Firebug is a web development add-on for Firefox. highly recommend you hook yourself up with the Firefox + Firebug + YSlow triad of awesome if you do any web development. My quest for page size reduction began with cleaning out the old WordPress theme. of compressed HTML for the home page. New Design.
Ardent Dev
- Wednesday, February 3, 2010
-
Handy Web Development Technique
came across what I think is an awesome technique for seeing how you web page will look as you edit it. This is WAY beyond WYSIWIG: Load the page you're working on in ALL the browser you care about. Now here's the sweet part: Edit the page in Visual Studio, notepad, whatever. I'm working on a fantastic website that I hope will have significant impact when it's ready. I'm planning on launching in roughly one month. I'm using Chrome 4, FireFox 3.6, and IE 8. If you have the monitor space, cascade these browsers side-by-side. Now you get real WYSIWIG on real browsers.
Michael C. Kennedy's Weblog
- Thursday, February 25, 2010
-
Using an Active Endpoint to sign into a Web Application
The scenario is, that you don’t want to do a passive redirect in a web app – but directly talk to an active STS endpoint to authenticate and request a token. The reasons for that could be that you need a local sign-in page in the web app – or that the token service is not publicly reachable. The following code can be used on a login page: protected void _btnLogin_Click( object sender, EventArgs e). {. // authenticate with WS-Trust endpoint. This question comes up from time to time, so I thought I’ll document it here. var factory = new WSTrustChannelFactory (.
www.leastprivilege.com
- Wednesday, April 14, 2010
|
|
|