|
Uploading of images and resizing (scaling) of them is a very common utility application. Various applications for this function are - Photo thumbnails, profile photos, stock photograph images like Flickr, etc. The System.Drawing namespace provides a built-in thumbnail creation function, but here is a code snippet to resize images preserving its original aspect ratio, maintaining high qua...
programming consultants for hire
Relevance:
|
|
This articles explains how to use the ASP.NET Membership and Roles features to control various parts of the page according the logged in user. By using these features, we can create templates for anonymous users, logged-in users, role-based templates, and also login and online status. Most simple case would be to display Login link when no user is logged in, and the same would turn as Logout li...
programming consultants for hire
Relevance:
|
|
This article gives you a simple code snippet for validating an email textbox field using Regular Expressions. The javascript function is called on onblur event
of the textbox, and it will not allow the user to leave the textbox without entering a valid email address. This may look like a disturbing feature, but I have
added a simple check at beginning to skip this checkup if th...
programming consultants for hire
Relevance:
|
|
A favicon (short for favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon is a 16×16, 32×32 or 64×64 pixel square icon associated with a particular website or webpage. A web designer can create such an icon and install it into a website (or webpage) by several means, and most graphical web browsers will then make use of it.
programming consultants for hire
Relevance:
|
|
A shopping cart application would require to display the products in a multicolumn grid, rather than a straight down list or a table. The each item in a product grid would have a product photo thumbnail, name of the product, price (optional), as well as additional metadata like reviews, ratings, etc. This articles explains how to set up a product grid using ASP.NET ListView control and floating...
programming consultants for hire
Relevance:
|
|
Google App Engine provides a Blobstore API that allows our app to serve 'Blobs' that are much larger in size say between 1 mb and 2 gb.Blobs are created by uploading a file through an HTTP request using a html form .When the form is submitted, the Google App Engine Blobstore creates a blob from the uploaded file returning the blob key that can be used to process the blob
programming consultants for hire
Relevance:
|
|
MapReduce is a patented software framework introduced by Google to support distributed computing on large data sets on cluster of computers. The framework is inspired by the map and reduce functions in functional programming, although their purpose in the MapReduce framework is not the same as their original forms.
programming consultants for hire
Relevance:
|
|
Google's announced yet another awesome Gmail feature today. Called e-mail delegation, the feature will allow you to easily manage multiple Gmail accounts without signing in and out of Gmail and switching accounts manually.
programming consultants for hire
Relevance:
|
|
Oracle has issued an update to Java SE that fixes a number of critical bugs in the widely used Internet software.
programming consultants for hire
Relevance:
|
|
This article explains how to add a graphic visitor counter to your website by adding a simple ASPX webpage with few lines of programming. You'll no more be required to add a third party free graphic counter utilities for your ASP.NET web site.
programming consultants for hire
Relevance:
|