WEBSITE
Change page: < 1 2 3 4 5 6 7 8 9 10 11 12 13 14 >  |  Displaying page 1 of 14, items 1 to 40 of 535.
Office In The Cloud Leverage The Web
Just as there are now virtual or cloud-based versions of software and storage solutions that used to be firmly entrenched in physical servers and desktops, there are now Web versions of Microsoft’s widely used Office products. Word, Excel, and other Office programs are now included in a hosted service called Office 365
Map-App Showdown
To help you pick the best way to find your way, we compared six popular map apps. The value of their features - like the quantity and quality of reviews about local destinations depends largely on where you are, but since each app is free, there’s no reason not to dive right in and start exploring.
A New Point Of View
The latest version of iTunes (go.macworld.com/itunes11) makes a number of changes to the way you view the content in your library of digital media files. Most significantly, iTunes 11 adds a new set of views and gets rid of most of the viewing options that were available in previous versions.
ASP.NET 4 in VB 2010 : The Data Controls - The DetailsView and FormView
The GridView excels at showing a dense table with multiple rows of information. However, sometimes you want to provide a detailed look at a single record. You could work out a solution using a template column in a GridView, but ASP.NET includes two controls that are tailored for this purpose: the DetailsView and the FormView.
ASP.NET 4 in VB 2010 : The Data Controls - Using GridView Templates
The TemplateField allows you to define a completely customized template for a column. Inside the template you can add control tags, arbitrary HTML elements, and data binding expressions. You have complete freedom to arrange everything the way you want.
Give Your Browser A Health Check
Flash is the cause of many browser problems, from videos bot playing to freezes and crashes. For this reason, it’s essential that you have the latest version of Flash Player installed on your browser and working properly. To check this, go to Adobe’s support page ‘Flash Player Help/Find version’.
New Ways To Block Irritating Ads…
Lots of YouTube videos now make you sit through adverts before they start playing. Some of these are TrueView Video Ads (bit.ly/trueview313), which you can skip after five seconds (the advertiser only pays YouTube if you watch the whole thing), but others run for a full 30 seconds.
ASP.NET 4 in VB 2010 : The Data Controls - Sorting and Paging the GridView
The GridView is a great all-in-one solution for displaying all kinds of data, but it becomes a little unwieldy as the number of fields and rows in your data source grows. Dense grids contribute to large pages that are slow to transmit over the network and difficult for the user to navigate.
ASP.NET State Management : The View State of a Page (part 4) - Keeping the View State on the Server
The more stuff you pack into the view state, the more time the page takes to download and upload because the view state is held in a hidden field. It is important to note that the client-side hidden field is not set in stone, but is simply the default storage medium where the view state information can be stored.
ASP.NET State Management : The View State of a Page (part 3) - Changes in the ASP.NET View State
Two important changes occurred to the view-state implementation starting with ASP.NET 2.0. As a result, two major drawbacks have been fixed, or at least greatly mitigated. The size of the view state is significantly reduced as a result of a new serialization format.
ASP.NET State Management : The View State of a Page (part 2) - Programming Web Forms Without View State
By default, the view state is enabled for all server controls; however, this doesn’t mean that you strictly need it all the time and for all controls. The use of the view-state feature should be carefully monitored because it can hinder your code.
ASP.NET State Management : The View State of a Page (part 1) - The StateBag Class, Common Issues with View State
The StateBag class is the class behind the view state that manages the information that ASP.NET pages and controls want to persist across successive posts of the same page instance.
ASP.NET State Management : Customizing Session State Management
Since its beginning, the ASP.NET session state was devised to be an easy-to-customize and extensible feature. For various reasons, in ASP.NET 1.x it came out with a high degree of customization but a total lack of extensibility.
Top 10 Web Log Analysers (Part 2)
his tool is a typical Web analysis utility. However, unlike most other tools, it is very useful to process FTP logs. Besides the standard reporting, it can create a list of keywords and the hits on the Web pages that contain that keyword too. This is especially important for SEO (Search Engine Optimization).
Top 10 Web Log Analysers (Part 1)
Today’s Web hosting data centers deploy multiple servers, running many operating systems. With the growing number of online businesses, it's important to know how many customers reach your websites. Beyond just the number of hits, it is imperative to understand customer behavior and market trends, which needs Web analytics.
ASP.NET 4 in VB 2010 : The Data Controls - Editing with the GridView
The GridView provides support for editing that's almost as convenient as its support for selection. To switch a row into select mode, you simply set the SelectedIndex property to the corresponding row number. To switch a row into edit mode, you set the EditIndex property in the same way.
ASP.NET 4 in VB 2010 : The Data Controls - Selecting a GridView Row
Selecting an item refers to the ability to click a row and have it change color (or become highlighted) to indicate that the user is currently working with this record. At the same time, you might want to display additional information about the record in another control.
Microsoft Content Management Server Development : Building SharePoint Web Parts - Building the Presentation Layer
The Web Part needs to override methods provided by the SharePoint Framework in order to ‘hook in’ to the page request. This custom code will then be executed, and will call our GetListing() method to connect to MCMS and generate the XML file of the channel items. After that, the page and sub-channel listing will be displayed.
Microsoft Content Management Server Development : Building SharePoint Web Parts - Building the Data Layer
The Web Part will generate XML that lists all the ChannelItems in the configured StartChannel using the configured SortOrder. The use of XML facilitates the separation of the presentation layer from the data layer. Our data layer will be another class in the Web Part project but it could have been placed in an entirely different assembly for further abstraction.
Silverlight Recipes : Controls - Creating a Composite User Control
Silverlight offers two kinds of controls: user controls and custom controls. User controls are an effective way to package UI and related client-side processing logic tied to a specific business or application domain into a reusable unit that can then be consumed as a tag in XAML, similar to any other built-in primitive shape like Ellipse or Rectangle.
Silverlight Recipes : Controls - Creating Custom Column Types for a DataGrid
The framework ships with a few prebuilt DataGrid column types for handling some of the standard data types. DataGridTextColumn is one of the most useful ones and can be used to view and edit any data that can be converted to a meaningful text representation.
ASP.NET 4 in VB 2010 : The Data Controls - Formatting the GridView
Formatting consists of several related tasks. First, you want to ensure that dates, currencies, and other number values are presented in the appropriate way. You handle this job with the DataFormatString property.
ASP.NET 4 in VB 2010 : The Data Controls - The GridView
The GridView is an extremely flexible grid control that displays a multicolumn table. Each record in your data source becomes a separate row in the grid. Each field in the record becomes a separate column in the grid.
Dropbox For Teams: Suitable For Business?
Dropbox is one of those products that can get under your skin. Once you start using it in anger you’ll find its combination of “just enough power” coupled with an “invisible in daily use” UI is entirely compelling. It’s one of those rare products that just works.
ASP.NET State Management : Working with a Session's State (part 3) - Persist Session Data to SQL Server
Maintaining the session state in an external process certainly makes the whole ASP.NET application more stable. Whatever happens to the worker process, the session state is still there, ready for further use.
ASP.NET State Management : Working with a Session's State (part 2) - Lifetime of a Session
The life of a session state begins only when the first item is added to the in-memory dictionary. The following code demonstrates how to modify an item in the session dictionary. “MyData” is the key that uniquely identifies the value. If a key named “MyData” already exists in the dictionary, the existing value is overwritten.
ASP.NET State Management : Working with a Session's State (part 1) - Identifying a Session
Each active ASP.NET session is identified using a 120-bit string made only of URL-allowed characters. Session IDs are guaranteed to be unique and randomly generated to avoid data conflicts and prevent malicious attacks.
ASP.NET State Management : The Session’s State
The HttpSessionState class provides a dictionary-based model of storing and retrieving session-state values. Unlike HttpApplicationState, this class doesn’t expose its contents to all users operating on the virtual directory at a given time.
ASP.NET State Management : The Application’s State
In spite of their quite unfamiliar names, the HttpApplicationState and HttpSessionState objects are state facilities totally compatible with classic Active Server Pages (ASP) intrinsic objects such as Application and Session. Ad hoc properties known as Application and Session let you use these objects in much the same way you did in ASP.
Tiptoeing Into Social Media (Part 2)
A recent social media conversation, for instance, alerted the digital team to a problem with the wording on the company’s website that made it difficult for customers to log in. Youngdahl relayed the posts to the company’s Web team and IT department and showed them a report on the trending topic and related keywords.
Tiptoeing Into Social Media (Part 1)
Social networking is serious business within regulated industries. Posts pertaining to finance, insurance and healthcare, in particular, require adherence to strict government and industry regulations. However, even with the rule-a-palooza, some companies in these industries have not only found ways to keep regulators happy, but have also made social networking a productive and key part of doing business.
Training Get An Extreme Makeover (Part 2)
Providing techies with a crash course in business principles is one thing. Offering them hands-on training in areas such as app development 01* Web design, however, requires plenty of processing power and valuable IT resources. But cloud computing is changing all that, allowing trainees to experiment without draining IT resources.
Training Get An Extreme Makeover (Part 1)
For Jerome Provensal, it training hasn’t always been a pleasant experience. In fact, “stuck-in-a-classroom training courses taught by semi-inspired instructors of uneven quality” is how Provensal, director of software development at ITG, describes much of his IT education.
How Google Search Engine Search
Search engines serve users with the specific information they are looking for over the Web. These are highly potent tools that offer specific and fast search results to the users by providing information stored on other sites. They offer users high ease to access the Web.
ASP.NET 4 in VB 2010 : XML Display and Transforms - The Xml Web Control
If you use an XLST style sheet such as the one demonstrated in the previous example, you might wonder what your code should do with the generated HTML.
ASP.NET 4 in VB 2010 : XML Validation (part 2) - Validating an XML Document
The following example shows you how to validate an XML document against a schema, using an XmlReader that has validation features built in.
ASP.NET 4 in VB 2010 : XML Validation (part 1) - XML Namespaces, XML Schema Definition
One of the most useful in this family of standards is XML Schema. XML Schema defines the rules to which a specific XML document should conform, such as the allowable elements and attributes, the order of elements, and the data type of each element. You define these requirements in an XML Schema document (XSD).
Learn How To… Find Your Dream Career
LinkedIn, the professional social networking site, has grown steadily over the last few years, and now has more than 187 million members worldwide. It is designed to help you exchange information, ideas and job opportunities with people in similar career fields to yours, and with new members joining the network at a rate of approximately two new members per second and more and more recruiters coming to use its powerful employee-finding tools, there’s never been a better time to get your details
ASP.NET 4 : Web Site Navigation (part 4) - Security Trimming, URL Mapping, URL Rewriting
The ASP.NET navigation architecture supports URL mapping. URL mapping is mapping a virtual (or nonexistent) URL to an existing ASPX file in the web.config file using the urlMappings element. Setting up URL mappings causes ASP.NET to read the requested URL and uses the handler for the mapped URL.
ASP.NET 4 : Web Site Navigation (part 3) - Trapping the SiteMapResolve Event, Defining Custom Attributes for Each Node
ASP.NET is full of extensibility points. They're all over the place—and the navigation architecture is no exception. ASP.NET site map support includes an application-wide event that informs listeners (usually the application object) whenever the end user is navigating through the Web site using a control connected to the site map data.
 
