Thursday, 26 December 2013 15:41

Admin setings page in wordpress

Written by
Rate this item
(0 votes)
You made a cool wordpress plugin and you want to have some settings
for you plugin.To achieve this you have to create a admin settings page
accessible from wordpress admin dashboard.
Friday, 17 January 2014 08:03

Install Joomla on your site directly

Written by
Rate this item
(0 votes)
It is easy to install joomla automatically in your cpanel once you get the service from the provider. Just follow the following steps to install joomla
Last modified on Friday, 17 January 2014 20:32
Tuesday, 25 December 2012 13:54

how to create Own Exception Classes in C#.net

Written by
Rate this item
(0 votes)

for creating own exception class,you have to derive your class
from System.Exception class.also you have to implement all
constructors which base class implements.to create own
exception class follow the requirements/recommendations
below-

Saturday, 29 December 2012 13:56

how to convert bmp file to gif by csharp

Written by
Rate this item
(0 votes)

to convert bitmap image file to gif file you
have to create bitmap object first.

Friday, 21 December 2012 13:54

Asp.net starter kits for web developer

Written by
Rate this item
(0 votes)

there are many starter kits for visual web
developer to learn asp.net 2 and do the
common scenarios of web development.

Sunday, 30 December 2012 13:54

how to use form in another form in a web page

Written by
Rate this item
(0 votes)

if you have a asp.net web page which is derived
from a master page then you may have trouble
using a form inside your page.It happens because
of your master page using a form.It's a little tricky
to be able to use another form which you need to use.
you have to use a javascript line for that.

Rate this item
(0 votes)

the following codes uses FileUpload control to
upload file to server.it's a example for
uploading files to the server using asp.net
and c#.


Latest discussions

  • No posts to display.