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

Search In

Exporting SQL Server table data to Excel

Hi Readers ! In this Blog we will find how we can Export SQL Server table data to Excel using .net code . using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; us

How to put a slider using jQuery plugin and jQuery?

Adding a custom slider into a web page or website enhances the look and feel of the website. Hence, below is the code of making a custom slider and using it in your web site. I am using jQuery and a plugin called SlidesJS. You just have to include

How to detect if user click inside and outside of an Iframe

Hello Reader's! If you are developing the contents with Iframe window and you want make it show the click inside and outside the iframe, Then you can use the code below:- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html

How to upload large files from Android device to server

Android developers do face the exception when sending large file from Android device to a server. To send large file to a server you have to make the file into small size chunks and then send it to the server. setChunkedStreamingMode(1024), this met

Play with AJAX - Liferay

Ajax is one of those patterns that are a must have with a UI framework, so let's go ahead and jump right into doing some Ajax requests, and then we'll dive into the more complex cases. Let's prep our sandbox, the module we're going to use is called

refreshing ads images (or other stuff) after certain interval

Let me create an HTML sample for explanation <input id="totalAds" value="4" type="hidden"> <input id="currentAd" value="2" type="hidden"> <a class="ads ad-1" href="http://www.tourofindia.com" style="display: none;" target="&#9

Create photos album on Facebook sample code in iOS

Creating Photos album and uploading photos into the album. Two methods mentioned below creates album and uploads gallery pic on Facebook. /*========================================================= // Here we request connectin for creating album on

In app purchase sample code for iOS apps

Import StoreKit.Framework into your xcode project first. Apple allows three types of purchases within the app and Apple terms them as consumables, non-consumables and subscriptions. Consumables are products that are “consumed” immediately. This me

Detecting the Wifi-Networks in android

From here you can easily detect the Wifi-Networks as well as there info surrounding your device. This can be achieved by using the "WifiManager" in a following way :- package com.example.wifidetector; import java.util.List; import android.annotat

Creating a Terrain in Unity - Part 1 (Beginner)

A brief introduction of Unity 3D Unity is a cross-platform game engine which is used to make 2D and 3D games for mobile devices, web browsers, consoles and desktops. There are many useful features in Unity which includes Particles, Physics, Scriptin

1 242 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: