amitiponics

Stories kicked by amitiponics

53 CSS-Techniques You Couldn’t Live Without(smashingmagazine.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

Over the last few years web-developers have written many articles about CSS and developed many useful techniques, which can save you a lot of time - of course, if you are able to find them in time. Below you’ll find a list of techniques we , as web-architects, really couldn’t live without. They are essential and they indeed make our life easier. Let’s take a look at 53 CSS-based techniques you should always have ready to hand if you develop web-sites. read more...

add a comment |category: |Views: 4

tags: another

Secure Cookie(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 5 years, 4 months ago

This my second post of almost same topic asp.net lacking. This time it is Cookie. Still Asp.net has the lacking of creating encrypted cookie. Here is another handy class which generates encrypted cookie. read more...

1 comment |category: |Views: 30

tags: another

Secure Url(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 5 years, 4 months ago

NET version 3.0 has been released, but Asp.net still does not have any built-in support for passing querystring in encrypted text. This class will give you the support to pass querystring in encrypted rather than plain. read more...

add a comment |category: |Views: 30

tags: another

Customize errors which are not captured by customErrors in ASP.NET 2.0(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 5 years, 4 months ago

In this post, we will talk about customizing error messages thrown by ASPNET when something goes wrong, specially the ones which can't be handled by CustomError tags, like error number 500, etc read more...

1 comment |category: |Views: 5

tags: another

Validation Application Blocks in practice [Part II](eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

Enterprise Library 3.0 Dribbles - Validation Application Blocks in practice [Part II] In the past dribble we used the Attributes based Validation of (VAB) Validation Application Blocks of Enterprise Library 3.0 , this time we'll learn how to use the Configuration based Validation of VAB to validate our business entities . read more...

add a comment |category: |Views: 9

tags: another

Exchange data securly with a WebService without HTTPS/SSL(codeproject.com)

submitted by kazimanzurrashidkazimanzurrashid(3965) 5 years, 4 months ago

In this article shows you how to exchange data securely with a Web Service without HTTPS/SSL. It also provides real life example on the implementation and limitation on the important encryption types as well as Digital Signature that are available in .NET Framework. read more...

1 comment |category: |Views: 63

tags: another

Vote Pageflakes for the best Ajax Site Developed in Asp.net(manzurrashid.wordpress.com)

submitted by kazimanzurrashidkazimanzurrashid(3965) 5 years, 5 months ago

Vote for Pageflakes for the best Ajax Site Developed in ASp.net read more...

add a comment |category: |Views: 11

tags: another

Understanding Generics (en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 5 months ago

Learn the usage and benefits of generics to define a class and method without specifying a particular type. Excerpt: With the release of .NET 2.0, the C# programming language has been enhanced to support a new feature of the CTS termed generics. Simply put, generics provide a way for programmers to define “placeholders” (formally termed type parameters) for method arguments and type definitions, which are specified at the time of invoking the generic method or creating the generic type. To illustrate this new language feature, this chapter begins with an examination of the System.Collections.Generic namespace. Once you’ve seen generic support within the base class libraries, in the remainder of this chapter you’ll examine how you can build your own generic members, classes, structures, interfaces, and delegates. read more...

add a comment |category: |Views: 14

tags: another

Cross Domain Iframe Resize(manzurrashid.wordpress.com)

submitted by kazimanzurrashidkazimanzurrashid(3965) 5 years, 5 months ago

A greate example how to resize an iframe which resides in another domain. read more...

add a comment |category: |Views: 789

tags: another