<?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:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7745555839764120020</atom:id><lastBuildDate>Thu, 12 Apr 2012 00:06:50 +0000</lastBuildDate><category>vs2008</category><category>tricks</category><category>mono</category><category>updates</category><category>introducing niftydotnet</category><category>.net 3.5</category><category>news</category><category>live demo</category><title>NiftyDotNet</title><description>Rounding your web elements easily</description><link>http://niftydotnet.blogspot.com/</link><managingEditor>noreply@blogger.com (José M. Aguilar)</managingEditor><generator>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Niftydotnet" /><feedburner:info uri="niftydotnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-1139102785395907639</guid><pubDate>Tue, 03 Mar 2009 13:53:00 +0000</pubDate><atom:updated>2011-08-31T19:52:05.789+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">tricks</category><title>Rounding images with NiftyDotNet</title><description>&lt;a href="http://3.bp.blogspot.com/_O9D62hXq-ng/STuzubZQB3I/AAAAAAAAA9k/V-W4kPUfEVE/s1600-h/imagenes-redondeadas.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5277008998603687794" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 254px" alt="NiftyDotNet redondeando imágenes" src="http://3.bp.blogspot.com/_O9D62hXq-ng/STuzubZQB3I/AAAAAAAAA9k/V-W4kPUfEVE/s400/imagenes-redondeadas.jpg" border="0" /&gt;&lt;/a&gt;It's is known that NiftyDotNet can round block elements like &lt;code&gt;div&lt;/code&gt;'s, but, did you know that you can also use it to round images in an easy way?&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Well, in fact, with Nifty you won't be rounding the images itself, but you'll be able to create the same effect just using some tricks. Let's see how to achieve it.&lt;br /&gt;
&lt;br /&gt;
First of all, we need to include the image in our page using an &amp;lt;img&amp;gt; tag inserted into a &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; container:&lt;pre&gt;&lt;code&gt; &amp;lt;div class="niftyimage"
style="background: url(images/landscape.jpg) no-repeat top left;" &amp;gt;
&amp;lt;img src="images/landscape.jpg" alt="Wonderful landscape" /&amp;gt;
&amp;lt;/div&amp;gt;
[...]

&lt;span style="color:green;"&gt;/* Page style */&lt;/span&gt;
&amp;lt;style type="text/css"&amp;gt;
.niftyimage
{
width: 150px;
height: 150px;
margin: 10px;
}

