Saturday, 03 August 2013 22:41

how to get joomla module parameters

Written by
Rate this item
(0 votes)

It's a very common to get joomla module's setting parameters in
code to process the module.It's easy but sometimes things
become complicated if you don't find the right way to do
that.

Wednesday, 23 January 2013 13:54

how to disable cache in any page asp.net

Written by
Rate this item
(0 votes)

you may read many article in web about how to make a page
not to be cached using meta tags like that in the head
section -

Friday, 28 December 2012 13:56

How to get browser information by javascript

Written by
Rate this item
(0 votes)

the following javascript codes will help you find
out the browser details by some javascript functions

Last modified on Monday, 19 August 2013 14:39
Friday, 28 December 2012 13:55

common sql server data types explained

Written by
Rate this item
(0 votes)

Sql server knows many data types.it's worth our
while to know most common types -

Rate this item
(0 votes)

A digital photo is a multidimensional array containing numbers
that indicates the color of points in the photo/image.so we could
do what we want with this multidimensional array like we can
make any amendments in the array by entering it into math functions,
also we can encrypt the image.in this article i am gonna show you
how to place a background behind a photo using a method.

Rate this item
(0 votes)

using SMO classes one can backup a sql server database
in .bak extension.It's a programming approach to backup
database.there are other ways but using SMO classes it
is efficient and error free.

Monday, 24 December 2012 13:55

stored procedures

Written by
Rate this item
(0 votes)

stored procedures allow flexibility by offering capabilities like
conditional logic.a single procedure may execute a set of SQL
statements which are really complex.


Latest discussions

  • No posts to display.