Saturday, 22 December 2012 14:45

Great open source applications for asp.net

Written by
Rate this item
(0 votes)

following are couple of great open-source applications
created for Asp.net community.

Rate this item
(0 votes)

we all know about VS 08/10.Its a great software
for making desktop and web applications
and for other tasks.

Sunday, 30 December 2012 13:56

how to track errors if any when software starts

Written by
Rate this item
(0 votes)

when you run your c# application there may be
unknown errors for various reasons.you can
view those errors to correct later.
better way is to store those errors in a online
file using webservice automatically.

Thursday, 26 December 2013 16:00

Menu items opening a 404 Page Not Found error in joomla?

Written by
Rate this item
(0 votes)
Its simple to fix Menu items opening a 404 Page Not Found error in joomla, just follow the following steps,

  •     Open your configuration.php file and edit the var $live_site = ' '; line to match the actual URL of your website. If your website is http://yourdomain.com for example, the line should look like this:
  •     var $live_site = 'http://www.yourdomain.com ';


Last modified on Thursday, 26 December 2013 16:12
Rate this item
(0 votes)
If you want to save some options(settings) from wordpress
admin side setting page to make available those options
for your plugin then you are at the right place.At first add
menu page this way -
Rate this item
(0 votes)

most developers have been facing the problem that pages
not appears same in different browsers.mostly internet
explorer makes problem than other browsers.

to overcome that probelm different style sheets for different
browsers is a good approach -

Rate this item
(0 votes)
If you have multiple operating systems in your windows computer
then following ways you can set which will be run as default when
computer starts -

Latest discussions

  • No posts to display.