.niftyimage img
{
display: none;
}
&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
As you can see, the image shown with this code is the background of the &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; container, because the &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; tag is hidden from the stylesheet. In fact, this tag is included only for using semantic XHTML, telling a special user-agent that there is an image in that position with the description provided by the &lt;code&gt;alt&lt;/code&gt; attribute.&lt;br /&gt;
&lt;br /&gt;
Note that I have also specified the fixed width and height of the &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; container, that is, the size of the image. It is really important to make the block (and its background image) visible.&lt;br /&gt;
&lt;br /&gt;
Finally, we can use this code to make the magic (assuming you have already referenced NiftyDotNet in your page):&lt;pre&gt;&lt;code&gt; &amp;lt;cc1:Nifty ID="Nifty1" runat="server" 
Selectors="div.niftyimage" 
CornerSize="Big"
FixedHeight="true" /&amp;gt;&lt;/code&gt;&lt;/pre&gt;&amp;nbsp;&lt;br /&gt;
The property &lt;code&gt;Selectors&lt;/code&gt; contains the CSS selector which identifies the blocks to be rounded, and &lt;code&gt;CornerSize&lt;/code&gt; the size of the rounding effect. Finally, &lt;code&gt;FixedHeight&lt;/code&gt; is mandatory, and tells the nifty library not to modify the height of the element defined at the stylesheet.&lt;br /&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_O9D62hXq-ng/STrgTjtaRaI/AAAAAAAAA9c/-ZoWcec5fc4/s1600-h/imagenes-redondeadas.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5276776540025800098" style="CURSOR: hand" alt="Imágenes redondeadas" src="http://1.bp.blogspot.com/_O9D62hXq-ng/STrgTjtaRaI/AAAAAAAAA9c/-ZoWcec5fc4/s400/imagenes-redondeadas.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
Imho, an interesting trick, specially when we want to round images provided by final users at runtime, and not being part of the base design of the web site.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Niftydotnet?a=bEQfr2OmWTQ:8bHydXwC-fY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Niftydotnet?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Niftydotnet?a=bEQfr2OmWTQ:8bHydXwC-fY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Niftydotnet?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Niftydotnet?a=bEQfr2OmWTQ:8bHydXwC-fY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Niftydotnet?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Niftydotnet?a=bEQfr2OmWTQ:8bHydXwC-fY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Niftydotnet?i=bEQfr2OmWTQ:8bHydXwC-fY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/bEQfr2OmWTQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/bEQfr2OmWTQ/rounding-images-with-niftydotnet.html</link><author>noreply@blogger.com (José M. Aguilar)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_O9D62hXq-ng/STuzubZQB3I/AAAAAAAAA9k/V-W4kPUfEVE/s72-c/imagenes-redondeadas.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2009/03/rounding-images-with-niftydotnet.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-2106419628282400352</guid><pubDate>Sat, 15 Nov 2008 18:58:00 +0000</pubDate><atom:updated>2009-09-19T12:42:45.857+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">updates</category><title>NiftyDotNet 1.0 released!</title><description>I have just released NiftyDotNet 1.0!&lt;br /&gt;&lt;br /&gt;It's been almost one year since the last update (0.9.5 beta). Along this time, NiftyDotNet has been widely downloaded (~1000 file downloads) and I've received tens of messages asking questions and suggestions to improve the component, and notifying some bugs I've fixed in this new package:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;When using fixed-height attribute and the specified selector didn't match any element in the page, a Javascript error was thrown and the borders didn't get rounded.&lt;/li&gt;&lt;li&gt;If you used a Nifty control in a page without runat="server" in the head section, strange characters were shown, and the component didn't work.&lt;/li&gt;&lt;/ul&gt;As always, the component is distributed in three different packages:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://niftydotnet.googlecode.com/files/NiftyDotNet-1.0.0-binary.zip"&gt;NiftyDotNet's binaries&lt;/a&gt;, an assembly ready to be included in your project&lt;/li&gt;&lt;li&gt;&lt;a href="http://niftydotnet.googlecode.com/files/NiftyDotNetDemo-1.0.0-binary.zip"&gt;NiftyDotNet demo&lt;/a&gt; binaries, a copy of the &lt;a href="http://www.sodefesa.es/jmaguilar/niftydotnet"&gt;live demo&lt;/a&gt;&lt;/li&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://niftydotnet.googlecode.com/files/NiftyDotNet-1.0.0-src.zip"&gt;Source code and examples&lt;/a&gt;, the full project.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Let me know if you find any problem in the new version.&lt;br /&gt;&lt;br /&gt;&lt;div style="padding: 1em; border: 1px solid black; background-color: yellow"&gt;Updated: the demo has moved! The new URL is &lt;a href="http://www.sodefesa.es/jmaguilar/niftydotnet"&gt;http://www.sodefesa.es/jmaguilar/niftydotnet&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Thank you for using NiftyDotNet.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=6TQSI9WF"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=T3HxbtVB"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=XTXjcWIx"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=yjoBZeMb"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=yjoBZeMb" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/JwRO69r12ss" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/JwRO69r12ss/niftydotnet-10-released.html</link><author>noreply@blogger.com (José M. Aguilar)</author><thr:total>0</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2008/11/niftydotnet-10-released.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-5236533170228299787</guid><pubDate>Fri, 07 Dec 2007 20:16:00 +0000</pubDate><atom:updated>2007-12-07T21:23:04.903+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">vs2008</category><category domain="http://www.blogger.com/atom/ns#">news</category><category domain="http://www.blogger.com/atom/ns#">.net 3.5</category><title>NiftyDotNet &amp; .NET 3.5</title><description>NiftyDotNet has been tested with .NET framework 3.5 and works fine! Therefore, you can use this component from the new version of Visual Studio as always.&lt;br /&gt;&lt;br /&gt;See you soon.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=qo5SYaAv"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=5geygK4R"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=YUYY1dHT"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=9AnP2ZiP"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=9AnP2ZiP" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/oYo-h_9TcbQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/oYo-h_9TcbQ/niftydotnet-net-35.html</link><author>noreply@blogger.com (José M. Aguilar)</author><thr:total>4</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2007/12/niftydotnet-net-35.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-6192178924639003412</guid><pubDate>Thu, 06 Dec 2007 11:37:00 +0000</pubDate><atom:updated>2009-09-19T12:43:15.606+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><category domain="http://www.blogger.com/atom/ns#">live demo</category><title>NiftyDotNet live demo</title><description>&lt;a href="http://www.mergia.es"&gt;Mergia&lt;/a&gt; has hosted a live demo of NiftyDotNet where we can see this component in action.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mergia.es/projects/niftydotnet" onclick="return false;"&gt;See NiftyDotNet in action&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="padding: 1em; border: 1px solid black; background-color: yellow"&gt;Updated: the demo has moved! The new URL is &lt;a href="http://www.sodefesa.es/jmaguilar/niftydotnet"&gt;http://www.sodefesa.es/jmaguilar/niftydotnet&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=MexFBAt9"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=dryGowXo"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=edqieCjS"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=spiSxyYH"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=spiSxyYH" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/ALa_LLkuuMw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/ALa_LLkuuMw/niftydotnet-live-demo.html</link><author>noreply@blogger.com (José M. Aguilar)</author><thr:total>0</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2007/12/niftydotnet-live-demo.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-2219149611079768931</guid><pubDate>Thu, 01 Nov 2007 10:52:00 +0000</pubDate><atom:updated>2007-11-01T12:04:10.116+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><category domain="http://www.blogger.com/atom/ns#">updates</category><title>NiftyDotNet 0.9.5 available</title><description>NiftyDotNet continues its way to the final release. I have just uploaded a new revision, named 0.9.5, which includes some enhacements and fixes, such as:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;auto-antialiasing has been fixed, so it works fine.&lt;/li&gt;&lt;li&gt;example 8's css attributes has been fixed, so it can be viewed properly.&lt;/li&gt;&lt;li&gt;example 10 has been modified, allowing to return to main menu.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;In this release I have included a new download package, &lt;a href="http://niftydotnet.googlecode.com/files/NiftyDotNetDemo-0.9.5beta-binary.zip"&gt;NiftyDotNetDemo&lt;/a&gt;, which contains the demo web site ready to run under IIS or xsp2 (Mono). I thought it would be interesting for people that only want to see NiftyDotNet running.&lt;/p&gt;&lt;p&gt;As always, feel free to send comments and suggestions about NiftyDotNet.&lt;/p&gt;&lt;p&gt;Enjoy!&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=oD4ACHpS"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=LeIn9M27"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=TdK3wnl2"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=ADlPSYC9"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=ADlPSYC9" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/OuzCgF4ja6w" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/OuzCgF4ja6w/niftydotnet-095-available.html</link><author>noreply@blogger.com (José M. Aguilar)</author><thr:total>2</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2007/11/niftydotnet-095-available.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-186482192001902612</guid><pubDate>Wed, 31 Oct 2007 20:34:00 +0000</pubDate><atom:updated>2007-10-31T21:35:38.255+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><category domain="http://www.blogger.com/atom/ns#">mono</category><title>NiftyDotNet works under Mono!</title><description>&lt;a href="http://tbn0.google.com/images?q=tbn:6K22wqr-xpUxBM:http://gustavo.pbwiki.com/f/Mono-gorilla.JPG"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 73px; CURSOR: hand; HEIGHT: 70px" height="173" alt="" src="http://tbn0.google.com/images?q=tbn:6K22wqr-xpUxBM:http://gustavo.pbwiki.com/f/Mono-gorilla.JPG" border="0" /&gt;&lt;/a&gt;Although I supposed it, I hadn't tested until now... and yes, of course, &lt;strong&gt;NiftyDotNet&lt;/strong&gt; works fine under the &lt;a href="http://www.mono-project.com/"&gt;Mono platform&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;I have tested with xsp2 (v1.2.4.0) and I didn't found any problems, so I think it will also work with Apache and mod_mono.&lt;br /&gt;&lt;br /&gt;Undoubtedly, these are good news for open source fans and &lt;strong&gt;NiftyDotNet&lt;/strong&gt; users.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=hB4OTH1Q"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=3TDEJnnb"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=a1gwp8i2"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=n2pADdGD"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=n2pADdGD" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/0EUk7o7FZo4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/0EUk7o7FZo4/niftydotnet-works-under-mono.html</link><author>noreply@blogger.com (José M. Aguilar)</author><thr:total>3</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2007/10/niftydotnet-works-under-mono.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-10176270272375014</guid><pubDate>Sun, 28 Oct 2007 19:38:00 +0000</pubDate><atom:updated>2007-10-28T12:38:42.734+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><category domain="http://www.blogger.com/atom/ns#">updates</category><title>New demo project update</title><description>&lt;a href="http://3.bp.blogspot.com/_O9D62hXq-ng/RyRy-0v98jI/AAAAAAAAALQ/XFzY8QDQbzU/s1600-h/Example4.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5126348699491758642" style="FLOAT: left; MARGIN: 0px 20px 0px 0px; CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_O9D62hXq-ng/RyRy-0v98jI/AAAAAAAAALQ/XFzY8QDQbzU/s200/Example4.jpg" border="0" /&gt;&lt;/a&gt;A few minutes ago, I've updated the demo site because it was detected that the Example 4 (Nifty tabs) was not rendering as it should.&lt;br /&gt;&lt;br /&gt;So, there is a new src and demo package (v0.9.2) which &lt;a href="http://niftydotnet.googlecode.com/files/NiftyDotNet-0.9.2beta-src.zip"&gt;can be downloaded here&lt;/a&gt;. This package is considerably lighter that the previous versions, because I have cleaned the solution and deleted some old files.&lt;br /&gt;&lt;br /&gt;The component itself and its binary package, are still the same (0.9), they have not been changed since the first release... seems to be very stable. Anyway, I wait for your comments, suggestions or bugs reports.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=Pw020mf3"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=S5CeMJke"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=IB01ebAK"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=dRdURY8i"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=dRdURY8i" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/B33b55BHqbA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/B33b55BHqbA/new-demo-project-update.html</link><author>noreply@blogger.com (José M. Aguilar)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_O9D62hXq-ng/RyRy-0v98jI/AAAAAAAAALQ/XFzY8QDQbzU/s72-c/Example4.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2007/10/new-demo-project-update.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-1579813583437319527</guid><pubDate>Sat, 20 Oct 2007 11:12:00 +0000</pubDate><atom:updated>2007-10-20T13:20:11.857+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><category domain="http://www.blogger.com/atom/ns#">updates</category><title>Demo project updated</title><description>I have just updated the demo project, because I detected a bug in the example number 10, which was not rendered properly. However, the component itself has not changed and, consequently, the binary package has not been modified.&lt;br /&gt;&lt;br /&gt;The new demo and sources package has been changed to version 0.9.1.beta, and you can download it &lt;a href="http://niftydotnet.googlecode.com/files/NiftyDotNet-0.9.1beta-src.zip"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Please, let me know if you find bugs or you have ideas to improve NiftyDotNet.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=kRtydNjd"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=zXNdvOMi"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=EOjV3JHQ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=6AWICSeD"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=6AWICSeD" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/CFDVaHQ1awY" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/CFDVaHQ1awY/demo-project-updated.html</link><author>noreply@blogger.com (José M. Aguilar)</author><thr:total>1</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2007/10/demo-project-updated.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7745555839764120020.post-4502292021606526987</guid><pubDate>Thu, 18 Oct 2007 18:28:00 +0000</pubDate><atom:updated>2007-10-22T19:52:33.787+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">introducing niftydotnet</category><title>Welcome to NiftyDotNet</title><description>&lt;a href="http://1.bp.blogspot.com/_O9D62hXq-ng/Rxeo6k-taGI/AAAAAAAAAK4/NTm_JmQCbyM/s1600-h/NiftyDotNet.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5122748825469806690" style="FLOAT: left; MARGIN: 0px 10px 0px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_O9D62hXq-ng/Rxeo6k-taGI/AAAAAAAAAK4/NTm_JmQCbyM/s320/NiftyDotNet.jpg" border="0" /&gt;&lt;/a&gt;Hi, all!&lt;br /&gt;&lt;br /&gt;I'll use this blog to talk about NiftyDotNet, the component I've just released and published.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NiftyDotNet&lt;/strong&gt; is an ASP.NET 2.0 component that allows you to round the corners of your web block elements (i.e. &lt;em&gt;divs or h1&lt;/em&gt;) easier than ever before. It wraps the excellent javascript library &lt;a href="http://www.html.it/articoli/niftycube/index.html"&gt;Nifty Corners Cube&lt;/a&gt;, developed by Alessandro Fulciniti, in order to simplify its use for .NET developers.&lt;br /&gt;&lt;br /&gt;So, instead of including javascript references and code, you'll just drag &amp;amp; drop the component on your webform in VS2005, set some parameters, and your borders will get rounded. Another important thing is that NiftyDotNet includes all the external files as embedded resources, so it is not necessary to add extra files to your project, the component will be enough.&lt;br /&gt;&lt;br /&gt;NiftyDotNet is distributed in two different packages. In the first one, you'll find only the binaries (the assembly), ready to be included in your project. The second one, includes the component's source code and a demo project showing its main features. I do recommend this option if you want to know what is NiftyDotNet and how to use it.&lt;br /&gt;&lt;br /&gt;You can find the project page at &lt;a href="http://code.google.com/p/niftydotnet/"&gt;http://code.google.com/p/niftydotnet/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Finally, I'd like to say that NiftyDotNet is published as GPL, so you can use or modify it according to this license, as it is described in &lt;a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"&gt;http://www.gnu.org/licenses/old-licenses/gpl-2.0.html&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;See you soon.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=s9wxguGU"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=itKsCpZb"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=mRcIxJxZ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Niftydotnet?a=fU0ygAYP"&gt;&lt;img src="http://feeds.feedburner.com/~f/Niftydotnet?i=fU0ygAYP" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Niftydotnet/~4/cJV0rj3K-Zs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Niftydotnet/~3/cJV0rj3K-Zs/welcome-to-niftydotnet-blog.html</link><author>noreply@blogger.com (José M. Aguilar)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_O9D62hXq-ng/Rxeo6k-taGI/AAAAAAAAAK4/NTm_JmQCbyM/s72-c/NiftyDotNet.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://niftydotnet.blogspot.com/2007/10/welcome-to-niftydotnet-blog.html</feedburner:origLink></item></channel></rss>
