TipsOnLips.net

Your .net tips and tricks source

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010


Web sites performance tools

  1. Website Grader by HubSpot

Categories: General
Posted by developer on Sunday, June 28, 2009 3:08 AM
Permalink | Comments (0) | Post RSSRSS comment feed

Web Tools & Utilities

  1. Em Calculator
  2. Browser Shots
  3. Pingdom Tools - Full page test
  4. Load Impact

Categories: CSS | Performance
Posted by developer on Wednesday, June 10, 2009 5:11 AM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET Examples of <%# %> and <%= %>

  1. <a href="Update.aspx?Key=<%# String.Format("{0}&uMode={1}", HttpUtility.UrlEncode(Eval("Key").ToString()), base.UserMode) %>" style="display:'<%# SetLinkVisibility() %>';">  <%# Eval("Key") %> </a>
  2. <%# FormatDate(Eval("StartDate").ToString())%>

  3.  <%# ((DateTime)Eval("ClientDetail.DateOfBirth")).ToString("dd-MMM-yyyy")%>

  4.  var counter = document.getElementById('<%= txtCounter.ClientID %>');

Categories: ASP.NET
Posted by developer on Wednesday, June 10, 2009 4:45 AM
Permalink | Comments (1) | Post RSSRSS comment feed

Usablility Resources

  1. http://www.uxbooth.com/
  2. Quick Usability Checklist
  3. 40+ Helpful Resources On User Interface Design Patterns.
  4. Stop Counting Clicks

Tags: ,
Categories: UI
Posted by developer on Friday, June 05, 2009 3:54 AM
Permalink | Comments (0) | Post RSSRSS comment feed

CSS Articles 2009 Q2

  1. The difference between "The Flow" and "Positioning" for Web Pages
  2. Auto Positioning for Absolute Elements
  3. Margins and Absolute Positioning
  4. Rethinking CSS Image Replacement 
  5. Nine Techniques for CSS Image Replacement
  6. Revised Image Replacement
  7. The Incredible Em & Elastic Layouts with CSS
  8. How To Create an IE-Only Stylesheet
  9. ICommonComponentService
  10. Adaptive CSS-Layouts: New Era In Fluid Layouts
  11. Design and Code a Slick Website from Scratch – Part I & 2
  12. CSS: A tribute to selectors
  13. 18 Awesome Photoshop Text Effect Tutorials
  14. 10 astonishing CSS hacks and techniques
  15. 15 Effective Tips and Tricks from the Masters of CSS

Categories: CSS
Posted by developer on Wednesday, June 03, 2009 8:17 AM
Permalink | Comments (0) | Post RSSRSS comment feed