|
|
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.
|
18 Articles match "Pages"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
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, 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
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. 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
You will also examine the various validation techniques that can be used to control user input; how to manage paging, and you will enjoy an introduction to .NET The popularity of Ajax shows that traditional Web developers understand the importance of the asynchronous updates to their pages. The connection works within a page, across processes, across browsers, and even with Silverlight apps running out-of-browser. 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
|
136 Articles match "Pages"
|
The Latest from DevelopMentor
|
MORE
|
|
The Financial Crisis
This is an explanation of the cause of the financial crisis, though it’s too long at 17 pages. Here’s my dumbed down summary. Around the world there was a huge glut of cash, particularly in Asia. Individuals can put cash in FDIC secured savings account, but no such safe account exists for huge deposits.
Handwaving
- Friday, March 5, 2010
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 ready.
Michael C. Kennedy's Weblog
- Thursday, February 25, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Paging with the Silverlight RIA services DomainDataSource
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. You can do this by just setting the PageSize on the DomainDataSource but as we also need a control to allow the user to page trough the data it is easier to also add the DataPager control. found that setting it on either would work just was well except Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control
The Problem Solver
- Monday, April 27, 2009
-
Marshalling native function pointers
heap consists of memory pages that have the attribute PAGE_EXECUTE_READWRITE. p2);
MEMORY_BASIC_INFORMATION mbi;
VirtualQuery(p1.ToPointer(), &mbi, sizeof(mbi));
// thunks are allocated on a heap that consits of pages //
with the PAGE_EXECUTE_READWRITE flag
Debug::Assert((mbi.Protect & PAGE_EXECUTE_READWRITE) ==
PAGE_EXECUTE_READWRITE);
void* pD1 = *(void**)&d1; // hack to get native pointer to delegate
VirtualQuery(pD1, Now that the book is written and all urgent tasks I had to defer due to the book are
Marcus' Blog
- Friday, April 6, 2007
-
Custom pagers for SPGridView
The first was XofYPager which shows the page numbers like this:
The second was SmartPager which shows the page numbers like this:
I don't think that the built in pagers for SPGridView are the most useful and informative, so for one of my current projects I decided to implement two custom pagers
The use of these pagers are very simple just include the classes below and then before you DataBind() your SPGridView set the PagerTemplate property to an instance of one of these classes.
...Tags:
The Black Knight Sings
- Friday, December 19, 2008
-
Blogging Refocus and Page Size
Page Size Optimization
One of my goals in redesigning the site was to reduce the page size a bit. My quest for page size reduction began with cleaning out the old WordPress theme. For example, by removing Recent Posts and Recent Comments from the footer, I reduced the amount of HTML and gained the happy side effect of reducing the number of database hits required to build a page.
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.
This site (ardentdev.com) will
Ardent Dev
- Wednesday, February 3, 2010
-
Visual Studio and ASP.NET Master Pages
I finally got tierd of the bug in the Visual studio designer for ASP.NET master pages. The issue is this, if you don’t hardcode the master page for the page in the page itself the designer will not see that you are using master pages, even if you define one in the pages section of web.config. This greatly defeats one of the objectives of master pages in that I would like to tweak the master page at deployment time, and the default behavior is page value overrides config file. Possible solutions are have a default.master page, and make all pages point to that.
.NET Mutterings
- Friday, July 7, 2006
-
Verifying JavaScript with JSLint and Visual Studio
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 (the good parts) and what parts we shouldn’t (the bad and the awful parts).
Jason Diamond
- Saturday, August 9, 2008
-
Verifying JavaScript with JSLint and Visual Studio
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 (the good parts) and what parts we shouldn’t (the bad and the awful parts).
Jason Diamond
- Saturday, August 9, 2008
|
|
|