By tag: web
0
kicks
Webmatrix 3: Integrated Git and Deployment to Azure
Webmatrix 3 is cooler than you might think. It offers a very convenient set of features which to my mind are a complement to, and not replacement for, a more robust development environment. Particularly for doing quick touch-ups to HTML or CSS for an existing site, tracking such changes in source co...
0
kicks
IIS 8 Web Site in Windows 8 externally accessible to the World
Today I needed to allow a per to access an application that’s under development. Instead of buying a cheap ASP.NET hosting account I decided to host the app on my local IIS 8 server. The process to get this configured and working was somewhat exciting since I learned new things along the way.
0
kicks
Debugging Microsoft Web Deploy Visual Studio publishing errors
Link 826285 thumbnail
User 436057 avatar
By leniel
via leniel.net
Submitted: Jul 27 2012 / 10:54
(5:00)
Debugging Microsoft Web Deploy Visual Studio publishing errors
Microsoft Web Deploy is so awesome that I think it’s one of the best features one has at their disposal when developing wi...
0
kicks
Basic HTTP authentication in ASP.NET Web API using membership provider
Blog pos showingt how to provide Basic HTTP authentication in ASP.NET Web API with support for membership and role providers by extending framework’s AuthotrizeAttribute.
0
kicks
Customize ReportViewerWebPart in C# and render in SharePoint Pages
This is one of the major milestone I have achieved recently to customize the report viewer web part for SharePoint sites. The issue I was facing: the SharePoint site which I have developed was too complex and it exposed via 3 zones. http://intranetsite, http://extranetsite, https://internetsite
...
0
kicks
ASP.NET MVC: Add HTML5 Microdata to your applications
HTML5 Microdata vocabularies provide the semantics, or meaning of an Item. You can use Metadata Providers to add microdata to your ASP.NET MVC applications.
0
kicks
Replacing Web.config settings with Transformations
Let’s say you want to point to a different connection string when you deploy your ASP.NET Web Project to your hosting provider. Until recently you’d have to modify your Web.config file manually. This is an easy procedure but you might end screwing up the file in some way.
Visual Studio 2010 comes w...
0
kicks
The benefits to using Cascading Style Sheets (CSS)
There are several benefits to using cascading style sheets (CSS) in the design of a website, but they have lacked the attention it deserves partially due of a large learning curve needed to fully understand its capabilities. There has been a real emphasis recently on CSS because of the Web 2.0 movem...
0
kicks
ICallback Event Handler
This article will explain the use of “ICALLBACKEventHandler” in asp.net 2.0.
About ICallbackEventHandler:
ASP.NET 2.0 introduces an interface ICallbackEventHandler (System.Web.UI.ICallbackEventHandler) to allow asynchronous communication with the server. Unlike Postback, in Callback only user defi...
0
kicks
Displaying SOAP XML Messages in a Simple WCF Web Service
Learn how to create a basic WCF web service, with a plaintext username password authentication, that outputs all incoming and outgoing XML SOAP packet messages to the Visual Studio Console.
0
kicks
Ektron and Web Application Projects (Part 3)
The final part of the series describing how you can work with the Ektron workarea without compromising your code quality.
0
kicks
jqGrid and XSS Security
How to protect your site against XSS attacks when using the jqGrid jQuery plug-in.
0
kicks
SharePoint list view web part and wild card search. Is it possible?
Yes, It is possible and wonderful article which explains how to solve this problem. You can implement the same with data view web part in different ways. But, with list view web part don't have so many functions to implement partial search. But this post is explaining wonderful way to solve it. Real...
0
kicks
Google's Page Speed tool for web developers - similar to YSlow
Google have announced some new tools and services for web developers.
0
kicks
Piwik - Cool Open Source Alternative to Google Analytics
Piwik is a downloadable, open source (GPL licensed) web analytics software.
It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more.