<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Ramzi Komati - Latest Comments</title><link>http://ramzikomati.disqus.com/</link><description></description><atom:link href="https://ramzikomati.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 23 Jun 2013 23:35:34 -0000</lastBuildDate><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-939840380</link><description>&lt;p&gt;OK got it - as you said, two changes - but two changes in the FIRST home page thing  - yay! not two changes in total on the two pages&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francis Mead</dc:creator><pubDate>Sun, 23 Jun 2013 23:35:34 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-939827009</link><description>&lt;p&gt;PS I tried a new test post and the image is STILL squished - I'm working on Chrome and Safari - not a problem with the browsers is it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francis Mead</dc:creator><pubDate>Sun, 23 Jun 2013 23:17:49 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-939825141</link><description>&lt;p&gt;I've done everything you suggested and unfortunately my thumbnail images are still squashed - did the code changes, changed the media settings. I tried reloading the images - no dice. Is there something obvious I'm missing? thanks for your help - it's driving me absolutely crazy&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francis Mead</dc:creator><pubDate>Sun, 23 Jun 2013 23:14:08 -0000</pubDate></item><item><title>Re: Download MASM 6.15</title><link>http://blog.ramzikomati.com/download-masm-615/#comment-899099092</link><description>&lt;p&gt;DFSGFDGV&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">IBRAHEM</dc:creator><pubDate>Thu, 16 May 2013 07:31:36 -0000</pubDate></item><item><title>Re: How to do assembly programs using MASM 6.15?</title><link>http://blog.ramzikomati.com/assembly/how-to-do-assembly-programs-using-masm/#comment-850430406</link><description>&lt;p&gt;thanks for this good tutorial.... but make615 test command is not working&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">riki</dc:creator><pubDate>Wed, 03 Apr 2013 02:53:54 -0000</pubDate></item><item><title>Re: Create UPC-A Barcode Class in VB.Net.</title><link>http://blog.ramzikomati.com/vb-net/create-upc-a-barcode-class-in-vb-net/#comment-815387064</link><description>&lt;p&gt;how to use this function for showing  in the codebar number below&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eduardo Herrera</dc:creator><pubDate>Thu, 28 Feb 2013 09:19:27 -0000</pubDate></item><item><title>Re: Create UPC-A Barcode Class in VB.Net.</title><link>http://blog.ramzikomati.com/vb-net/create-upc-a-barcode-class-in-vb-net/#comment-815381287</link><description>&lt;p&gt;# public function  &lt;br&gt;Public Function Generate(ByVal cadena As String) As Bitmap&lt;/p&gt;&lt;p&gt;        ' Initialize Constants.&lt;br&gt;        Value = cadena&lt;br&gt;        ' Initialize values.&lt;br&gt;        Dim strText As String = Value    ' Holds the value of the codebar.     &lt;/p&gt;&lt;p&gt;--------------------------------------------------------------&lt;br&gt;# Buton generate, Form&lt;/p&gt;&lt;p&gt;  Dim bm As Bitmap = Nothing&lt;br&gt;        bm = upc.Generate(txt_upc.Text)&lt;br&gt;        If Not IsNothing(bm) Then&lt;br&gt;            img_upc.Image = bm&lt;br&gt;        End If&lt;/p&gt;&lt;p&gt;------------------------------------------------------------&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eduardo Herrera</dc:creator><pubDate>Thu, 28 Feb 2013 09:13:49 -0000</pubDate></item><item><title>Re: Create UPC-A Barcode Class in VB.Net.</title><link>http://blog.ramzikomati.com/vb-net/create-upc-a-barcode-class-in-vb-net/#comment-777160738</link><description>&lt;p&gt;This helped a lot, but there is another error.&lt;/p&gt;&lt;p&gt;Where you have&lt;br&gt;CheckSum_Total = CheckSum_Total Mod 10  ' Divide by 10 and get the rest.&lt;br&gt;CheckSum_Total = 10 - CheckSum_Total    ' Remove 10 from the last value.It should only do the last step if CheckSum_Total &amp;lt;&amp;gt; 0, as per &lt;a href="http://en.wikipedia.org/wiki/Universal_Product_Code" rel="nofollow noopener" target="_blank" title="http://en.wikipedia.org/wiki/Universal_Product_Code"&gt;http://en.wikipedia.org/wik...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimJ</dc:creator><pubDate>Thu, 24 Jan 2013 15:18:06 -0000</pubDate></item><item><title>Re: Create UPC-A Barcode Class in VB.Net.</title><link>http://blog.ramzikomati.com/vb-net/create-upc-a-barcode-class-in-vb-net/#comment-759981863</link><description>&lt;p&gt;how to use this function?? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Muhammed Hidayat</dc:creator><pubDate>Tue, 08 Jan 2013 08:40:08 -0000</pubDate></item><item><title>Re: Connect to MySQL using ASP.Net on GoDaddy®</title><link>http://blog.ramzikomati.com/asp-net/connect-mysql-asp-net-godaddy/#comment-711624273</link><description>&lt;p&gt;hello &lt;/p&gt;&lt;p&gt;I tried this ... but it not work fine with unicode.. please give me the solution for odbc connector for unicode support on Godaddy. I tried driver 5.1 on my localhost ,it works fine.. bu when I deploy it on Godaddy server it gives error &lt;br&gt;ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/p&gt;&lt;p&gt;Please solve my issue..&lt;br&gt;thanks in advance&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shveta </dc:creator><pubDate>Fri, 16 Nov 2012 02:58:11 -0000</pubDate></item><item><title>Re: Download Irvine32 (for MASM)</title><link>http://blog.ramzikomati.com/download-irvine32/#comment-700256210</link><description>&lt;p&gt;Rooh 332 are u from pakistan ? if u  are than i can help u &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noman Mazher</dc:creator><pubDate>Sun, 04 Nov 2012 08:03:02 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-698764224</link><description>&lt;p&gt;All this worked, but my thumbnails look fuzzy (they don't when the page loads up). Any thoughts?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Magpiety</dc:creator><pubDate>Fri, 02 Nov 2012 12:57:38 -0000</pubDate></item><item><title>Re: Create UPC-A Barcode Class in VB.Net.</title><link>http://blog.ramzikomati.com/vb-net/create-upc-a-barcode-class-in-vb-net/#comment-698085121</link><description>&lt;p&gt;Thanks for the code it helped a lot. One error found when writing the check digit &lt;br&gt;"strText, 11, 1" should be "strText, 12, 1" &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olaf</dc:creator><pubDate>Thu, 01 Nov 2012 15:19:29 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-679693003</link><description>&lt;p&gt;GOD IN HEAVEN! IT WORKED!!! GENIUS!!! :D  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pijitus</dc:creator><pubDate>Fri, 12 Oct 2012 07:33:35 -0000</pubDate></item><item><title>Re: Download MASM 6.15</title><link>http://blog.ramzikomati.com/download-masm-615/#comment-571491392</link><description>&lt;p&gt;There is a Virus. Comodo detected as &lt;br&gt;Heur.Packed.Unknown.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jayanth D</dc:creator><pubDate>Fri, 29 Jun 2012 04:10:05 -0000</pubDate></item><item><title>Re: Create UPC-A Barcode Class in VB.Net.</title><link>http://blog.ramzikomati.com/vb-net/create-upc-a-barcode-class-in-vb-net/#comment-562757208</link><description>&lt;p&gt;How to call this?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rasika Wickramarachchi</dc:creator><pubDate>Wed, 20 Jun 2012 09:25:33 -0000</pubDate></item><item><title>Re: Download Irvine32 (for MASM)</title><link>http://blog.ramzikomati.com/download-irvine32/#comment-550044685</link><description>&lt;p&gt;Sir G, i am student of MCS final semester, i want to final project in web application or desktop application , if u have any idea, plz share with me. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rooh332</dc:creator><pubDate>Thu, 07 Jun 2012 13:39:30 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-538397824</link><description>&lt;p&gt;Try to upload rectangular pictures instead of squares.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramzi Komati</dc:creator><pubDate>Fri, 25 May 2012 10:21:27 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-538397068</link><description>&lt;p&gt;These are some CSS modification in style.css&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramzi Komati</dc:creator><pubDate>Fri, 25 May 2012 10:20:12 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-500965076</link><description>&lt;p&gt;Oh my...I did everything listed and still it stretches? Any suggestions? The photos I am uploading are square size from a lomo camera. Could this be the problem? ANy help would be great! Saz x&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Saz</dc:creator><pubDate>Wed, 18 Apr 2012 13:07:33 -0000</pubDate></item><item><title>Re: Download MASM 6.15</title><link>http://blog.ramzikomati.com/download-masm-615/#comment-450065354</link><description>&lt;p&gt;thats good ........&lt;br&gt;i appreciate this job done by anybody&lt;/p&gt;&lt;p&gt;                      SNIPER&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SNIPER</dc:creator><pubDate>Mon, 27 Feb 2012 13:03:33 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-411305925</link><description>&lt;p&gt;Thanks for that tip, worked a treat! I have a couple of questions for you, How did you change the background for just the Widget area at the bottom? Also, how to you move the page bar to be above the slideshow? Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Julian</dc:creator><pubDate>Sat, 14 Jan 2012 16:55:38 -0000</pubDate></item><item><title>Re: How to do assembly programs using MASM 6.15?</title><link>http://blog.ramzikomati.com/assembly/how-to-do-assembly-programs-using-masm/#comment-399541704</link><description>&lt;p&gt;give some example programs for addition,subtraction&lt;br&gt;etc...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">raju</dc:creator><pubDate>Tue, 03 Jan 2012 09:08:06 -0000</pubDate></item><item><title>Re: Download Irvine32 (for MASM)</title><link>http://blog.ramzikomati.com/download-irvine32/#comment-395129350</link><description>&lt;p&gt;Enjoy it!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramzi Komati</dc:creator><pubDate>Tue, 27 Dec 2011 14:06:46 -0000</pubDate></item><item><title>Re: Fix WordPress F8 Lite theme image squashing</title><link>http://blog.ramzikomati.com/article/wp-f8-lite-theme-thumbnail-fix/#comment-395120020</link><description>&lt;p&gt;You're welcome!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramzi Komati</dc:creator><pubDate>Tue, 27 Dec 2011 13:50:59 -0000</pubDate></item></channel></rss>