Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Upload multiple images/files with multiple input type with single submit button

Create the html for multiple file upload.The form action would go to the "uploads.php" file.  <form action="upload.php" method="post" enctype="multipart/form-data"> Select Files: <input name="blogimg[]" type="file"/&

Dynamic Table in C#

While retriving or inserting data into the database we use SqlClasses. But we can also create dynamic data or dynamic table if we want.   For doing that we need to use the classes:   DataTable : Table where rows and column are stored.

  • 413
Binary serach in C

Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.   For binary search we need few things to consider     Mid Point  is find by the following way   m

How Javascript Cookies works?

Sometimes we need to store session information for different web pages. It is mostly needed for commercial websites where we need to fill up a form through several stages. So to maintain the session information across web pages and to keep track of s

Export Databind control in PDF using iTextSharp library in VB.Net

Export Databind control in PDF using iTextSharp Some time we need to display databind control like Gridview, Label, Textbox into PDF file. here we can use iTextSharp library.Firstly we need to add iTextSharp in our project reference.  Set cont

Cookies in JavaScript

What are Cookies? Cookies are stored in small text files, on your computer i.e., cookies are the data. To create a cookie in javascript let us look at the code below : document.cookie="username= Ramesh"; whenever a browser request a server

What is NOWAIT in SQL Server

Today i will discuss one interesting topic NOWAIT in SQL Server and would explain  how to use it.   As we know about the transaction in SQL it is unit of work which is to be executed as whole. Suppose we are updating some records in

Integrating Recaptcha in Rails with Devise

Hi friends, Few days back I was facing difficulty in integrating recaptcha with rails so once after integrated it and I though it would be helpful for you guyz, if I mention it step-by-step as I did. 1. Open your Gemfile and add this code:  

Cordova - Social Sharing Plugin

Hi All, In this post we will discuss about Cordova social sharing plugin. Now adding social media in your app become easy with this plugin.You can share text, images or a Url via this plugin. About this plugin: This plugin use native sharing win

Clicking on links or buttons using Capybara

Capybara provides some methods to navigate the application through links or buttons:   Click_link_or_button Click_link Click_on   Capybara do not uses the fixed strategy to locate elements. It uses its own “best guess” pat

1 173 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: