tag:blogger.com,1999:blog-71109162009-03-09T21:58:33.875-05:00Jonel Rienton's BlogMy day to day notes about the things I do and accomplished. Yada yada yada...Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.comBlogger85125tag:blogger.com,1999:blog-7110916.post-37422574900729236862008-10-18T14:05:00.001-05:002008-10-18T14:07:41.963-05:00Ping!<p>Waterfall approach. </p> <p><a href="http://lh3.ggpht.com/jonel.rienton/SPozmc_7X3I/AAAAAAAAEh4/sF-zoaxGEhE/s1600-h/Waterfall%5B2%5D.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="184" alt="A cascading waterfall, flanked by flowers." src="http://lh3.ggpht.com/jonel.rienton/SPoznCZo23I/AAAAAAAAEh8/eVootOgJ-gw/Waterfall_thumb.jpg?imgmax=800" width="244" border="0"></a></p> <div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-3742257490072923686?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-2260802761559674712007-12-01T18:00:00.001-06:002007-12-01T18:00:33.263-06:00Posting from my BlackberryThis is just a sample post using email to post to blogger. <p>Important News:<p>Visual Studio.net 2008 RTM has been released<br>MVC Framework for ASP.net to be released next week according to Scott G.<br>LINQ (Language Query Language) has been released as part of .Net Framework 3.5<p><p><br>Sent via BlackBerry from T-Mobile<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-226080276155967471?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-72630727338783955222007-06-29T21:03:00.000-05:002007-06-29T21:09:03.030-05:00Is iPhone worth the $3000+ in 2 years?Yes, that's right, in two years if you buy the $599 iPhone with the $99 monthly payment plan. I was telling my co-worker, if iPhone came out 10 years ago, I would have gotten it in a heartbeat without doing the math. With the cost of living in here in the states, I don't see the cost justifying the need for an iPhone. Don't get me wrong, I love Apple products, I switched back in 2004 and my loyal 12" powerbook is still chugging along really well.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-7263072733878395522?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-33133293625123604432007-06-17T23:43:00.001-05:002007-06-17T23:44:33.760-05:00Another worthless post...It&#39;s been another long while since my last post, I just thought I&#39;d publish something about the recent things I&#39;m working on. &nbsp;I&#39;m currently reading about WCF and it&#39;s applications to the day to day projects/task I&#39;m working on. A colleague of mine once told me that WCF is nothing but enhanced web services and remoting with a unified API. It&#39;s too early to tell but it seems like WCF has been part of the .Net 2.0 when it first came out, it just hasn&#39;t been branded WCF yet. I remember I have already used channels and bindings even before the whole documentation about WCF came about. I&#39;ll add more to this later. It&#39;s late and I have to get up early tomorrow.&nbsp;<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-3313329362512360443?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1160970771705565992006-10-15T22:52:00.000-05:002006-10-15T22:53:35.583-05:00Posting from Word 2007<span xmlns=""><p>Wow I haven't blogged in a while, been really busy with my new job. I'm writing this using the Beta 2 technical refresh of Microsoft Word 2007 installed in Vista RC 2. What's new? Well, I'm now a Senior Web Developer. <br /></p><p>I've been working mostly with ASP.Net 2.0 on a day to day basis. I'm pretty much spread out these past few months so I'll try to write more often. <br /></p><p>Till then.</p></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-116097077170556599?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1145030138953281812006-04-14T10:43:00.000-05:002007-06-29T21:26:37.434-05:00mod_mono.conf howtoI have always use this configuration for my vhost and it works great<br />in my Solaris mod_mono installation<br /><br />1) I have renamed mod_mono.conf to mod_mono_edison.conf (edison being<br />my hostname), you can always use a different name. I do this to avoid<br />my custom conf being overwritten if I upgrade my mod_mono package<br /><br />2) Include mod_mono_edison.conf in my httpd.conf (or your apache.conf)<br /><br /><div style="background-color:silver; padding-left: 10px; border: dashed 1px gray;color:black"><br />Include /path/to/mod_mono_edison.conf<br /><br /></div><br /><br />3) Add MonoApplicationsConfigDir "/path/to/your/mod-mono-config-dir"<br />to mod_mono_edison.conf<br /><br /><div style="background-color:silver; padding-left: 10px; border: dashed 1px gray;color:black"><br />MonoApplicationsConfigDir "/path/to/your/mod-mono-config-dir"<br /><br /></div><br /><br />4) Create &lt;appname&gt;.webapp inside the mod-mono-config-dir for every<br />vhost webapp:<br /><br /><br />example.webapp<br /><div style="background-color:silver; padding-left: 10px;border: dashed 1px gray;color:black"><br />&lt;web-application&gt;<br /> &lt;name&gt;example&lt;/name&gt;<br /> &lt;vpath&gt;/&lt;/vpath&gt;<br /> &lt;path&gt;/path/to/example.com&lt;/path&gt;<br /> &lt;vhost&gt;www.example.com&lt;/vhost&gt;<br />&lt;/web-application&gt;<br /><br /></div><br /><br />example2.webapp<br /><div style="background-color:silver; padding-left: 10px;border: dashed 1px gray;color:black"><br />&lt;web-application&gt;<br /> &lt;name&gt;example2&lt;/name&gt;<br /> &lt;vpath&gt;/&lt;/vpath&gt;<br /> &lt;path&gt;/path/to/example.com&lt;/path&gt;<br /> &lt;vhost>example.com&lt;/vhost&gt;<br />&lt;/web-application&gt;<br /><br /></div><br /><br />5) In virtual-host.conf, add<br /><br /><div style="background-color:silver; padding-left: 10px;border: dashed 1px gray;color:black"><br />&lt;Directory "/path/to/example.com"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SetHandler mono<br />&lt;/Directory&gt;<br /><br /></div><br /><br />I think this approach is more flexible since I can just add another<br />&lt;appname&gt;.webapp in my mod-mono-config-dir, add vhost entry and<br />restart apache and it will be picked up.<br /><br />---<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-114503013895328181?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1144631787387856472006-04-09T20:14:00.000-05:002006-04-09T20:16:27.403-05:00Daily build of Mono, xsp and mod_monoI have created a daily build page for mono, xsp and mod_mono for Solaris 10 x86. You can view them <a href="http://www.road14.com/build">here</a>. These packages are for testing purposes only and should not be rolled to production until fully tested in a staging box. Please view disclaimer.<br /><br />---<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-114463178738785647?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1144126206990748012006-04-03T23:49:00.000-05:002006-04-04T18:53:34.720-05:00Road14.com has found a new homeRoad14.com is now powered by Solaris + Mono :-)<br /><br />I have managed to build an Apache 2.2 mod_mono module package for Solaris but I need to make it a little rounder. I'll let you guys know more of this later.<br /><br />---<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-114412620699074801?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com1tag:blogger.com,1999:blog-7110916.post-1143917233290326042006-04-01T12:46:00.000-06:002006-10-29T19:35:33.146-06:00Updated tips for building Mono in Solaris 10<a href="http://blogs.rientongroup.com/jonel/2005/04/solaris-10-x86-and-mono.aspx">http://blogs.rientongroup.com/jonel/2005/04/solaris-10-x86-and-mono.aspx</a><br /><br />---<br /><br /><a href="http://blogs.rientongroup.com/jonel/2005/04/solaris-10-x86-and-mono.aspx"> </a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-114391723329032604?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1143782413498724652006-03-30T19:16:00.001-06:002008-10-05T11:35:55.173-05:00CSWmono 1.1.13.6Trivial news:<br /><br />I've just built a new set of packages of CSWmono and are now available at <a href="http://www.blastwave.org/testing">http://www.blastwave.org/testing</a>.<br /><br />Enjoy.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-114378241349872465?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1142788251704027232006-03-19T11:07:00.000-06:002006-03-19T11:14:22.216-06:00CSWxsp and CSWmodmonoI've recently submitted 2 new packages to Blastwave. They are CSWxsp and CSWmodmono. CSWxsp is an ASP.Net webserver while CSWmodmono is an Apache module that supports ASP.Net pages. They are also available in <a href="http://www.blastwave.org/testing">http://www.blastwave.org/testing</a>.<br /><br />More information about xsp and mod_mono at <a href="http://www.mono-project.com">http://www.mono-project.com</a><br /><br />I have also managed to get my mac to run xsp and mod_mono with the help of <a href="http://fink.sourceforge.net/index.php">fink</a><br /><br />---<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-114278825170402723?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1141526553951585422006-03-04T20:39:00.000-06:002006-03-19T11:17:03.920-06:00New CSWmono packages availableI have just submitted a new set of CSWmono packages at <a href="http://www.blastwave.org">Blastwave.org</a>. As always, this set consists of packages for both sparc and x86. Current version is 1.1.13.4.<br /><br />Time to pkg-get <br /><br />---<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-114152655395158542?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1139814073301495812006-02-11T20:45:00.000-06:002006-02-13T01:01:13.313-06:00Ghost bootable cd for tcp/ip backupIf you're a person who owns a notebook and wanted to create a backup or image of your harddisk, Ghost is a life saver. However, most recent notebooks doesn't come with a floppy drive installed, only a cdrom. The answer is to create a bootable cd with the necessary files needed to do the backup.<br /><br />Ghost only allows you to create bootable diskette so what I did was install Ghost in a computer with a floppy drive. After I've created the bootable diskette with the TCP/IP option(2nd from the list) enabled I then modified the config.sys to include:<br /><br />DEVICE=oakcdrom.sys /d:cd<br /><br />and include in the autoexec.bat:<br /><br />mscdex /d:cd /l:e<br /><br />What this does is load the cd driver using the device loaded in config.sys and use drive letter e: as the mounth point.<br /><br />The bootable diskette that Ghost created doesn't include the oakcdrom.sys and mscdex.exe so you have to include it in the diskette before creating the bootable cd.<br /><br />We're halfway there, the next thing to do is to create a bootable cd using the diskette we just created. I've used Nero to create the bootable cd, it should be straight-forward, just make sure when ask to use which boot files to use, make sure to use the floppy we just created.<br /><br />---<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113981407330149581?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1138409304339136812006-01-27T18:43:00.000-06:002006-01-27T18:48:24.340-06:00Mono maintainer at Blastwave.orgHi guys,<br /><br />I'm now officially the maintainer of Mono packages in Blastwave.org. Mono packages can be downloaded <a href="http://www.blastwave.org/packages.php/mono">here</a>.<br /><br />What is <a href="http://www.mono-project.com">Mono</a>?<br /><br />Mono is the .Net runtime and compiler port of Microsoft's .Net Framework. Mono supports a lot of platforms. More info <a href="http://www.mono-project.com">here</a><br /><br />What is <a href="http://www.blastwave.org">Blastwave</a>?<br /><br />Blastwave is a collective effort to create a set of binary packages of free software, that can be automatically installed to a Solaris computer (sparc or x86 based) over the network. Blastwave has a substantial build server farm for the use of the software developers and maintainers in the Solaris community. All software is built and tested in a standardized build environment using Sun ONE Studio 8 and Sun ONE Studio 10 tools as well as GC.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113840930433913681?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1138408665851737992006-01-27T18:36:00.000-06:002006-01-27T18:48:55.136-06:00Download.com updated NoteformDownload.com has updated my Noteform application page and called it Noteform 1.<br /><br />More information <a href="http://www.download.com/NoteForm/3000-2064_4-10489347.html?tag=lst-0-1">here</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113840866585173799?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1137997443377527822006-01-23T11:19:00.000-06:002006-01-23T00:24:03.390-06:00Manny Pacquiao made me proudFor those of you who doesn't know who Manny "Pacman" Pacquiao is, he's the Filipino boxer who has made a name for himself by defeating Eric Morales on the 10th round of their fight on a TKO.<br /><br />The fight was great from the get go. Punches were thrown by both boxers but Pacman proven himself more worthy of the title. <br /><br />Congrats Manny!!!<br /><br />...<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113799744337752782?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1137691336510574422006-01-19T11:19:00.000-06:002006-01-19T11:22:16.510-06:00My NoteForm application has been added to CNet's Download.comIt finally got approved. You can view my listing <a href="http://www.download.com/NoteForm/3000-2064_4-10476432.html?tag=lst-0-1">here</a><br /><br />Of course, you can always get the latest version <a href="http://www.road14.com/mono/download.aspx">here</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113769133651057442?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1137690956449243302006-01-19T11:12:00.000-06:002006-01-19T13:53:01.633-06:00Road14.com is now powered by MonoYep, I have finally made the transition of my linux box to run Mono's mod_mono. All the pages are still being generated by Google's <a href="http://www.blogger.com">Blogger.com</a>. With a little modification in my Apache's configuration and some renaming script, I have made the 2 great product mesh.<br /><br /><img src="http://www.road14.com/images/mono-powered.png" alt="Mono Powered"/><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113769095644924330?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1137690586408166962006-01-19T11:08:00.000-06:002006-01-19T11:10:55.630-06:00Fresh baked Mono packages for Solaris x86 and sparcI have created new set of packages for Mono 1.1.13 for the Solaris x86 and sparc platform.<br /><br />You can get it at <a href="http://www.blastwave.org/testing/">http://www.blastwave.org/testing/</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113769058640816696?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1137540640965902092006-01-17T17:27:00.000-06:002006-10-29T21:37:25.706-06:00New Mono 1.1.13 Package for Solaris 10 x86I have finished creating a Mono package for Solaris 10 x86. It's an unofficial package for CSW.<br /><br />Download i386 version <a href="http://www.road14.com/mono/mono-1.1.13-SunOS5.10-i386-CSW.pkg.gz.php">here</a><br /><br />Download sparc version <a href="http://www.road14.com/mono/mono-1.1.13-SunOS5.8-sparc-CSW.pkg.gz.php">here</a><br /><br />Updated <a href="/jonel/2005/04/solaris-10-x86-and-mono.aspx">Tips for building</a><br /><br />...<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113754064096590209?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1136067482305007162005-12-31T16:15:00.000-06:002005-12-31T16:18:02.316-06:00May you have a Wonderful New Year!!!<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://home.comcast.net/~jonel.rienton/docs/happy-new-year.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://home.comcast.net/~jonel.rienton/docs/happy-new-year.jpg" border="0" alt="" /></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113606748230500716?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1134625777889538602005-12-14T23:48:00.000-06:002006-01-10T00:59:16.613-06:00NoteForm, my own post-it note application for WindowsI have always been looking for something like a post-it note in Windows and none has really measured up to what I'm looking for so I decided to write one.<br /><br />Hopefully, other people will find this app helpful in keeping track of their notes.<br /><br />You can download it <a href="http://home.comcast.net/~jonel.rienton/docs/NoteForm.zip">here</a><br /><br /><a href="http://home.comcast.net/~jonel.rienton/docs/noteform.jpg"><img border="0" src="http://home.comcast.net/~jonel.rienton/docs/noteform-600.jpg" width="300"/></a><br /><br />Requirements:<br /><br />WindowsXP SP2 (I haven't tried it with any other version of Windows)<br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en">.Net Framework 2.0 runtime</a><br /><a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q239114">Microsoft Jet 4.0 Database Engine</a><br /><br />Enjoy.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-113462577788953860?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1129523335253092532005-10-16T23:27:00.000-05:002005-10-16T23:28:55.263-05:00White Sox and the World SeriesWhite Sox has made history tonight, they're going to the World Series!!! Proud to be a Chicagoan...<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-112952333525309253?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1127516737484768972005-09-23T18:03:00.000-05:002005-09-23T18:05:37.490-05:00Is this Apple?<a href="http://home.comcast.net/~jonel.rienton/docs/isItApple2.jpg"><img border=0 src="http://home.comcast.net/~jonel.rienton/docs/isItApple2.jpg" width="310" height="210"/></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-112751673748476897?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0tag:blogger.com,1999:blog-7110916.post-1127424105786648992005-09-22T18:18:00.000-05:002005-09-22T16:23:46.253-05:00SMS WidgetA new widget i'm fond of. It's called SMS. It allows me to send text messages to my friends phone for free.<br/><br /><a href="http://www.apple.com/downloads/dashboard/email_messaging/sms.html"><img src="http://home.comcast.net/~jonel.rienton/docs/sms.jpg" border=0 width=320 height=210 /></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7110916-112742410578664899?l=blogs.rientongroup.com%2Fjonel%2Fdefault.aspx'/></div>Jonelhttp://www.blogger.com/profile/06967662973414487283noreply@blogger.com0