Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Check your CSS for DotNetNuke 4.9.0

    I started on an update to one of our modules for DotNetNuke this week, and was surprised to see many of the administrative pages looked like they had no styles applied to them.  Tables were jumbled, with no differentiation between header and or row content; things just didn’t look right. As I tried...
    Posted to Brian Dukes, Web Developer (Weblog) by bdukes on 10-16-2008, 12:00 AM
    Filed under: DotNetNuke, Development, General Software Development, Troubleshooting, ASP.NET, DotNetNuke Modules, .NET, Engage Modules, CSS, Module Development, module.css
  • Removing unused CSS Classes from your web application

    Most of you might have seen that while working on a Website project, the CSS gets harder to maintain as the site ages. This might be due to new developers coming in to the project, removal of UI elements (but not the corresponding CSS), refactoring and so on. I think it is a good idea to revisit and...
    Posted to Latish Sehgal (Weblog) by latish on 10-01-2008, 12:00 AM
    Filed under: asp.net, utilities, css
  • AJAX: Cómo crear nuestro propio UpdateProgress

    A veces no queremos hacer uso del UpdateProgress que viene con ASP.NET por diversos motivos. Objetivo El objetivo es conseguir el efecto del UpdateProgress. Para ello necesitamos un UpdatePanel donde tengamos por ejemplo un botón con un Label. Para que el efecto sea visible se recomienda usar el método...
    Posted to Eugenio Estrada's Weblog (Weblog) by Eugenio Estrada on 08-24-2008, 12:00 AM
    Filed under: ASP.NET, Ajax, JavaScript, CSS, C#
  • Themes and Images

    Themes first introduced in VS.NET 2005. As we all know a theme is a collection of property settings that allow you to define the look of pages and controls. Themes can define the look of a specific Web application across all of its pages, or across all Web applications on a server. Themes are made up...
    Posted to Thanos Ganas Blog (Weblog) by adktd on 06-26-2008, 12:00 AM
    Filed under: ASP.NET, .NET, Themes, Images, css, C#
  • Alter your ASP.NET Blog with the Raw Header Text box inside the Control Panel

    I only noticed today that you can to the head element of the ASP.NET blog using the Raw Header Header Text Box inside the Control Panel.  I have as you can see made a few changes which I have actually wanted to do for a while but thought that constraints prevented me from doing so.  If you...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 05-25-2008, 12:00 AM
    Filed under: ASP.NET, CSS
  • Eye On .NET

    Eye On .NET is periodical listing series for .NET(Blogs, Articles, Media, Events and Announcing) I hope that my simple view to .NET development be helpfully at least reflect the best. And this is my first List that will be focus on Blogs Community  :)   Scott Guthrie links: April 28th , April...
    Posted to Hisham Elbreky (Weblog) by Hisham El-bereky on 05-03-2008, 12:00 AM
    Filed under: CSS, MVC, SharePoint, ASP.Net, .NET, Agile, JavaScript, AJAX, WWF
  • ASP.NET MVC CSS Sprite

    A month ago, I wrote about my technique to output a CSS sprite for ASP.NET . Granted, I made a big mistake. I put WAY too much bloat into the post. Not a K.I.S.S. moment. I have reworked my CSS sprite technique to be unique to MVC. I've used the most recent build of the MVC framework, which can be downloaded...
    Posted to Zack Owens (Weblog) by zowens on 04-27-2008, 12:00 AM
    Filed under: .NET, C#, ASP.NET, ASP.NET MVC, CSS, ASP.NET Performance, CSS Sprite
  • Gamer GridView Theme

    Live Demo Here is another gridview theme I have been playing around with this weekend based on a general CNET GameSpot style. The CSS for the gridview has been put into its own file for this series of posts, so that I can change the look of a gridview quickly without changing the class names that have...
    Posted to Kevin Brammer (Weblog) by cyberslinger on 04-07-2008, 12:00 AM
    Filed under: ASP.NET, CSS
  • CSS Sprite for ASP.NET

    CSS sprites are becoming popular as a way to increase application performance by eliminating HTTP requests by the client to the web server. It also serves as a path for better cache management. I will need to go through a bit of background before we start (sorry... we'll get to the generation in a second...
    Posted to Zack Owens (Weblog) by zowens on 03-05-2008, 12:00 AM
    Filed under: C#, JavaScript, ASP.NET, ASP.NET MVC, CSS, ASP.NET Performance, CSS Sprite
  • Powering ASP.Net By CSS

    When developing a web site one can choose between creating a CSS-based or TABLE-based web site . Both types of layouts have advantages and disadvantages and perform quite differently. TABLE-based layouts web sites have the flowing facts: - They're easy to use and implement (compared to CSS-layouts)....
    Posted to Hisham Elbreky (Weblog) by Hisham El-bereky on 02-19-2008, 12:00 AM
    Filed under: CSS, ASP.Net
Page 1 of 15 (144 items) 1 2 3 4 5 Next > ... Last »