Thursday, 26 December 2013 15:35

how to register scripts and styles in wordpress

Written by
Rate this item
(0 votes)

In wordpress there are some definite ways to add scripts and styles
in your custom plugin.If you don't follow these rules you might
encounter numerous problems specially related with jquery.

Last modified on Saturday, 17 August 2019 07:56
Thursday, 26 December 2013 15:11

how to create wordpress plugin

Written by
Rate this item
(0 votes)
Following are the steps to create your first wordpress plugin.After you
successfully complete these steps, you are able to understand and
learn how to create wordpress plugin
Last modified on Thursday, 26 December 2013 15:35
Rate this item
(0 votes)

in asp.net application or website </appSettings>
section in web.config is used to store application
setting to be used.you can keep settings in this
section as -

Sunday, 13 January 2013 14:56

how to backup database file of your application

Written by
Rate this item
(0 votes)

you should backup your database file of your
windows software.there are many reasons why you
will backup your database file.i will not write
details about that.i showing here how to
backup your database file for safety of your
database -

Saturday, 04 May 2013 13:54

using HttpCookie in asp.net application

Written by
Rate this item
(0 votes)

HttpCookie is a very good way to store small amount of data
in asp.net application/website.you can access cookie value in
any page once set in a page.cookie can stay for long time in the
user's computer.

Sunday, 13 January 2013 13:55

how to count how many visitors are online

Written by
Rate this item
(0 votes)

n your asp.net application/website you can count
how many visitors are browsing your website easily.
for this add a Global.asax file in your website.
then add the following codes in that file -

Friday, 21 December 2012 13:55

Process of Code review

Written by
Rate this item
(0 votes)
the brief process of code review

Latest discussions

  • No posts to display.