<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Developer's Corner - Resources for Developers</title><link>http://www.developer-corner.com</link><description>RSS feeds for Developer's Corner - Resources for Developers</description><ttl>60</ttl><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jeden" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/82/Choosing-a-web-color-scheme.aspx#Comments</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=82</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=82&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Choosing a web color scheme</title><link>http://feedproxy.google.com/~r/jeden/~3/gmboAs074RY/Choosing-a-web-color-scheme.aspx</link><description>&lt;p align="left"&gt;&lt;/p&gt; &lt;p&gt;When designing a web site, on of the problems I face with is how to choose colors. Usually I choose a base color, which is the predominant color used in the web design, but how to choose other colors, such as background, headings, panels, borders and so on?&lt;/p&gt; &lt;p&gt;My favorite tools for web design are Photoshop and Expression Design 2, plus Expression Web 2 and TopStyle for CSS/HTML editing. Topstyle has a nice feature in its color picker: given a color it suggests the complementary color&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image11.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="372" alt="TopStyle - Complementary color." src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image11_thumb.png" width="397" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;and the harmonious colors:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_10.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="372" alt="Topstyle - Harmonious colors" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_4.png" width="393" border="0"&gt;&lt;/a&gt;&amp;nbsp; &lt;/p&gt; &lt;h2&gt;Basics of color theory&lt;/h2&gt; &lt;p&gt;The &lt;strong&gt;opposite &lt;/strong&gt;or &lt;strong&gt;complementary color &lt;/strong&gt;is defined in wikipedia as "&lt;em&gt;the color that is of opposite hue in some color model&lt;/em&gt;". Given a color wheel, and chosen a color, the opposite color is the one at the opposite side of the wheel. For example, the opposite color of the red in the following wheel is the green:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_12.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="339" alt="The color wheel" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_5.png" width="343" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;If you are wondering what a color wheel is, it's a set of colors hues around a circle. The nice thing about the color wheel is that theoretically any set of colors chosen from the color wheel "will look good together". &lt;strong&gt;Harmonious colors&lt;/strong&gt; are colors having a fixed relation in the color wheel. For instance, a &lt;em&gt;square color harmony &lt;/em&gt;is made up of four colors equally spaced in the color wheel:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_14.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="333" alt="Square color scheme" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_6.png" width="333" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;There are several other color schemas, such as complementary, triadic and rectangular.&lt;/p&gt; &lt;p&gt;I don't want to discuss further on color theory as honestly I don't feel an expert in this area. There are better resources to look for more info, just google for "color theory" and you will get several valuable introductions.&lt;/p&gt; &lt;h2&gt;Back to TopStyle and introduction to color schemer tools&lt;/h2&gt; &lt;p&gt;After this very brief introduction to color theory, let's get back to TopStyle, the CSS/HTML editor. While using it, I wondered: &lt;em&gt;isn't there any tool to help me choose a good color scheme&lt;/em&gt;? The answer is, of course, yes. There are several tools, most of them are web based and free, others are downloadable and installable products, usually commercial products. As a matter of preference, I like to work with tools installed on my workstation, even if I have to pay a price, and if the tool is worth the price I pay for. So, after googling, trying and discarding several products, I came to the one I currently use.&lt;/p&gt; &lt;p&gt;Its name is &lt;a title="ColorImpact" href="http://www.tigercolor.com/ColorImpact.asp" target="_blank"&gt;ColorImpact&lt;/a&gt;, a features-rich application providing a color wheel to choose the colors from, plus a set of other useful tools I'm going to describe.&lt;/p&gt; &lt;p&gt;At program startup the main window displays a set op options to start with, including a useful set of links about color theory. The left sidebar contains the &lt;strong&gt;color chooser&lt;/strong&gt; and the right sidebar contains the &lt;strong&gt;color palette&lt;/strong&gt;, where we are able to save the colors we choose. At bottom right there is a &lt;strong&gt;color inspector&lt;/strong&gt;, displaying info about the color currently under the mouse cursor in any of the application tools.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Main window" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb.png" width="612" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The largest toolbar at top of the window contains a set of buttons to quickly access all tools, such as the color wheel, a color variations tool, and so on.&lt;/p&gt; &lt;h3&gt;The Color Wheel&lt;/h3&gt; &lt;p&gt;The color wheel is used to select a color harmony. But first a base color should be chosen. ColorImpact provides three different tools to select a color: a wheel, a rectangle and a web safe palette. &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_30.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="221" alt="The color wheel" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_12.png" width="196" border="0"&gt;&lt;/a&gt;&amp;nbsp; &lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_32.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="159" alt="The color rectangle" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_13.png" width="198" border="0"&gt;&lt;/a&gt;&amp;nbsp; &lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_34.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="169" alt="The web safe palette" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_14.png" width="200" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The one I like more is the &lt;strong&gt;interactive color wheel&lt;/strong&gt;: by simply clicking the small circle and dragging around the wheel we can select a select a color, and by moving along the radius we can choose a different graduation. During the process of color selection, the color wheel displays the chosen color along with the harmonic colors. Once we're satisfied with our base color, we can choose a color harmony schema selecting from a list available at the bottom center.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_42.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="196" alt="Color Harmonies" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_18.png" width="354" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;If, for instance, we choose the Square color harmony, we'll see the four equally spaced colors in the color wheel highlighted.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image311.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Color Harmonies tool" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image311_thumb.png" width="542" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Colors displayed in the wheel, as well as in any of the tools described below, can be saved in the &lt;strong&gt;color palette &lt;/strong&gt;toolbox docked at the right side of the main window, either by double clicking a color on the tool currently in use or dragging a color and dropping into the palette . We have the option of creating multiple palettes, if we need to organize colors in different sets.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_44.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Color palette" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_19.png" width="174" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;h3&gt;Other tools&lt;/h3&gt; &lt;p&gt;ColorImpact provides not just a color wheel and the ability to choose a color harmony schema, but several other useful tools which greatly helps in the process of selecting colors and variations.&lt;/p&gt; &lt;p&gt;The &lt;strong&gt;Advanced Color Wheel &lt;/strong&gt;displays a color wheel similar to the one displayed in the Color Harmonies tool, but in addition it provides different hues in inner circles of the wheel. It's possible to configure the wheel to display variations from dark to light and vice versa, and from current hues to either darker or lighter variations, more or less saturated, cooler and warmer.&lt;/p&gt; &lt;h3&gt;&lt;/h3&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image91.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Advanced Color Wheel tool" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image91_thumb.png" width="542" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The &lt;strong&gt;Color Formulae&lt;/strong&gt; provides a list of colors based on a predefined formula selectable from a list of 30 in the drop down list at bottom of the tool page. For each formula a brief description helps us figuring out what's the relation among colors displayed by the tool. Examples of formulas are different hues variations, monochromatic variations, geometrical variations (such as square, rectangle), complementary, and so on.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image121.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Color Formulae tool" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image121_thumb.png" width="542" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Using the &lt;strong&gt;Color Variations&lt;/strong&gt; tool we are able to display different color variations, such as darker and lighter, from dark to light and vice versa, more or less saturated, and other combinations.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image15.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Color Variations tool" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image15_thumb.png" width="642" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The &lt;strong&gt;Color Blender,&lt;/strong&gt; as it name implies, provides a list of variations of a color blending into another. Starting and ending colors can be chosen by either using the wheel tool (or any of the color picker tools) or by dragging a color from the palette and dropping into one of the ends&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image1811.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Color Blender tool" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image1811_thumb.png" width="642" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The last tool is the &lt;strong&gt;Test Pattern&lt;/strong&gt;, an undoubtedly useful way of previewing our color palettes and see how colors look when mixed together. There are several test patterns our colors can be tested with, and probably the most interesting to web designers is the &lt;em&gt;Web Page&lt;/em&gt; pattern, available in 2 different variations.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image211.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Web test pattern" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image211_thumb.png" width="612" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Using the Test Pattern tool we are able to drag colors from the palette and drop into any of the web page elements. Once we have applied our colors, we can see how our color schema looks like. There are several other test patterns, such as Fashion (displayed below), type designs, shapes and circles.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image1%5B1%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Fashion test pattern" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image1%5B1%5D_thumb.png" width="612" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;One of the coolest things about test patterns is that we can create our own, using Flash MX. On the website there is a brief tutorial describing how to create a custom test pattern and adding it to the list of test patterns.&lt;/p&gt; &lt;h2&gt;Import and Export&lt;/h2&gt; &lt;p&gt;I can's say that a tool like ColorImpact is useless without import and export features, because I'd still benefit from using it even manually copying color values. But having such features is a plus (other than a must for most people). Although import is limited to XML and &lt;a title="Color Schemer" href="http://www.colorschemer.com/" target="_blank"&gt;Color Schemer&lt;/a&gt; (a similar tool for choosing color schemes), ColorImpact is able to export into any of the following formats:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Image containing the list of colors along with their hexadecimal values (gif, bmp, jpg, png, windows metafile and enhanced metafile)  &lt;li&gt;Text file, listing all color names and values  &lt;li&gt;HTML Spec Sheet, an html page displaying colors and color values  &lt;li&gt;CSS  &lt;li&gt;ACT Color Table  &lt;li&gt;Paint Shop Pro palette  &lt;li&gt;Photoshop color palette  &lt;li&gt;Illustrator color palette  &lt;li&gt;Freehand ACF palette&lt;/li&gt;&lt;/ul&gt; &lt;h2&gt;&lt;/h2&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image19.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="image" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image19_thumb.png" width="470" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image16.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="475" alt="image" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image16_thumb.png" width="644" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Additional tools&lt;/h2&gt; &lt;p&gt;Other than the important tools described so far, there are some other minor features making life easier when selecting colors. With the &lt;strong&gt;eye dropper tool&lt;/strong&gt; we can select a color from any point of the desktop or any open window, with the additional ability to get either the exact color or an average of its surrounding area&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_36.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="196" alt="image" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_15.png" width="244" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;With the &lt;strong&gt;color blindness simulation&lt;/strong&gt; we can simulate how our colors set will be seen by color blindness people.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_48.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="175" alt="image" src="http://www.developer-corner.com/Portals/3/digmeta/1/WindowsLiveWriter/Choosingawebcolorscheme_7BC6/image_thumb_21.png" width="244" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The &lt;strong&gt;random color &lt;/strong&gt;tool simply generates a random color.&lt;/p&gt; &lt;h2&gt;Conclusions&lt;/h2&gt; &lt;p&gt;As mentioned earlier, once I realized that there are tools specifically targeted to simplify color schemes selection, I have tried several tools. In the process of selecting the most appropriate tool I took into account several aspects, such as user friendliness, number of features, exporting capabilities. The tool at the 2nd place of my personal favorite list is Color Schemer, which I didn't like for just one thing, very important to me: it runs on a fixed sized window, too small in my opinion, also considering that I'm used to work with high resolution monitors, such as my 15,4" 1920x1200 laptop display.&lt;/p&gt; &lt;p&gt;ColorImpact implements all the features required to easily and quickly choose web color schemes, also providing unique features I haven't seen in other applications. So, I can't do anything else than suggesting to whoever reads this blog post to give it a try - you'll like it. A 15 days trial version can be downloaded at the following address:&lt;/p&gt; &lt;p&gt;&lt;a title="Color Impact Trial" href="http://www.tigercolor.com/Download/Default.htm"&gt;http://www.tigercolor.com/Download/Default.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/j7P_qevCm8k-Hyo4p2y93W4UIDo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j7P_qevCm8k-Hyo4p2y93W4UIDo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/j7P_qevCm8k-Hyo4p2y93W4UIDo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j7P_qevCm8k-Hyo4p2y93W4UIDo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/gmboAs074RY" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sat, 07 Feb 2009 09:41:51 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:82</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/82/Choosing-a-web-color-scheme.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/81/ZoneAlarm-beta-for-Vista-x64.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=81</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=81&amp;PortalID=3&amp;TabID=117</trackback:ping><title>ZoneAlarm beta for Vista x64</title><link>http://feedproxy.google.com/~r/jeden/~3/Euy8FUWejoI/ZoneAlarm-beta-for-Vista-x64.aspx</link><description>&lt;p&gt;This is a good news for all of you, just like me, thinking that Zone Alarm is the best available firewall. I've been using ZoneAlarm for years, until I had to install Vista 64 on my Lenovo T61p, and discover that ZoneAlarm is not compatible. In fact, until now, ZoneAlarm was compatible with 32 bits platforms only.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RS-yJR5JXxlGbOagXJnrtJPVNU8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RS-yJR5JXxlGbOagXJnrtJPVNU8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RS-yJR5JXxlGbOagXJnrtJPVNU8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RS-yJR5JXxlGbOagXJnrtJPVNU8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/Euy8FUWejoI" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Tue, 03 Feb 2009 07:18:48 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:81</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/81/ZoneAlarm-beta-for-Vista-x64.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/80/Spammer-complaining-with-me-because-I-reported-his-spamming-activities.aspx#Comments</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=80</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=80&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Spammer complaining with me because I reported his spamming activities</title><link>http://feedproxy.google.com/~r/jeden/~3/Z9o0ggI_nQE/Spammer-complaining-with-me-because-I-reported-his-spamming-activities.aspx</link><description>&lt;p&gt;This is really funny.&lt;/p&gt; &lt;p&gt;I've reported thousands of spam emails to ISP and domain registrars, but this is the first time I get contacted by the spammer complaining with me because I waste my time filing complaints against him.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/csxh8h2i_1dujV7N2KUvEZ9iHjU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/csxh8h2i_1dujV7N2KUvEZ9iHjU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/csxh8h2i_1dujV7N2KUvEZ9iHjU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/csxh8h2i_1dujV7N2KUvEZ9iHjU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/Z9o0ggI_nQE" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Thu, 08 Jan 2009 11:28:44 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:80</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/80/Spammer-complaining-with-me-because-I-reported-his-spamming-activities.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/79/Platform-Verification-Task-leading-to-slow-builds-on-compact-framework-projects.aspx#Comments</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=79</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=79&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Platform Verification Task leading to slow builds on compact framework projects</title><link>http://feedproxy.google.com/~r/jeden/~3/xGCXbPkWnvI/Platform-Verification-Task-leading-to-slow-builds-on-compact-framework-projects.aspx</link><description>&lt;p&gt;I've been experiencing an extremely high build time on a windows mobile project targeted to compact framework 2.0 before finding out what was responsible of such slowness. Fortunately solving this problem is as easy as adding a line to a configuration file.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RfgcGGa91hrTHrjNfURoQ-s_9RU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RfgcGGa91hrTHrjNfURoQ-s_9RU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RfgcGGa91hrTHrjNfURoQ-s_9RU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RfgcGGa91hrTHrjNfURoQ-s_9RU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/xGCXbPkWnvI" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Mon, 29 Dec 2008 14:39:02 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:79</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/79/Platform-Verification-Task-leading-to-slow-builds-on-compact-framework-projects.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/78/Unit-testing-of-ASPNET-pages-Http-Handlers-and-Http-modules.aspx#Comments</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=78</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=78&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Unit testing of ASP.NET pages, Http Handlers and Http modules</title><link>http://feedproxy.google.com/~r/jeden/~3/UxKr3BEl2Z0/Unit-testing-of-ASPNET-pages-Http-Handlers-and-Http-modules.aspx</link><description>&lt;p&gt;Simple framework to run asp.net pages without a web server, useful for running self contained tests.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eW3snRddjvgNzQ4YGfonU3XLL10/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eW3snRddjvgNzQ4YGfonU3XLL10/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eW3snRddjvgNzQ4YGfonU3XLL10/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eW3snRddjvgNzQ4YGfonU3XLL10/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/UxKr3BEl2Z0" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Mon, 15 Dec 2008 06:03:47 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:78</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/78/Unit-testing-of-ASPNET-pages-Http-Handlers-and-Http-modules.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/77/Data-integrity-check-using-hashing.aspx#Comments</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=77</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=77&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Data integrity check using hashing</title><link>http://feedproxy.google.com/~r/jeden/~3/mVhLOkDqUVs/Data-integrity-check-using-hashing.aspx</link><description>&lt;h3&gt;&lt;/h3&gt; &lt;h3&gt;&lt;/h3&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;When data are moved across a network the recipient might require a verification to ensure that data have not been modified after send. For example, in a client/server scenario where a client application sends some updates to a remote database via a web service, the web service might need to verify that data have not been modified while travelling across the network, either due to corruption or because somebody changed them. A simple way to implement such kind of verification is utilizing &lt;strong&gt;hashing&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/s47FIB8bKu1G57EtCmNYRANdeiA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/s47FIB8bKu1G57EtCmNYRANdeiA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/s47FIB8bKu1G57EtCmNYRANdeiA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/s47FIB8bKu1G57EtCmNYRANdeiA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/mVhLOkDqUVs" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sat, 01 Nov 2008 09:50:12 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:77</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/77/Data-integrity-check-using-hashing.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/75/DotNetNuke-SMS-Module-under-development-again.aspx#Comments</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=75</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=75&amp;PortalID=3&amp;TabID=117</trackback:ping><title>DotNetNuke SMS Module under development (again)</title><link>http://feedproxy.google.com/~r/jeden/~3/b5-sFwJnFCM/DotNetNuke-SMS-Module-under-development-again.aspx</link><description>&lt;p&gt;I know, this is not the first time I announce the development of a DNN &lt;a class="zem_slink" title="Short message service" href="http://en.wikipedia.org/wiki/Short_message_service" rel="wikipedia"&gt;SMS&lt;/a&gt; Module. But this time I really started its development, and I’m currently working on a provider-independent SMS engine, able to send SMS using virtually any &lt;a class="zem_slink" title="SMS gateway" href="http://en.wikipedia.org/wiki/SMS_gateway" rel="wikipedia"&gt;SMS Gateway&lt;/a&gt; or SMS-C (&lt;a class="zem_slink" title="Short message service center" href="http://en.wikipedia.org/wiki/Short_message_service_center" rel="wikipedia"&gt;Short Message Service Center&lt;/a&gt;, the mobile operator’s hardware responsible of accepting, routing and delivering SMS messages), although at beginning I am going to implement the Aspsms provider only. Once the SMS engine is completed, I’ll start working on the DNN module, which at beginning will enable a group of users to send SMS. Next I will add more features and more providers, basing on the received input.&lt;/p&gt; &lt;p&gt;I will soon probably need about 10 beta testers who can help me testing the module before its official release. Being a commercial module, beta testers will be rewarded with a discount on the final price, although I haven’t decided a price yet.&lt;/p&gt; &lt;p&gt;Stay tuned. And for any question or comment please &lt;a title="DNN SMS Module" href="http://www.developer-corner.com/Forum/tabid/125/forumid/2/scope/threads/Default.aspx" target="_blank"&gt;use this forum&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;div class="zemanta-pixie"&gt;&lt;a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/0778f0b5-5ea5-47f0-a6ce-813dfe42b41a/"&gt;&lt;img class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=0778f0b5-5ea5-47f0-a6ce-813dfe42b41a"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yP48nCTOQAc8mIX5xUp9n-FD0VQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yP48nCTOQAc8mIX5xUp9n-FD0VQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yP48nCTOQAc8mIX5xUp9n-FD0VQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yP48nCTOQAc8mIX5xUp9n-FD0VQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/b5-sFwJnFCM" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Tue, 14 Oct 2008 12:08:34 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:75</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/75/DotNetNuke-SMS-Module-under-development-again.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/71/Mark-a-C-class-data-member-as-readonly-when-its-read-only.aspx#Comments</comments><slash:comments>13</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=71</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=71&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Mark a C# class data member as readonly when it’s read only</title><link>http://feedproxy.google.com/~r/jeden/~3/UZx7gCtOG0I/Mark-a-C-class-data-member-as-readonly-when-its-read-only.aspx</link><description>&lt;p&gt;2009.01.30 - Updated in order to clarify about immutability.&lt;/p&gt; &lt;p&gt;The &lt;strong&gt;readonly&lt;/strong&gt; modifier is used to declare an instance-specific constant data member which can be initialized in the class constructor and is not limited to compiler-time constants only.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/x0rX8AclAQ7a9zeI1_nynQ5-Ssk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x0rX8AclAQ7a9zeI1_nynQ5-Ssk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/x0rX8AclAQ7a9zeI1_nynQ5-Ssk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x0rX8AclAQ7a9zeI1_nynQ5-Ssk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/UZx7gCtOG0I" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Thu, 02 Oct 2008 07:25:29 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:71</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/71/Mark-a-C-class-data-member-as-readonly-when-its-read-only.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/72/Casting-from-a-base-class-to-a-derived-class.aspx#Comments</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=72</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=72&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Casting from a base class to a derived class</title><link>http://feedproxy.google.com/~r/jeden/~3/gpCbj81jO3w/Casting-from-a-base-class-to-a-derived-class.aspx</link><description>&lt;p&gt;Today a friend of mine asked me how to cast from List&amp;lt;&amp;gt; to a custom MyCollection class, where MyCollection is derived from List&amp;lt;&amp;gt;. Is this possible?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wGUtsk8oUJwmuqEeCR57k8AVGNc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wGUtsk8oUJwmuqEeCR57k8AVGNc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wGUtsk8oUJwmuqEeCR57k8AVGNc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wGUtsk8oUJwmuqEeCR57k8AVGNc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/gpCbj81jO3w" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sat, 27 Sep 2008 09:23:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:72</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/72/Casting-from-a-base-class-to-a-derived-class.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/34/Creating-icons-the-easy-way.aspx#Comments</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=34</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=34&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Creating icons the easy way</title><link>http://feedproxy.google.com/~r/jeden/~3/BxDhAPAD0Is/Creating-icons-the-easy-way.aspx</link><description>&lt;p&gt;Recently, I've been looking for an easy way to create icons and some web graphic. I don't consider myself a graphic designer, but I like to experiment with creating some cool graphic, often with not satisfactory results.&lt;/p&gt;
&lt;p&gt;The state of the art tool every good designer uses is, of course, &lt;strong&gt;Photoshop&lt;/strong&gt;. But in order to take advantage of its huge power it requires constant usage, knowledge of the hundreds of functions it has - and from my point of view its learning curve is not trivial. I think I know and I am able to use no more than 10% of its power...&lt;/p&gt;
&lt;p&gt;A few weeks ago I found a product which suits my needs: creating icons, either 2D and 3D, creating 3D models, render images and much more. The name of this product is &lt;a target="_blank" href="http://www.rw-designer.com/3D_icon_editor.php"&gt;RealWorld Icon Editor&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_bSIGG7FNd21azC-EAaws75XeCE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_bSIGG7FNd21azC-EAaws75XeCE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_bSIGG7FNd21azC-EAaws75XeCE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_bSIGG7FNd21azC-EAaws75XeCE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/BxDhAPAD0Is" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Wed, 08 Aug 2007 06:23:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:34</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/34/Creating-icons-the-easy-way.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/33/Free-Requirements-Management-demo-application.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=33</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=33&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Free Requirements Management demo application </title><link>http://feedproxy.google.com/~r/jeden/~3/xSsRJB2GQWs/Free-Requirements-Management-demo-application.aspx</link><description>&lt;p&gt;It's available for download the Requirements Management demo application I mentioned a while ago.&lt;/p&gt;
&lt;p&gt;This is a demo application I wrote to familiarize with the kind of UI and features I plan to include in the biggest project ActiReq I'm currently working on.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_TrkSDw5gn1lzH0J1lHUTvmB3bY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_TrkSDw5gn1lzH0J1lHUTvmB3bY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_TrkSDw5gn1lzH0J1lHUTvmB3bY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_TrkSDw5gn1lzH0J1lHUTvmB3bY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/xSsRJB2GQWs" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Tue, 07 Aug 2007 13:49:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:33</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/33/Free-Requirements-Management-demo-application.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/32/DNN-SMS-Module-Do-you-want-to-get-involved.aspx#Comments</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=32</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=32&amp;PortalID=3&amp;TabID=117</trackback:ping><title>DNN SMS Module - Do you want to get involved?</title><link>http://feedproxy.google.com/~r/jeden/~3/kHtnDdpCKLI/DNN-SMS-Module-Do-you-want-to-get-involved.aspx</link><description>&lt;p&gt;In the latest couple of months I've seen lot of interest in the DotNetNuke SMS module I planned to develop, but later I had to stop its development (although still at a very early stage) because busy on other activities.&lt;/p&gt;
&lt;p&gt;Also, I previously started the development of a Requirements Management application (code name ActiReq), which had and still has higher priority.&lt;/p&gt;
&lt;p&gt;Due to interest shown on the SMS module, I'm thinking of getting my hands again on it - but I'm afraid that I won't be able to dedicate enough time to release a version in realistic timeframes. If there is anybody interested in partecipating in its development, please let me know, by leaving a message either here or better in the dedicated forum.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UpRilzvZeC0N0uFNr_spEq1tL3E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UpRilzvZeC0N0uFNr_spEq1tL3E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UpRilzvZeC0N0uFNr_spEq1tL3E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UpRilzvZeC0N0uFNr_spEq1tL3E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/kHtnDdpCKLI" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sat, 04 Aug 2007 07:28:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:32</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/32/DNN-SMS-Module-Do-you-want-to-get-involved.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/30/Free-Datagrid-for-WPF-from-Xceed.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=30</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=30&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Free Datagrid for WPF from Xceed</title><link>http://feedproxy.google.com/~r/jeden/~3/bXJJ8Cvf_fI/Free-Datagrid-for-WPF-from-Xceed.aspx</link><description>&lt;p&gt;Xceed has developed a professional looking data grid for WPF (Windows Presentation Framework), offered for free&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cDIbNMccB5QaERl2w4MGmQYni_I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cDIbNMccB5QaERl2w4MGmQYni_I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cDIbNMccB5QaERl2w4MGmQYni_I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cDIbNMccB5QaERl2w4MGmQYni_I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/bXJJ8Cvf_fI" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Thu, 26 Jul 2007 06:44:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:30</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/30/Free-Datagrid-for-WPF-from-Xceed.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/29/ActiReq-Software-Requirements-Management-application-under-development.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=29</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=29&amp;PortalID=3&amp;TabID=117</trackback:ping><title>ActiReq: Software Requirements Management application under development</title><link>http://feedproxy.google.com/~r/jeden/~3/PFx8rc2433A/ActiReq-Software-Requirements-Management-application-under-development.aspx</link><description>&lt;p&gt;I'm currently working on a Software Requirements Management application for Windows, targeted to stakeholders involved in the software requirements gathering process.&lt;/p&gt;
&lt;p&gt;The code name of this application is ActiReq, I might change it in the future, but I still have no plan about it, as well as no plans about its first release (although I hope to be able to release the 1st version within the end of the year).&lt;/p&gt;
&lt;p&gt;More details will follow soon, including a list of features that&amp;#160;I plan to implement, some screenshots, and a free mockup application I wrote just to familiarize myself with the kind of UI I want and some minimal features.&lt;/p&gt;
&lt;p&gt;For any comment or suggestion, please either write a comment below or use the dedicated forum available &lt;a href="http://www.developer-corner.com/Forum/tabid/125/forumid/3/scope/threads/Default.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7PvlBfTM8Cth6gn9psGNzdJkA7s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7PvlBfTM8Cth6gn9psGNzdJkA7s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7PvlBfTM8Cth6gn9psGNzdJkA7s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7PvlBfTM8Cth6gn9psGNzdJkA7s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/PFx8rc2433A" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Mon, 16 Jul 2007 14:42:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:29</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/29/ActiReq-Software-Requirements-Management-application-under-development.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/26/oDesk-fees-lowered-from-30-to-10.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=26</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=26&amp;PortalID=3&amp;TabID=117</trackback:ping><title>oDesk: fees lowered from 30% to 10%</title><link>http://feedproxy.google.com/~r/jeden/~3/NoFTonUbFiE/oDesk-fees-lowered-from-30-to-10.aspx</link><description>&lt;p&gt;&lt;a target="_blank" href="http://www.odesk.com/"&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#800080"&gt;oDesk&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt; &lt;/a&gt;is an online marketplace where people who need custom software development can find and hire developers&lt;/p&gt;
&lt;p&gt;I made a quick review of the oDesk service &lt;a target="_blank" href="/Resources/Blogs/tabid/117/articleType/ArticleView/articleId/16/Default.aspx"&gt;here&lt;/a&gt;. My main concern about this service is that it's quite hard to get jobs if your hourly rate is higher than 15$.&lt;/p&gt;
&lt;p&gt;Very surprisingly, they have cut off their fees from 30$ to 10$ - from now on it will be a bit easier for people with higher hourly rates to get a project using their services.&lt;/p&gt;
&lt;p&gt;Click &lt;a target="_blank" href="https://community.odesk.com/node/583"&gt;here&lt;/a&gt; to read the announcement.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Px0Mqw_57c1otAFOK3oaLM0BLnE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Px0Mqw_57c1otAFOK3oaLM0BLnE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Px0Mqw_57c1otAFOK3oaLM0BLnE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Px0Mqw_57c1otAFOK3oaLM0BLnE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/NoFTonUbFiE" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Fri, 17 Nov 2006 08:53:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:26</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/26/oDesk-fees-lowered-from-30-to-10.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/22/New-design-new-skin.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=22</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=22&amp;PortalID=3&amp;TabID=117</trackback:ping><title>New design, new skin</title><link>http://feedproxy.google.com/~r/jeden/~3/jp5mP7iKPMM/New-design-new-skin.aspx</link><description>&lt;p&gt;As you may have noticed, I've applied a new skin to the website.&lt;/p&gt;
&lt;p&gt;The old one was too confusing and heavy in terms of overall page size, so I started working on a brand new skin with 2 top objectives:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;keep it as simple as possible in terms of page size&lt;/li&gt;
    &lt;li&gt;give a more clear view to the site&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Feel free to add your comments about this skin.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/b3039je9pt1yUx6C8D3NtqeviLQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b3039je9pt1yUx6C8D3NtqeviLQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/b3039je9pt1yUx6C8D3NtqeviLQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b3039je9pt1yUx6C8D3NtqeviLQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/jp5mP7iKPMM" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sat, 30 Sep 2006 16:35:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:22</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/22/New-design-new-skin.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/20/Test-Web-Designs-on-multiple-browsers.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=20</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=20&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Test Web Designs on multiple browsers</title><link>http://feedproxy.google.com/~r/jeden/~3/XGlI5vY2CKo/Test-Web-Designs-on-multiple-browsers.aspx</link><description>&lt;p&gt;If you need to test your web design on a range of browsers, instead of doing it manually, since it would be hard to have different browsers on multiple platforms (Windows, Linux, Mac), just go to &lt;a target="new" href="http://browsershots.org/"&gt;browsershots.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This nice service simply allows you to insert an url, and it returns a set of screenshots taken from more than 30 different browsers, such as Firebird, Firefox, Konqueror, Mozilla, Navigator, Opera on Linux, Safari on Mac, Firefox, IE 6 &amp;amp; 7, Netscape, Mozilla on Windows&lt;/p&gt;
