By tag: Html
0
kicks
Bringing to Life an Open Source Software Project via Github & Jekyll
It’s time for another blog series! This is a series I’m starting to outline that crazy complex site I’m building to prove out all sorts of things, all located at http://adron.me. So far it’s just a site that hold portfolio information for my coding, biking and related information about me. However I...
0
kicks
Building a jQuery Plug-in to make an HTML Table scrollable
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 wit...
0
kicks
Do not allow HTML into the textbox
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.
0
kicks
Fancy validation pointer messages without images
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.
0
kicks
A Cool Bing-like Search Box (Button on the Inside)
In this article, Ashic Mahtab shows how to create a cool bing search like search box using css.
0
kicks
IE8 Beta – Pointers for making your website compatible with IE8
"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."
0
kicks
Using CSS to Do Anything: 50+ Creative Examples and Tutorials
"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."
0
kicks
Creating always visible div using CSS
Explains how easily we can create an always visible div using very simple CSS trick in html..
0
kicks
Easily Injecting HTML into RadEditor
This is a demonstration on how easily client side content can be injected at runtime.
0
kicks
Cheat Sheets for Front-end Web Developers
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 (i...
0
kicks
Programming Challenge #1: HTML Calendar
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.
0
kicks
Free HTML Encoder written in C#
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 applicati...
0
kicks
IE8 Promises Better Standards Compliance (and lots more)
Developer release lauded as "sweet!" but puts the focus on security, interoperability and better programming features rather than the user experience.
0
kicks
Sharepoint 2007 from an interface developer’s view
"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."