Stories recently tagged with 'html'

Building a jQuery Plug-in to make an HTML Table scrollable(www.west-wind.com)

submitted by rstrahlrstrahl(7226) 8 months, 14 days ago

Table displays in limited space require some rendering alternatives. While paging is a common way to address fixed size displays, it's not an end-all solution. Sometimes it's necessary to display larger amounts of data in a small fixed space on an HTML page. Scrollable list are fairly easy to do with most HTML structures, but HTML tables are notoriously difficult to manage when it comes to scrolling. In this post I describe a jQuery plug-in that attempts to make any table scrollable by decomposing and reassembling the table into two distinct areas. read more...

add a comment |category: |Views: 29

tags: another

Do not allow HTML into the textbox (praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years ago

This is a general problem in ASP.NET. By default it won't allow HTML into the text box. So, what will be the solution? If we give validaterequest = false then it's a security issue? So, is there any problem that we can solve this problem? This post explains about it and fix for it. read more...

add a comment |category: |Views: 18

tags: another

Fancy validation pointer messages without images(webpangea.blogspot.com)

submitted by SlartyBartfastSlartyBartfast(95) 2 years, 2 months ago

Here's a neat little CSS trick that allows you to create validation messages which point to the relevant field without the use of images. read more...

add a comment |category: |Views: 17

tags: another

XML to HTML with XSLT(logiclabz.com)

submitted by webtipswebtips(265) 2 years, 4 months ago

Convert XML to HTML using XSLT read more...

add a comment |category: |Views: 13

tags: another

A Cool Bing-like Search Box (Button on the Inside)(heartysoft.com)

submitted by ashicashic(160) 2 years, 7 months ago

In this article, Ashic Mahtab shows how to create a cool bing search like search box using css. read more...

add a comment |category: |Views: 210

tags: another

IE8 Beta – Pointers for making your website compatible with IE8(blogs.msdn.com)

submitted by JemmJemm(9604) 3 years, 6 months ago

"IE8 Beta 1 has been out for several months now and we are closing in on the release of IE8 Beta 2, which has been announced for August 2008 by the IE team. Now is a good time to get started on ensuring site compatibility with this new release." read more...

add a comment |category: |Views: 9

tags: another

Using CSS to Do Anything: 50+ Creative Examples and Tutorials(noupe.com)

submitted by JemmJemm(9604) 3 years, 6 months ago

"CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques." read more...

add a comment |category: |Views: 681

tags: another

Creating always visible div using CSS(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 6 months ago

Explains how easily we can create an always visible div using very simple CSS trick in html.. read more...

2 comments |category: |Views: 740

tags: another

Easily Injecting HTML into RadEditor(charlesrcook.com)

submitted by ccookccook(315) 3 years, 6 months ago

This is a demonstration on how easily client side content can be injected at runtime. read more...

add a comment |category: |Views: 115

tags: another

Cheat Sheets for Front-end Web Developers(sixrevisions.com)

submitted by JemmJemm(9604) 3 years, 7 months ago

Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they’re nice decorative pieces for your office. In this article, you’ll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery). read more...

add a comment |category: |Views: 450

tags: another

Programming Challenge #1: HTML Calendar(jacobcarpenter.wordpress.com)

submitted by jacobcarpenterjacobcarpenter(40) 3 years, 10 months ago

Surprised by the amount of code for such a seemingly simple task, I figured it'd be interesting to solicit solutions to outputting a calendar in HTML. read more...

add a comment |category: |Views: 44

tags: another

Free HTML Encoder written in C#(laminbarrow.com)

submitted by laminlamin(20) 3 years, 10 months ago

This is quite a very useful utility when you want to encode script, HTML tags and even charcters like " ; &" etc into valid chracters so that you could input them into a WYSIWYG with any problems. It is quite a neccessary tool if you are a blogger or an administrator of a CMS application. read more...

add a comment |category: |Views: 114

tags: another

Free HTML Encoder written in C#(laminbarrow.com)

submitted by laminlamin(20) 3 years, 10 months ago

This is quite a very useful utility when you want to encode script, HTML tags and even charcters like " ; &" etc into valid chracters so that you could input them into a WYSIWYG with any problems. It is quite a neccessary tool if you are a blogger or an administrator of a CMS application. read more...

add a comment |category: |Views: 114

tags: another

IE8 Promises Better Standards Compliance (and lots more)(cio.com)

submitted by asteroidasteroid(445) 3 years, 11 months ago

Developer release lauded as "sweet!" but puts the focus on security, interoperability and better programming features rather than the user experience. read more...

add a comment |category: |Views: 0

tags: another

Sharepoint 2007 from an interface developer’s view(friendlybit.com)

submitted by JemmJemm(9604) 4 years ago

"What I’m trying to say is that Sharepoint 2007, is beyond repair when it comes to interface customization, and you should do everything in your power to avoid working with it." read more...

3 comments |category: |Views: 20

tags: another

.NET CodeToHTML(dotnetslackers.com)

submitted by kbeeveer46kbeeveer46(155) 4 years ago

This article shows you how to convert source code to HTML. read more...

1 comment |category: |Views: 7

tags: another