<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="http://my.rsscache.com/rsc/rss2.xsl"?><rss version="2.0" xmlns:rsscache="http://ns.rsscache.com/1.0"><channel><title>Crunch Mode</title><link>http://blog.d2soft.com</link><description>Where Crunching Code in Microsoft .NET is a Meaning of Life</description><language>en-CA</language><copyright>Copyright 2006-2007 D2Soft Technologies Inc.</copyright><docs>http://blog.d2soft.com</docs><webMaster>blog@d2soft.com</webMaster><ttl>30</ttl><item><title>Add a Video Contact Form to Your Site in 5 Minutes</title><link>http://blog.d2soft.com/ShowPost.aspx?id=90</link><description>&lt;p&gt;Using the &lt;a href="http://nimbb.com/Help/Api.aspx" target="nimbb"&gt;Nimbb API&lt;/a&gt;, I show you how you can let your visitors record a video message using their Webcam in a simple contact form.&amp;nbsp; I'm using very simple HTML code and a few lines of C# to send an email to the Webmaster.&amp;nbsp; You can easily translate this in your favorite programming language.&lt;br /&gt;&lt;br /&gt;&lt;a href="/Tutorials/nimbbcontact/index.html" target="nimbb"&gt;Click here to view the video tutorial!&lt;br /&gt;&lt;img border="0" align="baseline" src="/Tutorials/NimbbContact/Contact.png"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In this video, I use Visual Studio 2005 and C#, but you can easily translate this to your favorite programming language.&lt;br /&gt;&lt;br /&gt;In this video, I do:&lt;br /&gt;&lt;br /&gt;- add Contact.aspx: the contact form with Nimbb Player;&lt;br /&gt;- add Done.aspx: page displayed when the user submit the form;&lt;br /&gt;- send email to the Webmaster with link to the content of form;&lt;br /&gt;- add Admin.aspx: administration page to view the video.&lt;br /&gt;&lt;br /&gt;Thank you for watching!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=64566570&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=64566570&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=64566570 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2009-06-22T15:42:40.89-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=90</guid></item><item><title>How to create a Twitter-video site in 3 minutes</title><link>http://blog.d2soft.com/ShowPost.aspx?id=89</link><description>&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Using simple HTML programming and the &lt;a href="http://nimbb.com/" target="nimbb"&gt;Nimbb Player&lt;/a&gt; (Flash API), I show you how you can create a basic Twitter-video site.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;I am using Visual Studio 2005 and C#, but this is very simple code that you could reproduce in any other language.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;a href="/Tutorials/nimbb/index.html"&gt;Click to open the tutorial!&lt;br /&gt;&lt;br /&gt;&lt;img src="/Tutorials/Nimbb/Nimbb.png" align="baseline" border="1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;In this 3m45s video, I do the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;create a new WebSite project;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;add a MasterPage (this is only for the layout applied at the end);&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;create 3 pages: Default, Record, Done&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;add the recording HTML/Javascript code for the Nimbb Player in the Record page;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;create a XML DataSet to store the saved video GUID;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;add the server-side code in the Done page to save the videos in the DataSet;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;create a repeater to display the list of videos in the Default page;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;finally, apply a nice layout to the site by modify the MasterPage.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;This video shows just how easy you can integrate the &lt;a href="http://nimbb.com/" target="nimbb"&gt;Nimbb Player&lt;/a&gt;.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;All you need is an account, so go &lt;a href="http://nimbb.com/Account/Create.aspx" target="nimbb"&gt;grab one&lt;/a&gt;.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Hope this can help you guys out there looking for a way to integrate webcam recording in your projects without having to mess with Flash Media Server.&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span lang="EN-US" style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;br /&gt;Source code for this sample site will be posted soon.&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=61909882&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=61909882&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=61909882 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2009-04-16T14:32:06.593-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=89</guid></item><item><title>Digg a little!</title><link>http://blog.d2soft.com/ShowPost.aspx?id=88</link><description>&lt;p&gt;Feel like digging?&amp;nbsp; Why not digg this story:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://digg.com/tech_news/nimbb_n_Free_Video_Recording_Using_Your_Webcam" target="digg"&gt;nimbb &amp;#8211; Free Video Recording Using Your Webcam&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;good!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=56385234&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=56385234&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=56385234 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-12-03T22:24:41-05:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=88</guid></item><item><title>Nimbb: Already Getting Reviews + Vista Gadget</title><link>http://blog.d2soft.com/ShowPost.aspx?id=87</link><description>&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Well, this is great news! I have not even started to officially announce Nimbb, its already getting its share of reviews.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Actually, things seem to go a bit faster that I strategically anticipated.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;The service is still in Alpha release, meaning we&amp;#8217;re still working hard to bring in the initial features for the Beta.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;But, when&amp;nbsp;bloggers are telling me that they already like the service, this can&amp;#8217;t be bad!&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;In some other news, I&amp;#8217;ve been playing around with Vista&amp;#8217;s Sidebar (for the second time) and submitted a gadget using Nimbb&amp;#8217;s technology.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;This means recording videos from your Vista without opening your browser is possible!&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;And great news, Microsoft has already accepted the gadget.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"&gt;&lt;span lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;a href="http://gallery.live.com/LiveItemDetail.aspx?li=78e89f07-5936-42fc-a1a9-f4bd48b63701" target="vista"&gt;Download the Nimbb Gadget now!&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=55555657&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=55555657&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=55555657 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-11-17T21:57:56.703-05:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=87</guid></item><item><title>[Ad] Los Angeles Mom Lost 47 lbs Following 1 rule!</title><link>http://www.rsscache.com/Section/Advertise/click.aspx?a=186727</link><description>I Cut Down 47 lbs of Stomach Fat In A Month By Obeying This 1 Old Rule</description></item><item><title>Nimbb.com: a First Look!</title><link>http://blog.d2soft.com/ShowPost.aspx?id=86</link><description>&lt;p&gt;This is a great news today, we have updated our &lt;a href="http://nimbb.com/" target="n"&gt;nimbb.com&lt;/a&gt; site with a totally new video player/recorder!&amp;nbsp; Recording short video has never been easier.&lt;br /&gt;&lt;br /&gt;Before more talk, I show you an example (in french):&lt;br /&gt;&lt;br /&gt;
&lt;object id="nimbb" codebase=http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab height="240" width="320" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt;&lt;param name="_cx" value="8467"&gt;&lt;param name="_cy" value="6350"&gt;&lt;param name="FlashVars" value=""&gt;&lt;param name="Movie" value="http://player.nimbb.com/nimbb.swf?l=fr&amp;amp;guid=96421058df"&gt;&lt;param name="Src" value="http://player.nimbb.com/nimbb.swf?l=fr&amp;amp;guid=96421058df"&gt;&lt;param name="WMode" value="Window"&gt;&lt;param name="Play" value="-1"&gt;&lt;param name="Loop" value="-1"&gt;&lt;param name="Quality" value="High"&gt;&lt;param name="SAlign" value=""&gt;&lt;param name="Menu" value="-1"&gt;&lt;param name="Base" value=""&gt;&lt;param name="AllowScriptAccess" value="always"&gt;&lt;param name="Scale" value="ShowAll"&gt;&lt;param name="DeviceFont" value="0"&gt;&lt;param name="EmbedMovie" value="0"&gt;&lt;param name="BGColor" value=""&gt;&lt;param name="SWRemote" value=""&gt;&lt;param name="MovieData" value=""&gt;&lt;param name="SeamlessTabbing" value="1"&gt;&lt;param name="Profile" value="0"&gt;&lt;param name="ProfileAddress" value=""&gt;&lt;param name="ProfilePort" value="0"&gt;&lt;param name="AllowNetworking" value="all"&gt;&lt;param name="AllowFullScreen" value="false"&gt;
&lt;embed src="http://player.nimbb.com/nimbb.swf?l=fr&amp;guid=96421058df" width="320" height="240" allowscriptaccess="always" pluginspage="http://www.adobe.com/go/getflashplayer"&gt;&lt;/embed&gt;
&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This video took me 10 sec to put in this post.&amp;nbsp; I used &lt;a href="http://nimbb.com/" target="n"&gt;nimbb&lt;/a&gt; with my webcam, clicked Record, then Save, and finally got my HTML code to insert here.&amp;nbsp; Bravo!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nimbb.com/" target="n"&gt;Try it now for your blog!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This site is still in beta.&amp;nbsp; We have some great features comming.&lt;br /&gt;&lt;br /&gt;PS. &lt;a href="/Contact.aspx" target="_self"&gt;Send me&lt;/a&gt; a video with your comments on using this new service!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=55332503&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=55332503&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=55332503 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-11-13T08:42:21.25-05:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=86</guid></item><item><title>Stockholm Loves IRateMyDay!</title><link>http://blog.d2soft.com/ShowPost.aspx?id=85</link><description>&lt;p&gt;In the last two days, there have been a great number of new users signing up on &lt;a href="http://www.iratemyday.com" target="irmd"&gt;IRateMyDay&lt;/a&gt;.&amp;nbsp; I couldn't not retrace the origin (it wasn't web), only that the users were from Sweden.&amp;nbsp; Thanks to a user, I was able to retrace a small article in the &lt;a href="http://www.readmetro.com/show/en/Stockholm/20080915/1/9/" target="metro"&gt;Metro Newspaper&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img src="/Resources/Images/irmd_200809.png" align="baseline"&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;img src="/Resources/Images/irmd_20080916_Europe.png" align="baseline"&gt;&lt;br /&gt;&lt;br /&gt;Hello to all new Stockholm users!&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=52127714&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=52127714&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=52127714 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-09-17T23:11:28.233-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=85</guid></item><item><title>Windows Mobile 6.1 - Not compatible with ActiveSync</title><link>http://blog.d2soft.com/ShowPost.aspx?id=84</link><description>&lt;p&gt;Well, just updated my HTC Touch (Bell) from Windows Mobile 6.0 to 6.1.&amp;nbsp; And now, I'm realizing that it's not compatible with XP and ActiveSync 4.5.&amp;nbsp; I quick search on the Net shows that 6.1 is now only working with Windows Vista.&amp;nbsp; To work, the &lt;a href="http://www.microsoft.com/windowsmobile/en-us/help/synchronize/device-center.mspx" target="w"&gt;Windows Mobile Device Center 6.1&lt;/a&gt; for Vista is required.&lt;br /&gt;&lt;br /&gt;This is bad, as I wasn't noticed by the installer to this issue.&amp;nbsp; The good news is that I can still synch using Exchange ActiveSync over network.&amp;nbsp; However, I'm stuck on how to do my next ROM update...&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=50619412&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=50619412&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=50619412 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-08-25T13:44:05.233-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=84</guid></item><item><title>Alpha: NimbleBall</title><link>http://blog.d2soft.com/ShowPost.aspx?id=83</link><description>&lt;p&gt;Hi all,&lt;br /&gt;&lt;br /&gt;just to let you know that if you have a webcam, then we need you to test our little site: &lt;a href="http://www.nimbleball.com" target="nb"&gt;NimbleBall.com&lt;/a&gt;.&amp;nbsp; Head over there and record your free video and share it.&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=49396857&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=49396857&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=49396857 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-07-31T11:03:18.483-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=83</guid></item><item><title>IRateMyDay.com: 100 000 ratings!</title><link>http://blog.d2soft.com/ShowPost.aspx?id=82</link><description>&lt;p&gt;Just a quick note to let you know that &lt;a href="http://www.iratemyday.com/" target="irmd"&gt;IRateMyDay&lt;/a&gt; reached 100000 ratings last week!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=47769840&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=47769840&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=47769840 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-06-25T17:52:36.207-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=82</guid></item><item><title>Game Review: No More Heroes (Wii)</title><link>http://blog.d2soft.com/ShowPost.aspx?id=81</link><description>&lt;p&gt;&lt;a href="http://nomoreheroesgame.us.ubi.com/" target="ubi"&gt;No More Heroes&lt;/a&gt; is a good mature game.&amp;nbsp; It's a very original title, and in fact, I think I haven't seen a game on a Nintendo console displaying that much blood before!&amp;nbsp; Using your Wii Remote, you control Trevis Touchdown in a fun and twisted story where you aim to go from 11th-ranked assassin to the top.&amp;nbsp; Using jedi-like laser swords called Katana, you slash your way to the top of the United Assassins Association.&amp;nbsp; And talk about originality: you save your game by using the toilet!&lt;/p&gt;
&lt;p&gt;I completed the game in about 11 hours.&amp;nbsp; I would say that the first hour of game play, I wasn't sure to continue on.&amp;nbsp; But when the story got more interesting, I actually couldn't stop playing.&amp;nbsp; The combat system using your laser sword is really cool, and doesn't get old.&amp;nbsp; I really liked the cartoon style of the game and the many &amp;#8220;insides&amp;#8221; to the oldschool games (like the ranking system displayed as an old Atari-like scoreboard).&amp;nbsp; The game has GTA-like play style, where you can drive in the Santa Destroy city using your bike.&amp;nbsp; You can do many side missions to earn money, buy equipment and outfits, train your character or find hidden stuff.&lt;/p&gt;
&lt;p&gt;This brings me to the drawbacks of the game.&amp;nbsp; Make no mistake; this is nowhere close to the GTA quality you are used to.&amp;nbsp; Driving is often frustrating and the collision detection system really sucks.&amp;nbsp; Also, since you have to earn money to progress with the main missions, you have to get jobs.&amp;nbsp; However, this means a lot of driving from A to B. Then, repeat again.&amp;nbsp; And again.&amp;nbsp; And if you fail a side mission, you have to go back and drive again.&amp;nbsp; If driving was more fun, this could have been less painful.&lt;/p&gt;
&lt;p&gt;Another thing that I noticed in the first few main missions, the levels are often repetitive.&amp;nbsp; It's like you are doing the same level twice before seeing the end-boss.&amp;nbsp; This annoyed me, but hopefully, in the last few missions, they stopped using this level design and went for more originality.&lt;/p&gt;
&lt;p&gt;Overall, this is a great Wii title.&amp;nbsp; I would have given it a 9/10, but given the problems and few bugs, I'm giving it &lt;strong&gt;8/10&lt;/strong&gt;.&amp;nbsp; This is one really original title for the Wii you must really try!&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Tags: game, wii, review&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=47769839&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=47769839&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=47769839 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-06-25T17:50:06.457-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=81</guid></item><item><title>ASP.NET 2.0 Web User Control: Generate Custom Event</title><link>http://blog.d2soft.com/ShowPost.aspx?id=80</link><description>&lt;p&gt;Here's one cool little tip you might need, if you're coding in ASP.Net using the .Net Framework 2.0.&amp;nbsp; Here's what you need:&lt;/p&gt;
&lt;p&gt;- a Web User Control that contains a button;&lt;br /&gt;- you want to trap the button click's event from your page.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font size="3"&gt;Code for the Web User Control&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Let's suppose your button has the ID "&lt;em&gt;DeleteButton&lt;/em&gt;".&amp;nbsp; First, you need to create a Delegate and an Event, like this:&lt;/p&gt;
&lt;p&gt;&lt;font color="#0033ff"&gt;public &lt;/font&gt;&lt;font color="#0033ff"&gt;delegate void &lt;/font&gt;&lt;font color="#0099ff"&gt;OnDeleteButtonClick&lt;/font&gt;();&lt;br /&gt;&lt;font color="#0033ff"&gt;public event &lt;/font&gt;&lt;font color="#0099ff"&gt;OnDeleteButtonClick &lt;/font&gt;DeleteButtonHandler;&lt;/p&gt;
&lt;p&gt;Now, add the following method to the OnClick event of the button:&lt;/p&gt;
&lt;p&gt;&lt;font color="#0033ff"&gt;protected void &lt;/font&gt;DeleteButton_Click(&lt;font color="#0033ff"&gt;object &lt;/font&gt;sender, &lt;font color="#0033ff"&gt;EventArgs &lt;/font&gt;e)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &lt;font color="#009900"&gt;// Check if event is null.&lt;/font&gt;&lt;br /&gt;&amp;nbsp; &lt;font color="#0033ff"&gt;if &lt;/font&gt;(DeleteButtonHandler != &lt;font color="#0033ff"&gt;null&lt;/font&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeleteButtonHandler();&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font size="3"&gt;Code for your Page&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Include your Web User Control into your page, let's suppose the ID "MyControl".&amp;nbsp; First, simply create an handler to receive the event in your Page_Load method:&lt;/p&gt;
&lt;p&gt;&lt;font color="#0033ff"&gt;protected void &lt;/font&gt;Page_Load(&lt;font color="#0033ff"&gt;object &lt;/font&gt;sender, &lt;font color="#0033ff"&gt;EventArgs &lt;/font&gt;e)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &lt;font color="#009900"&gt;// Create the handler to access callback from DeleteButton.&lt;/font&gt;&lt;br /&gt;&amp;nbsp; MyControl.DeleteButtonHandler += &lt;font color="#0033ff"&gt;new &lt;/font&gt;&lt;font color="#0099ff"&gt;MyControl.OnDeleteButtonClick&lt;/font&gt;(MyControl_DeleteButtonHandler);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;And define the target method to run when click occurs:&lt;/p&gt;
&lt;p&gt;&lt;font color="#0033ff"&gt;void &lt;/font&gt;MyControl_DeleteButtonHandler()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &lt;font color="#009900"&gt;// do stuff here!&lt;/font&gt;&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;That's it.&amp;nbsp; You can now enjoy events coming from your own controls.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=http://nimbb.com&gt;&lt;span style=&amp;quote;text-decoration:none; font-family: Verdana, Arial;&amp;quote;&gt;&lt;img src="http://nimbb.com/App_Themes/default/Images/logo.jpg" border=0&gt;&lt;span style="letter-spacing: -1px; font-size: 22px;"&gt;nimbb.com&lt;/span&gt; Webcam video recording in your browser!&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;a href=http://www.rsscache.com/Section/Advertise/click.aspx?n=47068321&gt;&lt;img src="http://www.rsscache.com/Section/Advertise/ads.aspx?n=47068321&amp;f=32291" border=0&gt;&lt;/a&gt;&lt;p&gt;&lt;div style="font-size: 8pt;"&gt;&lt;img align=left src=http://www.rsscache.com/Section/Stats/logo.aspx?n=47068321 border=0&gt; Bandwidth saved by &lt;a href=http://www.rsscache.com&gt;RSScache.com&lt;/a&gt;&lt;/div&gt;</description><pubDate>2008-06-10T11:00:44.327-04:00</pubDate><guid>http://blog.d2soft.com/ShowPost.aspx?id=80</guid></item><rsscache:id>32291</rsscache:id></channel></rss>