
Search In
The SortedList class represents a collection of key value pair and index.
It is a combination of ArrayList and HashTable . Key value pair and index can be used to access the elements.
If key value pair is used it is like HashTable.
This tutorial will help to setup front-end form validation for reset password form using jQuery validate() in a short time. This tutorial carries very basic and clear instructions to help anyone in implementing some validation on their reset password
Hello Reader's! Today in my blog I am going to explain how you can convert PDF to JPG image using ImageMagick in PHP. ImageMagick is a open-source software for displaying, converting, and editing image files in PHP.
First you need to confi
IPSec stands for IPSecurity. It provides security services at the IP layer for other TCP/IP protocols and applications to use.
What this means is that IPSec provides the tools that devices on a TCP/IP network need in order to communica
Hello Reader's! In this blog i will show you how to Check password strength and its very important for your website to have some password checking on signup pages to force your users to enter a strong password. If you want to make your pass
HTML Code
<div class="page-container">
<!-- =Header Frame start= -->
<div class="header-frame">
<label>Header Frame</label>
Rack is a middleware, it provides an interface for a web server to interact with a web application. To understand how rack is used to interact with web server and rack(rails) application, lets first understand the request-response cycle. Client reque
Random number generator is used to generate random no as much as you want and also you can specify the range in which you want the numbers.
Steps to use random number generator:
Select Data Analysis from them Data menu:
To make a build of ANE i.e Adobe native extension first you have to download FlashRuntimeExtension.jar that comes along with Adobe AIR sdk.
you can download from here :
http://www.adobe.com/devnet/air/air-sdk-download.html
We know that its
In this blog I have summarized the best practices for error handling and logging.
1) Appropriate use of try/catch.
2) Log sufficient contextual information. All exceptions are logged(with userid , page or proc name, timestamps ,inner exception , st
