html & css

html & css (10)

Saturday, 29 December 2012 13:55

how to prevent drag-drop and copy-paste text in textbox

Written by
Rate this item
(2 votes)

it's needed that you may want to prevent a drag-drop
value from your web page and copy paste text in
your textbox control.this error is reported
most of the time.

Saturday, 19 January 2013 13:55

how to make uneditable textbox

Written by
Rate this item
(0 votes)

you have tried to show data in the asp.net textbox
control and wanted that user will not be able to
modify data in the textbox or cursor will not be
shown in the textbox or other technical reason
then this tips can help you -

Rate this item
(0 votes)

sometimes needed that html tags from a html string
to be removed.there are many purposes to do that.
there are many ways this can be achieved in client side
using jquery and javascript -

Thursday, 09 January 2014 23:00

how to add facebook comments in website

Written by
Rate this item
(0 votes)
Nowadays, facebook became the great social media  to promote businesses and for personal matters.
Many sites using facebook comments in pages/under post to get remarks/comments from their users and
gaining more popularity and interest
Tuesday, 15 January 2013 13:55

using online paypal buy button for paypal payment

Written by
Rate this item
(0 votes)

you can use online paypal buy button in your page
for receiving online paypal payment.when users click
this buy button they will enter in payment page
for payment.

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
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.

Monday, 01 July 2019 08:18

What is css pre-processor and how to use it

Written by
Rate this item
(0 votes)

Sass is called css pre-processor which reduces repetition 

of css codes and this way saves time. 

Last modified on Monday, 01 July 2019 08:24
Monday, 01 July 2019 08:24

What is html canvas and how to use it

Written by
Rate this item
(0 votes)

The HTML5 <canvas> element draws graphics via JavaScript.

 

Thursday, 08 August 2019 08:24

How to give rounded corners to a element using css

Written by
Rate this item
(0 votes)

In CSS3 it's possible to give elements rounded 

corners using the border-radius property.


Latest discussions

  • No posts to display.