
Tips (106)
how to pass variables with form submission in php
Written by Super Userwhen 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"];
Ajax control toolkit in Asp dot net Ajax-Library
Written by Super Userhere i am guiding you to download the best
ajax control toolkit of asp.net
How to embed html or other codes in a Joomla article?
Written by Super UserIt'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 -
this post shows how to populate dropdown list from
dataset.it's done by the following generic method-
how to add and get wordpress options in array
Written by Super Useroptions following way, which in turn creates a lot of
records in wordpress options table!, which does not look
good.
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.
how to show progress before image loading using jquery
Written by Super Userthis 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.
how to remove html tags from html string in client side
Written by Super Usersometimes needed that html tags from a html string
to be removed.there are many purposes to do that.
there are many ways this can be achieved in client side
using jquery and javascript -
the base keyword is used to access base class
members inside derived class.