Thursday, 09 January 2014 22:32

how to add facebook like button in website

Written by
Rate this item
(0 votes)
Nowadays, facebook became the best social media  to promote businesses and for personal interest.
Many websites using facebook like button in every pages to make their site more social and got around.
Last modified on Thursday, 09 January 2014 23:17
Tuesday, 18 December 2012 17:55

c# namespaces

Written by
Rate this item
(0 votes)

namespaces is a old concept in c# programming.both
java and c# uses this concept.a namespace is act like
a 'wrapper' around one or many elements which gives
them uniqueness.

Friday, 27 December 2013 15:11

Warning! Failed to move file Error

Written by
Rate this item
(0 votes)
When you try to install any component, You receive the following error:

    Warning! Failed to move file.
Last modified on Friday, 27 December 2013 15:20
Rate this item
(0 votes)

in some way these codes will help you very much if you need
to know file extension.
method below returns true if extension are any of the following -

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
Rate this item
(0 votes)

It's a professional logic to use the databaseOwner
and objectQualifier values when creating tables
else you will not be able to identify the tables
in databases with ease and gain other benefits of it.

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 -


Latest discussions

  • No posts to display.