|
|
Stories recently tagged with 'Tips'
|
|
submitted by
schalkvanwyk
7 hours, 43 minutes ago
blogs.msdn.com — Online tool to see what your website looks like in various browsers. http://browsershots.org read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
davids
13 hours, 11 minutes ago
itwebmonkey.com — Just a quick little article noting the great add-on available for Firefox to help toggle between dev and live servers. read more...
|
|
tags:
Tips, Tricks, Testing, and, Firefox | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
davids
13 hours, 11 minutes ago
itwebmonkey.com — Just a quick little article noting the great add-on available for Firefox to help toggle between dev and live servers. read more...
|
|
tags:
Tips, Tricks, Testing, and, Firefox | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 hours, 1 minute ago, submitted by
kpanghmc
17 hours, 47 minutes ago
kevinwilliampang.com — There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. read more...
3 comments
|
category: Tips & Tricks | Views: 360
|
|
tags:
VisualStudio, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 hours, 1 minute ago, submitted by
ourcurrentfuture
18 hours, 18 minutes ago
smashingmagazine.com — With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to grow in size, but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
RyanFarley
1 day, 6 hours ago
speckyboy.com — A list of 65 different jQuery resources, including tutorials, podcasts, cheat sheets, etc read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ourcurrentfuture
1 day, 17 hours ago
noupe.com — Designing effective web forms isn’t easy, as we need to figure out more practical styling and functionality techniques to provide a great user experience.
Recently there have been a number of noteworthy techniques such as styling different form fields, live validation, Context highlighting, trading options from field to another, slider controls and more - using CSS and different Javascript libraries. Below we present findings of search to more than 40 tutorials and demos to showcase the capabilities and robustness of CSS and Javascript. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 17 hours ago, submitted by
wisemx
1 day, 19 hours ago
crazeegeekchick.com — First things first. I'm an application (middle tier) developer. My design skills while adequate, are not by any means what I'd like them to be. Like a good geek girl, I've been working on this. I've put together a list of very helpful CSS resources I've stumbled upon in my quest to improve my presentation layer skills. I thought I'd share them: read more...
add a comment
|
category: Tips & Tricks | Views: 378
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Ravi.silicus
2 days, 3 hours ago
silicusblogs.com — In a typical 3-tier application, designing the business layer is a key factor in making the application robust and maintainable. Here are some tips on designing the business layer in a Multi Layered Architecture. These tips can be put into practice while designing / developing / reviewing the business layer. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Ravi.silicus
2 days, 3 hours ago
silicusblogs.com — Writing multithreaded programs in .Net requires a good understanding of the threading functionalities available in the .Net Framework. ThreadStatic attribute is a useful keyword in multithreaded programs. As far as functionality is concerned, ThreadStatic attribute is a variation of the static keyword. Read more... read more...
|
|
tags:
MultiThreading, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
4 days, 14 hours ago
blogs.iis.net — Finally a neat solution for the nasty problem IIS url rewriting, this solution doesn solve the problem only for ASP.net, but because it works on IIS level, it can be used with PHP, ColdFusion, ASP Classic, ..... etc read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
4 days, 21 hours ago
technet.microsoft.com — Top 10 Performance Improvements in IIS 7.0
The latest release of IIS introduces a modular and extensible platform with improved support for common deployment and management scenarios, enabling significant performance improvements. Here’s a look at 10 key areas in IIS 7.0 that provide these improvements. Mike Volodarsky read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
6 days, 10 hours ago
blogs.msdn.com — Put simply, IE8 running in standard rendering mode will not display sites created to support IE7 very well, based on new standards that IE8 is supporting around HTML and CSS formats. There are two ways to resolve this. The first is to re-write your web application to render IE8 correctly or the second option ( the best to choose first off ) is to instruct IE8 to run a certain site in IE7 emulation mode.
On a Per-site basis, site owners and administrators can include the following custom HTTP header to force Internet Explorer 8 to render Web pages like Internet Explorer 7:
X-UA-Compatible: IE=EmulateIE7
To add a custom HTTP response header at the Web site level in Internet Information Services 7 on a Windows Server 2008-based computer, follow these steps:
Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager.
Under Connections, double-click the server that you want, and then double-click Sites.
Click the Web site where you want to add the custom HTTP response header.
Under Web site name Home, double-click HTTP Response Headers in the IIS section.
Note In this step, Web site name is the name of the Web site.
Under Actions, click Add.
In the Name box, type X-UA-Compatible.
In the Value box, type IE=EmulateIE7.
Click OK. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rsoni
6 days, 14 hours ago
dailycoding.com — How to do object oriented programming with JavaScript by taking simple example to a timer class.. read more...
|
|
tags:
OOP, JavaScript, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|