Articles

Articles (154)

articles

Friday, 27 December 2013 15:17

WordPress Website Basic Problems to know for beginners

Written by
Rate this item
(0 votes)
Do you want to know the basic problems that occur in wordpress while you are at the beginning of learning stage.
Just beaware of these problems and get know the solutions.
Last modified on Saturday, 28 December 2013 23:34
Saturday, 22 December 2012 13:56

how to specify help in asp.net

Written by
Rate this item
(0 votes)

to display the help and let the users easily get help
whenever they need it you can call the Help.ShowHelp
method in your form.

Rate this item
(0 votes)

you may want to show dynamic data from a page when
mouse is placed over a button.

Sunday, 23 December 2012 13:55

asp.net caching

Written by
Rate this item
(0 votes)

Asp.net caching helps you to create high performance applications.
you can cache objects like DataSets,or your created objects.you can
also do page level caching if you used user controls in the page
if your aspx page includes lots of work.

Rate this item
(0 votes)

when you run asp.net application project from visual
studio,visual studio uses their development server.
It's not the right way to develop asp.net appication.

Saturday, 22 December 2012 13:55

master pages in asp.net

Written by
Rate this item
(0 votes)

master pages creates a common look in your application.
if we think about the header and footer in our pages,we
create these header and footer in every aspx pages.this
method has disadvantages.if there were any custom page
which dynamically adds header and footer then would be
good.

Monday, 06 January 2014 16:24

Dont know which database is used by your Joomla site?

Written by
Rate this item
(0 votes)
Its easy to find name of the database used by our joomla website. Just open your root directory via FTP, access the file configuration.php from the root folder.
Last modified on Monday, 06 January 2014 20:15
Sunday, 23 December 2012 13:56

Asp.net http handlers

Written by
Rate this item
(0 votes)

all asp.net handlers implement the interface of IHttpHandler located
in the namespace of System.Web.ISAPI(Internet server application
programming interface) extensions are somehow analogous to Handlers.

Rate this item
(0 votes)

in coding giving proper names to methods,classes,controls,
variables,others is neccessary and good programming practice.
think that a method name-show button click.

Rate this item
(0 votes)
When you installing new components, modules, or plugins to your joomla site it occurs 'Could not find an XML setup file', its because your extension file is corrupted.
Last modified on Monday, 06 January 2014 20:16

Latest discussions

  • No posts to display.