&lt;p&gt;Give it a look!!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vM7R5BnUZ_Ycx0X_zRzmywlJHQ8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vM7R5BnUZ_Ycx0X_zRzmywlJHQ8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vM7R5BnUZ_Ycx0X_zRzmywlJHQ8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vM7R5BnUZ_Ycx0X_zRzmywlJHQ8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/XGlI5vY2CKo" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Mon, 11 Sep 2006 06:49:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:20</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/20/Test-Web-Designs-on-multiple-browsers.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/19/SMS-Module-for-DotNetNuke.aspx#Comments</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=19</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=19&amp;PortalID=3&amp;TabID=117</trackback:ping><title>SMS Module for DotNetNuke</title><link>http://feedproxy.google.com/~r/jeden/~3/v4klDobB1Os/SMS-Module-for-DotNetNuke.aspx</link><description>&lt;P&gt;I've started working on a new DotNetNuke module which allows users to send SMS.&lt;BR&gt;&lt;BR&gt;This module is still at an early pre-development stage, in other words I'm collecting requirements and writing analysis. Hence, by now I have no estimations regarding development time and expected release date. As soon as I'm able to do a release plan, I will post a new message here.&lt;BR&gt;&lt;BR&gt;Click on read more to read about planned features&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tvVzh0lpAax2jRIYIdOIKFDBYdQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tvVzh0lpAax2jRIYIdOIKFDBYdQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tvVzh0lpAax2jRIYIdOIKFDBYdQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tvVzh0lpAax2jRIYIdOIKFDBYdQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/v4klDobB1Os" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sat, 26 Aug 2006 05:43:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:19</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/19/SMS-Module-for-DotNetNuke.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/16/oDesk-How-to-find-an-employer-without-being-employed.aspx#Comments</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=16</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=16&amp;PortalID=3&amp;TabID=117</trackback:ping><title>oDesk: How to find an employer without being employed</title><link>http://feedproxy.google.com/~r/jeden/~3/xVrhik07rO4/oDesk-How-to-find-an-employer-without-being-employed.aspx</link><description>&lt;P&gt;&lt;STRONG&gt;oDesk&lt;/STRONG&gt; is an online marketplace where people who need custom software development can find developers, and developers get paid on an hourly basis.&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jIUw4hKz-0OKsInFXRoS8SGHLes/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jIUw4hKz-0OKsInFXRoS8SGHLes/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jIUw4hKz-0OKsInFXRoS8SGHLes/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jIUw4hKz-0OKsInFXRoS8SGHLes/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/xVrhik07rO4" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Fri, 18 Aug 2006 06:03:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:16</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/16/oDesk-How-to-find-an-employer-without-being-employed.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/14/Internet-Explorer-Developer-Toolbar.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=14</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=14&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Internet Explorer Developer Toolbar</title><link>http://feedproxy.google.com/~r/jeden/~3/WjZADLGe-V8/Internet-Explorer-Developer-Toolbar.aspx</link><description>At last Microsoft has released a set of developer tools integrated with Internet Explorer, whose name is &lt;STRONG&gt;Internet Explorer Developer Toolbar&lt;/STRONG&gt;. 
&lt;P&gt;As its name says, it's a toolbar which provides a set of useful tools, such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;document object model (DOM) explorer 
&lt;LI&gt;ruler to align and measure objects in the web page 
&lt;LI&gt;quick access menu to clear browser cache and cookies 
&lt;LI&gt;resizer, to quickly change the browser width and height 
&lt;LI&gt;image size, path and alternate text displayer 
&lt;LI&gt;online validator 
&lt;LI&gt;outliner, which adds a border to tables, cells, images, divs&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;and more.&lt;/P&gt;
&lt;P&gt;It's still at a beta stage, but I think it is worth to have a look and install it. You can download it &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;displaylang=en" target=_blank&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iGJbSCPAQ03pJFMNBWxk6gz5b1E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iGJbSCPAQ03pJFMNBWxk6gz5b1E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iGJbSCPAQ03pJFMNBWxk6gz5b1E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iGJbSCPAQ03pJFMNBWxk6gz5b1E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/WjZADLGe-V8" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Thu, 03 Aug 2006 06:05:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:14</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/14/Internet-Explorer-Developer-Toolbar.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/13/New-look-new-modules.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=13</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=13&amp;PortalID=3&amp;TabID=117</trackback:ping><title>New look, new modules</title><link>http://feedproxy.google.com/~r/jeden/~3/bcHL80Zjx3w/New-look-new-modules.aspx</link><description>Well, not really a new look at container/skin level. 
&lt;P&gt;Anyway I've installed the excellent Scott McCulloch's &lt;A href="http://www.ventrian.com/Products/Modules/NewsArticles.aspx" target=blank&gt;News Articles module&lt;/A&gt;, a low cost module offered on a subscription basis for $35/year, along with all other modules he has developed&lt;/P&gt;
&lt;P&gt;This module is so powerful and flexible that I've decided to replace the Blogs module which comes with dotnetnuke&lt;/P&gt;
&lt;P&gt;The old blogs page will be online for a while, just to avoid problems with search engines, but it will soon disappear from the menu, and no longer updated. From now on all blogs will be added to this page and using this module&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tzMVQ0aFBNFGq8X1FDwC57o5ToU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tzMVQ0aFBNFGq8X1FDwC57o5ToU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tzMVQ0aFBNFGq8X1FDwC57o5ToU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tzMVQ0aFBNFGq8X1FDwC57o5ToU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/bcHL80Zjx3w" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Wed, 02 Aug 2006 10:45:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:13</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/13/New-look-new-modules.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/6/Skin-Containers-completed.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=6</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=6&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Skin &amp; Containers completed</title><link>http://feedproxy.google.com/~r/jeden/~3/DgN8I9I0Z50/Skin-Containers-completed.aspx</link><description>I've completed and uploaded the skin and 2 containers for the site.&lt;BR&gt;The overall look doesn't change, I've just reworked due to problems with Opera and Firefox.&lt;BR&gt;Layout of both skin and containers are (almost) entirely made using CSS only. The only exception is a table used to organize the 3 columns for the skin, since I haven't been able to find a good solution using CSS only - the main problem being the height of the columns not synchronized with the footer, so that if the left or right column is higher than the content pane, they are displayed over the footer.... not good.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cXGXmX17RVVpKDUXwe5bvEn4n4o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cXGXmX17RVVpKDUXwe5bvEn4n4o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cXGXmX17RVVpKDUXwe5bvEn4n4o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cXGXmX17RVVpKDUXwe5bvEn4n4o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/DgN8I9I0Z50" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Tue, 01 Aug 2006 10:06:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:6</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/6/Skin-Containers-completed.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/7/Working-on-dotnetnuke-skin.aspx#Comments</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=7</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=7&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Working on dotnetnuke skin</title><link>http://feedproxy.google.com/~r/jeden/~3/ilqn8Zp0x80/Working-on-dotnetnuke-skin.aspx</link><description>In the latest days I haven't added any content to the site since I've been busy with reworking on the current dnn skin.&lt;BR&gt;Such work consists of fixing a few issues with Opera and Firefox browsers, along with redevelopment of containers. 
&lt;P&gt;Although DNN doesn't use CSS for layout, I'm trying to create skin and containers using CSS layout formatting only. Not simple, but I'm at a good stage and I should complete the work within the end of the week.&lt;BR&gt;While working, I tought that I should write a tutorial for creating dotnetnuke skins and containers - maybe also a tutorial for using CSS to design layouts, with no usage of s. There are several benefits of doing so, such as accessibility and separation of content from presentation. &lt;/P&gt;
&lt;P&gt;Stay tuned!!&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tTqOVZZ23SSNKauwI0DVZsD4COk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tTqOVZZ23SSNKauwI0DVZsD4COk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tTqOVZZ23SSNKauwI0DVZsD4COk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tTqOVZZ23SSNKauwI0DVZsD4COk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/ilqn8Zp0x80" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Thu, 27 Jul 2006 10:09:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:7</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/7/Working-on-dotnetnuke-skin.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/8/Still-problems-with-the-site-hosting.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=8</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=8&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Still problems with the site hosting</title><link>http://feedproxy.google.com/~r/jeden/~3/aGVNWh0eh9Q/Still-problems-with-the-site-hosting.aspx</link><description>Site down once again. I don't know&amp;nbsp;whether it's a problem&amp;nbsp;with dotnetnuke 4 or not. 
&lt;P&gt;Prior of installing dotnetnuke 4.x I hosted my company web site using dotnetnuke 3.x, and I had no problem with it.&lt;/P&gt;
&lt;P&gt;Last month I decided to move to dnn 4, so I made a new installation, and contextually I've started this new web site, Developer's Corner. But since its installation I've often experienced slowness, timeouts, server errors, etc. Since this hasn't happened before, I presume it could be dnn4.&lt;/P&gt;
&lt;P&gt;At present I'm trying to install dnn 3.x and see if the problems still persists. If the test is positive, I'll move the entire site on this installation, and I'll definitevely remove dnn 4.&lt;/P&gt;
&lt;P&gt;Is there anybody who had problems with dnn 4 in a shared web-hosting environment?&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Li19fpd-SQtcxg47ZRDtH3wAfV4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Li19fpd-SQtcxg47ZRDtH3wAfV4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Li19fpd-SQtcxg47ZRDtH3wAfV4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Li19fpd-SQtcxg47ZRDtH3wAfV4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/aGVNWh0eh9Q" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Thu, 20 Jul 2006 00:08:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:8</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/8/Still-problems-with-the-site-hosting.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/9/In-the-latest-24-hours-the-site-has-been-offline-due-to-technical-problems.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=9</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=9&amp;PortalID=3&amp;TabID=117</trackback:ping><title>In the latest 24 hours the site has been offline due to technical problems</title><link>http://feedproxy.google.com/~r/jeden/~3/anWNVTxQ7-U/In-the-latest-24-hours-the-site-has-been-offline-due-to-technical-problems.aspx</link><description>&lt;DIV&gt;Due to still unknown reasons the site has been down in the latest 24 hours.&lt;/DIV&gt;
&lt;DIV&gt;It seems that DotNetNuke, the open source CMS used to implement Developer's Corner, had some problems.&lt;/DIV&gt;
&lt;DIV&gt;But I also noticed that the web hosting provider had problems, since my company website &lt;A href="http://www.elapsus.com/"&gt;Elapsus&lt;/A&gt;&amp;nbsp;hasn't worked properly in the latest hours.&lt;/DIV&gt;
&lt;DIV&gt;Or maybe DotNetNuke has caused the web server to crash or something like that.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Well, in this cases it's hard to figure out what's happened. I hope it won't happen again :)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Antonio&lt;/DIV&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5G8-5tN9JnZiuhrXyGzfRE99R8Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5G8-5tN9JnZiuhrXyGzfRE99R8Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5G8-5tN9JnZiuhrXyGzfRE99R8Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5G8-5tN9JnZiuhrXyGzfRE99R8Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/anWNVTxQ7-U" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Wed, 19 Jul 2006 07:12:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:9</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/9/In-the-latest-24-hours-the-site-has-been-offline-due-to-technical-problems.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/10/How-to-fight-against-spamming.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=10</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=10&amp;PortalID=3&amp;TabID=117</trackback:ping><title>How to fight against spamming</title><link>http://feedproxy.google.com/~r/jeden/~3/h0JyrjTeBYo/How-to-fight-against-spamming.aspx</link><description>I receive about 20 spam messages in my mailbox every day. I know this can be considered&amp;nbsp;a low number, since I know of users receiving hundreds of spam, with a variety of subjects, ranging from porn sites to&amp;nbsp;viagra, medicines, casino, software, etc. 
&lt;P&gt;I wonder how can these spammers think that I'm so stupid to use my credit card to buy their products - but indeed I'm afraid that if they persist in their illegal business is because there are people who buy from them.&lt;/P&gt;
&lt;P&gt;Anyway, what can we do to fight against them? There are several services which detect messages and prevent them from reaching our mail client, and mail client add-ons which move suspect messages into a spam folder, so that we don't have to waste time reading messages we aren't interested in. But is this a good way to fight spammers? Do they prevent spammers from sending you emails if you don't buy from them? Unfortunately I don't think so.&lt;/P&gt;
&lt;P&gt;What can we do? Report spam. &lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FrYTpGwrb_z5f_f3UZzdxAP73Ks/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FrYTpGwrb_z5f_f3UZzdxAP73Ks/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FrYTpGwrb_z5f_f3UZzdxAP73Ks/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FrYTpGwrb_z5f_f3UZzdxAP73Ks/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/h0JyrjTeBYo" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Wed, 12 Jul 2006 00:04:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:10</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/10/How-to-fight-against-spamming.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/11/Microsoft-Empower-how-to-get-MSDN-at-a-low-cost.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=11</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=11&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Microsoft Empower: how to get MSDN at a low cost</title><link>http://feedproxy.google.com/~r/jeden/~3/2M4QrHCOkKA/Microsoft-Empower-how-to-get-MSDN-at-a-low-cost.aspx</link><description>I presume that everybody knows what MSDN is, and how much it costs - it's not exactly what I define a cheap product, but it is undoubtedly of great value, since it includes all Microsoft development tools, and it's a must have for any developer involved in the Microsoft technologies. 
&lt;P&gt;Not everybody knows about&amp;nbsp;the Empower Program, a MSDN-like subscription offered at&amp;nbsp;the very low fee of 375 USD, which includes software for development, testing and internal business use along with 5 user licenses. The program is available in almost all the countries, with different prices (usually higher) outside US.&lt;/P&gt;
&lt;P&gt;Of course, this program is subject to a set of requirements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;limited to 1 year only, renewable for a second year only 
&lt;LI&gt;available once per company 
&lt;LI&gt;being a registered member of the Microsoft Partner Program (registration is free) 
&lt;LI&gt;having a company's web site 
&lt;LI&gt;development of a reusable software application supporting one of the required technologies &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The program is equivalent to the Visual Studio Professional + &lt;A href="http://msdn.microsoft.com/vstudio/products/subscriptions/premium/default.aspx" target=blank&gt;MSDN Premium subscription&lt;/A&gt; (formerly MSDN Universal), which includes almost everything, but it doesn't include Visual Studio Team editions - in fact, Visual Studio 2005 professional only is included.&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HtwPSCem4IIsOrBRpF_dAwye6hQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HtwPSCem4IIsOrBRpF_dAwye6hQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HtwPSCem4IIsOrBRpF_dAwye6hQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HtwPSCem4IIsOrBRpF_dAwye6hQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/2M4QrHCOkKA" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sat, 08 Jul 2006 10:21:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:11</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/11/Microsoft-Empower-how-to-get-MSDN-at-a-low-cost.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/12/How-to-better-appreciate-your-most-preferred-language.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=12</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=12&amp;PortalID=3&amp;TabID=117</trackback:ping><title>How to better appreciate your most preferred language</title><link>http://feedproxy.google.com/~r/jeden/~3/8ffvSXXBBrI/How-to-better-appreciate-your-most-preferred-language.aspx</link><description>Is Java better than C#, C# better than C++, C++ better than Java? Are open sources technologies better than vendor specific technologies? 
&lt;P&gt;I've seen a lot of developers telling that Linux is better than Windows, C# is better than Java, Delphi is better than VC++, and so on. But if you ask them if they know the other language they are comparing with, they say no.&lt;/P&gt;
&lt;P&gt;I was one of them, since I believed that the best IDE was Delphi, the best platform was Windows, and the best language was C++. At least, until I started working on "real projects" and not on applications made just for fun. When I had to learn Java and use it to develop server applications on Sun platforms, I started to appreciate the language and the Unix-like environments.... and I started to believe that these technologies were better than those I thought were the best. Soon I realized that every technology is the best, depending on where it is applied.&lt;/P&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DVqree_Dx3TVx55bkM8n3kl2jLw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DVqree_Dx3TVx55bkM8n3kl2jLw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DVqree_Dx3TVx55bkM8n3kl2jLw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DVqree_Dx3TVx55bkM8n3kl2jLw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/8ffvSXXBBrI" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Tue, 04 Jul 2006 06:24:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:12</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/12/How-to-better-appreciate-your-most-preferred-language.aspx</feedburner:origLink></item><item><comments>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/5/Learning-by-using.aspx#Comments</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=117&amp;ModuleID=467&amp;ArticleID=5</wfw:commentRss><trackback:ping>http://www.developer-corner.com/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=5&amp;PortalID=3&amp;TabID=117</trackback:ping><title>Learning by using</title><link>http://feedproxy.google.com/~r/jeden/~3/pwQHUtIvwo0/Learning-by-using.aspx</link><description>Before using a new language or technology, we need to know what we are working with. What if we have no time to learn?
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4cjRFQnNv6JIQ2HGNe8FvzFwjCA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4cjRFQnNv6JIQ2HGNe8FvzFwjCA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4cjRFQnNv6JIQ2HGNe8FvzFwjCA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4cjRFQnNv6JIQ2HGNe8FvzFwjCA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jeden/~4/pwQHUtIvwo0" height="1" width="1"/&gt;</description><dc:creator>Antonio Bello</dc:creator><pubDate>Sun, 02 Jul 2006 19:04:00 GMT</pubDate><guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:5</guid><feedburner:origLink>http://www.developer-corner.com/Blogs/tabid/117/articleType/ArticleView/articleId/5/Learning-by-using.aspx</feedburner:origLink></item></channel></rss>
