Tips

Tips (106)

Thursday, 11 April 2013 19:56

how to pass variables with form submission in php

Written by
Rate this item
(0 votes)

when you submit form with input and select
controls,the values of these controls are
passed with form.we get these as POST var-
$_POST["controlname"];

Saturday, 22 December 2012 13:54

Ajax control toolkit in Asp dot net Ajax-Library

Written by
Rate this item
(0 votes)

here i am guiding you to download the best
ajax control toolkit of asp.net

Tuesday, 24 December 2013 15:26

What is Klout

Written by
Rate this item
(0 votes)
Klout is a analytic website that has become a popular metric to gauge the online influence of a person, group or organization.

Last modified on Tuesday, 24 December 2013 15:44
Rate this item
(0 votes)

It's very common purpose when it comes to insert advertising scripts
or other html codes in a joomla article.you can easily create a plugin
which can insert your code after title or content or before content
of the article.Following way i demonstrate how to achieve
this great task -

Tuesday, 25 December 2012 13:56

How to Populate Dropdown from Dataset

Written by
Rate this item
(0 votes)

this post shows how to populate dropdown list from
dataset.it's done by the following generic method-

Thursday, 26 December 2013 15:48

how to add and get wordpress options in array

Written by
Rate this item
(0 votes)
In wordpress plugins, you might have saved a lot of
options following way, which in turn creates a lot of
records in wordpress options table!, which does not look
good.
Last modified on Saturday, 28 December 2013 23:35
Thursday, 24 January 2013 13:56

how to show progress before image loading using jquery

Written by
Rate this item
(1 Vote)

this post will show how to implement image loader in any page.
basically i will show a loading image per image before image
is loaded completely in the page.

Thursday, 24 January 2013 13:54

asp.net membership Password Recovery

Written by
Rate this item
(0 votes)

asp.net has default password recovery control and methods
to implement password recovery.you just need to use
asp.net membership provider in your app and add the
PasswordRecovery control in a page by which you want
to recover password.

Rate this item
(0 votes)

access database file is easy to use than sql server
or MySql server databases.for accessing access db
System.Data.OleDb namespace used.following are
steps are needed to use access db in .net
application.

Rate this item
(0 votes)
following method will return the host name/domain name -

Latest discussions

  • No posts to display.