Rate this item
(0 votes)
Any one can comment,like a facebook post from a website
outside of facebook.following codes shows how one can
implement that in their website.
Saturday, 22 December 2012 13:54

c# abstract class

Written by
Rate this item
(0 votes)

The abstract class indicates that a class may be used
as a base class for other classes and is not instantiable.

Friday, 21 December 2012 13:54

data type conversion in csharp

Written by
Rate this item
(0 votes)

One great job programmers do is to convert one type to
another type.there are 2 type of conversions.

Monday, 21 January 2013 13:55

how to use jquery slider in asp.net page

Written by
Rate this item
(2 votes)

if you want to use nice jquery slider in your asp.net website
follow the steps below -

Sunday, 23 December 2012 13:54

c# exception handling

Written by
Rate this item
(0 votes)

It's a good idea to identify the errors at run time to detect
and handle it. .Net framework has built in mechanism for that.
these exceptions occurs because of user,logic and system errors.

Saturday, 03 August 2013 22:50

how to add products in virtuemart in joomla

Written by
Rate this item
(0 votes)

Virtuemart 2 for joomla is a very good extension to sell products
through website.To add product manually by code, they have doc on
how to use the Api to achieve this, but it may be hard to implement
there Api to add product.So i show here how to do that without using
Api but the simpla way using sql queries -

Rate this item
(1 Vote)

It's a good practice to show orange border when you set focus to textbox.
also the border will stay for some seconds.this way user know
that they have to do task on that textbox.


Latest discussions

  • No posts to display.