Tips (106)
It's easy to create a tiny url from a long website url for
security and short typing time.You can short many url's of
popular websites like amazon.com,ebay.com,etc.For example
http://www.domainname.com/items/categories/index.htm would
become: http://tinyurl.com/ynjuh
how to get data from database and display in joomla
Written by Super UserIt's quite common to get data from joomla database table.
By the following way i show how to get data as a objects
list and loop through the list to display data in web page -
Nowadays credit cards are used in online transactions.almost all
kinds of online transactions involve credit cards & debit cards.
> Install JPortable Java Runtime that found on http://portableapps.com/apps/utilities/java_portable this will allow you to launch the technic launcher on any computer(windows), even computers that not have Java installed.
sometimes it's needed to show some content or image
in popup on a button click.tinybox is the cool and nice
way to that efficiently.
how to refresh a page using javascript from code behind in asp.net
Written by Super Userin one of my application i had to refresh a page when the page is
loaded from a click command.so i used javascript to do that but i
had to do it from code behind by registering javascript -
how to get RadioButtonList selected index and text using jquery
Written by Super Userif you want to get the selected index or text of a asp.net
RadioButtonList using jquery then use the codes below -
Its easy to implement OnCheckedChanged event of RadioButton
control but most programmers makes mistake by not
including AutoPostBack="True" property in radiobutton
control.sometimes OnCheckedChanged not works for that
reason.here are the full working codes -
how to register script file from asp.net code behind file
Written by Super Useryou may need to register javascript file/css file from code
behind when needed.for this follow the codes below -
how to get comments of a facebook post by Graph api
Written by Super Userfor a facebook post in your website(not in facebook).Using Graph api
it can be done easily.Follow my codes here, then details below -