Stories recently tagged with 'Web'

Basic HTTP authentication in ASP.NET Web API using membership provider(www.piotrwalat.net)

submitted by pwalatpwalat(44) 10 days, 17 hours ago

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. read more...

1 comment |category: |Views: 265

tags: another

Customize ReportViewerWebPart in C# and render in SharePoint Pages(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 9 months, 4 days ago

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 http://intranetsite – which is Windows based authentication site and for intranet people. http://extranetsite – Which is Windows based authentication site and for extranet people http://internetsite – Which is Forms based authentication site and for internet people. ..... read more...

add a comment |category: |Views: 31

tags: another

ASP.NET MVC: Add HTML5 Microdata to your applications(wp.me)

submitted by ruijarimbaruijarimba(81) 10 months, 4 days ago

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. read more...

add a comment |category: |Views: 17

tags: another

Replacing Web.config settings with Transformations(www.leniel.net)

submitted by lenielleniel(504) 11 months, 12 days ago

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 with a great new feature called Web.config Transformation that allows you to perform transformations in whatever section of your Web.config file. read more...

add a comment |category: |Views: 9

tags: another

The benefits to using Cascading Style Sheets (CSS)(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 1 year, 4 months ago

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 movement in the industry over the use of table based designs. read more...

add a comment |category: |Views: 5

tags: another

ICallback Event Handler(aspdotnetmatters.blogspot.com)

submitted by ashishsarda99ashishsarda99(220) 1 year, 9 months ago

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 defined information is sent back to the server. ICallbackEventHandler uses DoCallback event to send user defined data to server (instead of postback event), and return the String to client; on client side JavaScript manipulates the string. This interface implements two functions on server side (i.e. c# or vb) and we need to implement two functions on client side i.e. in JavaScript.(You can DOWNLOAD demo Code for Reference) Check out the Article read more...

add a comment |category: |Views: 14

tags: another

Displaying SOAP XML Messages in a Simple WCF Web Service(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 10 months ago

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. read more...

add a comment |category: |Views: 72

tags: another

Ektron and Web Application Projects (Part 3)(martinondotnet.blogspot.com)

submitted by martin.c.jarvismartin.c.jarvis(114) 2 years, 1 month ago

The final part of the series describing how you can work with the Ektron workarea without compromising your code quality. read more...

add a comment |category: |Views: 35

tags: another

jqGrid and XSS Security(blogs.teamb.com)

submitted by CraigStuntzCraigStuntz(438) 2 years, 3 months ago

How to protect your site against XSS attacks when using the jqGrid jQuery plug-in. read more...

add a comment |category: |Views: 61

tags: another

SharePoint list view web part and wild card search. Is it possible?(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 7 months ago

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. Really works great. read more...

add a comment |category: |Views: 224

tags: another

Google's Page Speed tool for web developers - similar to YSlow(nimtug.org)

submitted by dmcgivdmcgiv(370) 2 years, 9 months ago

Google have announced some new tools and services for web developers. read more...

add a comment |category: |Views: 22

tags: another

Piwik - Cool Open Source Alternative to Google Analytics(software-wikipedia.blogspot.com)

submitted by priyankadandekarpriyankadandekar(55) 2 years, 10 months ago

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. read more...

2 comments |category: |Views: 373

tags: another

Handling JSON data securely, Five JavaScript Tips in Five Days(peachpit.com)

submitted by peachpittvpeachpittv(10) 3 years, 2 months ago

JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications. read more...

add a comment |category: |Views: 26

tags: another

What Constitutes Ethical SEO?(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 5 months ago

As a web developer / someone who has a blog, I understand dealing with spam is one of the necessary evils of having a comments enabled on my site. Too often, SEO companies use unscrupulous tactics in the name of website optimization. What is the best way to prevent link spammers from overrunning your site? read more...

add a comment |category: |Views: 140

tags: another

On-Server AJAX, a paradigm shift that brings the AJAX benefits(c-sharpcorner.com)

submitted by saumya321saumya321(775) 3 years, 6 months ago

This article tells you the benifits that AJAX can bring for any enterprise. read more...

add a comment |category: |Views: 7

tags: another

HTML is Crap(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 6 months ago

HTML is crap for writing applications. read more...

add a comment |category: |Views: 58

tags: another