Most View
Samsung Galaxy Beam - Stay For The Projector (Part 2)
Happy iMas (Part 2)
Graphics Card Shootout - Budget
Upgrade Your Apps (Part 2) - January 2013
Best Of The Year 2012 (Part 4)
ASRock Z77E-ITX - Great-Looking And Very Overclockable
Upgrade Suggestions: RAM, NAS And Hard Drives (Part 2)
How To Keep High-End Speakers In Good Conditions
The Transformers (Part 2) : Samsung Ativ Smart PC, Dell XPS 12
Top Smartphone Apps – November 2012 (Part 2)
Top 10
Ascend D1 Quad XL - Huawei Quad-Core Smartphone (Part 4)
Ascend D1 Quad XL - Huawei Quad-Core Smartphone (Part 3)
Ascend D1 Quad XL - Huawei Quad-Core Smartphone (Part 2)
Ascend D1 Quad XL - Huawei Quad-Core Smartphone (Part 1)
LG Optimus G - A Quad-Core Flagship With Nexus Aspiration (Part 4)
LG Optimus G - A Quad-Core Flagship With Nexus Aspiration (Part 3)
LG Optimus G - A Quad-Core Flagship With Nexus Aspiration (Part 2)
LG Optimus G - A Quad-Core Flagship With Nexus Aspiration (Part 1)
The Assemblage Of GeForce GTX 650 Ti Graphics Cards (Part 7)
The Assemblage Of GeForce GTX 650 Ti Graphics Cards (Part 6)