in

DevPinoy.org

A Filipino Developers Community
All Tags » CSS (RSS)
ATTENTION:Take our Code Challenge for the month of October 2008 and win some great prize! Learn more about it here!

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Demonstrating the media attribute of CSS style tag

    And of course there are various ways of using CSS aside from defining an inline style tag. But for the sake if this example and simplicity, I'll try to demonstrate the media attribute's usage using the style tag. The media attribute has 7 kinds. Recently, I've been able to use two of the...
    Posted to Lamia's stack and heap based memories... by lamia on 06-24-2008
    Filed under: Filed under:
  • Alternating colors on DropDownList, ListBox and other ListControl.

    My former colleague asked me if it is possible to attach an alternating color to a DropDownList control, similar with the GridView’s alternating rows. I found out that you can achieve that, by setting the background-color of the ListItem using “style” attributes. Here is the code. ...
    Posted to n@rds by n.ocampo on 06-17-2008
    Filed under: Filed under: , , ,
  • Creating a tab control/component functionality with DHTML

    I'd like to share something I've made recently(though this may be so 1999). This post could either make your life easier or worse, it all depends on you whether you want to use it or not. I don't know if this kind of functionality already exists on any web framework(JMaki, .Net) but in case...
    Posted to Lamia's stack and heap based memories... by lamia on 12-07-2007
    Filed under: Filed under: ,
  • Testing Your Site on IEs

    Yes, it is IEs or Internet Explorers. The trend of tableless site design is significantly growing. The idea behind this concept is you'll use CSS to determine the width and height of our pseudo-"tables". However, it is not a secret that CSS is not consistent across browsers and it depresses developers...
    Posted to patrick by patrick on 03-14-2007
    Filed under: Filed under: , , , , , , ,
  • Structured UI

    A lot of developers nowadays rarely take the time to structure UI. With advent of technologies like CSS, image-editing tools and WYSIWYG HTML Editors, developers favor productivity rather than structure of UI. Also, a lot of hype has been focused on improving the middle tier. Now hear me first, there's...
    Posted to tech talk by man_at_the_third_row on 06-23-2006
    Filed under: Filed under: ,
  • Using DIV'S instead of nested tables

    I bumped into a site that suggests the use of divs instead of nested tables when looping through a dataset or list in JSP/PHP/ASP/etc. Here is the link...
    Posted to Lamia's stack and heap based memories... by lamia on 06-21-2006
    Filed under: Filed under:
  • css with datagrid

    i was having some problem yesterday on setting the border color of the datagrid. setting the BorderColor property of the datagrid will set the outer box border of the html table together with the borders of the table cells. since i will be using the same styles for most of the datagrids used in my web...
    Posted to jokiz by jokiz on 06-20-2006
    Filed under: Filed under: , , ,
  • table format using repeater

    i wanted to enclose my displayed data in an html table using a repeater control so i immediately followed the articles that i've read about repeater controls. i declare a table tag in the headertemplate and a table end tag in the footertemplate. <asp:repeater id="repeater1" runat=server> <headertemplate><table><...
    Posted to jokiz by jokiz on 05-03-2006
    Filed under: Filed under: , , ,
Page 1 of 1 (8 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems