Tips

Tips (106)

Saturday, 03 August 2013 22:56

how to create easy to read short Url's

Written by
Rate this item
(0 votes)

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

Saturday, 03 August 2013 22:47

how to get data from database and display in joomla

Written by
Rate this item
(2 votes)

It'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 -

Monday, 24 December 2012 13:56

validate credit card in c#

Written by
Rate this item
(0 votes)

Nowadays credit cards are used in online transactions.almost all
kinds of online transactions involve credit cards & debit cards.

Wednesday, 25 December 2013 15:04

Technic Launcher Installing on your USB Drive

Written by
Rate this item
(1 Vote)
Just follow the following steps to install the technic launcher on your usb drive.

> 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.
Last modified on Wednesday, 25 December 2013 15:15
Monday, 28 January 2013 14:24

how to show content on a tiny box popup

Written by
Rate this item
(1 Vote)

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.

Rate this item
(2 votes)

in 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 -

Rate this item
(0 votes)

if you want to get the selected index or text of a asp.net
RadioButtonList using jquery then use the codes below -

Tuesday, 22 January 2013 13:55

how to use RadioButton OnCheckedChanged event

Written by
Rate this item
(0 votes)

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 -

Rate this item
(0 votes)

you may need to register javascript file/css file from code
behind when needed.for this follow the codes below -

Rate this item
(0 votes)
You may want to show all comments or limited number of comments
for a facebook post in your website(not in facebook).Using Graph api
it can be done easily.Follow my codes here, then details below -
Last modified on Monday, 19 August 2013 14:35

Latest discussions

  • No posts to display.