Rate this item
(2 votes)

there are many ways to take date input in php.here
is a simple way to take date input as string and
extract the individual parts of the date as day,
month,year values.this values can be used for
different purposes -

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, 12 January 2013 13:55

reading html file using StreamReader class by c#

Written by
Rate this item
(2 votes)

if you want to read the content of any html file then
this tips can help you.StreamReader is used to read
the file and store data in Stringbuilder.you can modify
the Stringbuilder according to your need.

Last modified on Tuesday, 06 August 2019 08:12
Rate this item
(1 Vote)

for purposes you may want to register and run jquery
functions from code behind file.

Last modified on Monday, 19 August 2013 14:38
Rate this item
(1 Vote)

sometimes we need to show the selected row values of a gridview.
in this article i am gonna show how to show the values in
textboxes by c# programming language.

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 -

Rate this item
(1 Vote)

you may want to show smooth jquery popup when user visited
your site or on a button click in any page,etc... from code behind.

i am here sharing codes for showing popup using jquery properly -

Last modified on Monday, 19 August 2013 14:40

Latest discussions

  • No posts to display.