<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jiramot.info</title>
	<atom:link href="http://www.jiramot.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jiramot.info</link>
	<description>Developer&#039;s Life</description>
	<lastBuildDate>Thu, 19 Apr 2012 13:10:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Secure Admin must be enabled to access the DAS remotely.</title>
		<link>http://www.jiramot.info/secure-admin-must-be-enabled-to-access-the-das-remotely</link>
		<comments>http://www.jiramot.info/secure-admin-must-be-enabled-to-access-the-das-remotely#comments</comments>
		<pubDate>Thu, 19 Apr 2012 06:39:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1199</guid>
		<description><![CDATA[<p>asadmin&#62; enable-secure-admin</p> <p>Command enable-secure-admin executed successfully.</p> ]]></description>
			<content:encoded><![CDATA[<p><tt>asadmin&gt;</tt> <tt><strong>enable-secure-admin</strong></tt></p>
<p><tt>Command enable-secure-admin executed successfully.</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/secure-admin-must-be-enabled-to-access-the-das-remotely/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Ubuntu] Disable Root Login SSH</title>
		<link>http://www.jiramot.info/ubuntu-disable-root-login-ssh</link>
		<comments>http://www.jiramot.info/ubuntu-disable-root-login-ssh#comments</comments>
		<pubDate>Thu, 19 Apr 2012 05:58:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1196</guid>
		<description><![CDATA[<p>Edit sshd_config</p> vi /etc/ssh/sshd_config <p>Find PermitRootLogin then change it to</p> PermitRootLogin no <p>Restart sshd</p> /etc/init.d/sshd restart ]]></description>
			<content:encoded><![CDATA[<p>Edit sshd_config</p>
<pre>vi /etc/ssh/sshd_config</pre>
<p>Find PermitRootLogin then change it to</p>
<pre>PermitRootLogin no</pre>
<p>Restart sshd</p>
<pre>/etc/init.d/sshd restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/ubuntu-disable-root-login-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new vps ubuntu 11.10</title>
		<link>http://www.jiramot.info/my-new-vps-ubuntu-11-10</link>
		<comments>http://www.jiramot.info/my-new-vps-ubuntu-11-10#comments</comments>
		<pubDate>Wed, 21 Mar 2012 21:40:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1188</guid>
		<description><![CDATA[<p>-install java-sun</p> <p>-set env path</p> <p>#vi /etc/environment</p> <p>add line</p> <p>export JAVA_HOME=/usr/lib/jvm/java-6-sun</p> <p>-install tc-server developer edition</p> <p>#./tcruntime-instance.sh create insight-instance -t insight</p> <p>install tomcat</p> <p>download form website and extract file to /opt/tomcat</p> <p>#cd /opt/tomcat</p> <p>#./start.sh</p> <p>install mysql</p> <p>http://blog.sudobits.com/2011/09/25/how-to-install-mysql-server-on-ubuntu-11-10/</p> <p>#sudo apt-get install mysql-server</p> <p>grant mysql</p> <p>note user &#8216;%&#8217; to any host</p> <p>http://kb.mediatemple.net/questions/788/HOWTO%3A+GRANT+privileges+in+MySQL#dv</p> <p>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html</p> <p>grant all privileges on [...]]]></description>
			<content:encoded><![CDATA[<p>-install java-sun</p>
<p>-set env path</p>
<p>#vi /etc/environment</p>
<p>add line</p>
<p>export JAVA_HOME=/usr/lib/jvm/java-6-sun</p>
<p>-install tc-server developer edition</p>
<p>#./tcruntime-instance.sh create insight-instance -t insight</p>
<p>install tomcat</p>
<p>download form website and extract file to /opt/tomcat</p>
<p>#cd /opt/tomcat</p>
<p>#./start.sh</p>
<p>install mysql</p>
<p>http://blog.sudobits.com/2011/09/25/how-to-install-mysql-server-on-ubuntu-11-10/</p>
<p>#sudo apt-get install mysql-server</p>
<p>grant mysql</p>
<p>note user &#8216;%&#8217; to any host</p>
<p>http://kb.mediatemple.net/questions/788/HOWTO%3A+GRANT+privileges+in+MySQL#dv</p>
<p>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html</p>
<p>grant all privileges on *.* to &#8216;username&#8217;@'%&#8217; identified by &#8216;password&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/my-new-vps-ubuntu-11-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install SUN java in Ubuntu 11.10</title>
		<link>http://www.jiramot.info/how-to-install-sun-java-in-ubuntu-11-10</link>
		<comments>http://www.jiramot.info/how-to-install-sun-java-in-ubuntu-11-10#comments</comments>
		<pubDate>Wed, 21 Mar 2012 20:30:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tc-server]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1185</guid>
		<description><![CDATA[ up vote30down voteaccepted sudo apt-get install python-software-properties sudo add-apt-repository ppa:ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-jdk sun-java6-plugin <p>You may want to also add the following</p> sudo update-alternatives --config java <p>You should get the following</p> Selection Path Priority Status ------------------------------------------------------------ * 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode 2 /usr/lib/jvm/java-6-sun/jre/bin/java [...]]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr>
<td>
<div><a title="This answer is useful (click again to undo)">up vote</a>30<a title="This answer is not useful (click again to undo)">down vote</a>accepted</div>
</td>
<td>
<pre><code>sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jdk sun-java6-plugin</code></pre>
<p>You may want to also add the following</p>
<pre><code>sudo update-alternatives --config java
</code></pre>
<p>You should get the following</p>
<pre><code>  Selection    Path                                      Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      auto mode
  1            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      manual mode
  2            /usr/lib/jvm/java-6-sun/jre/bin/java       63        manual mode

Press enter to keep the current choice[*], or type selection number: 2
</code></pre>
<p>Select (2) and press enter</p>
<p>Now running:</p>
<pre><code>java -version
</code></pre>
<p>Returns:</p>
<pre><code>java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)</code></pre>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/how-to-install-sun-java-in-ubuntu-11-10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sumsung galaxy nexus case nillkin and imak</title>
		<link>http://www.jiramot.info/sumsung-galaxy-nexus-case-nillkin-and-imak</link>
		<comments>http://www.jiramot.info/sumsung-galaxy-nexus-case-nillkin-and-imak#comments</comments>
		<pubDate>Fri, 17 Feb 2012 17:26:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1177</guid>
		<description><![CDATA[<p>ขาย เคสมือถือ สำหรับ Samsung Galaxy Nexus มีของพร้อมส่ง ณ วันที่ 18 Feb 2012 ติดต่อ 0858989398 เป้ครับ ราคาพิเศษ 470 รวมส่ง ทุกรุ่นครับ </p> ]]></description>
			<content:encoded><![CDATA[<p>ขาย เคสมือถือ สำหรับ Samsung Galaxy Nexus มีของพร้อมส่ง<br />
ณ วันที่ 18 Feb 2012<br />
ติดต่อ 0858989398 เป้ครับ<br />
ราคาพิเศษ 470 รวมส่ง ทุกรุ่นครับ </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/sumsung-galaxy-nexus-case-nillkin-and-imak/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c# send sms via AT Command unicode pdu</title>
		<link>http://www.jiramot.info/c-send-sms-via-at-command-unicode-pdu</link>
		<comments>http://www.jiramot.info/c-send-sms-via-at-command-unicode-pdu#comments</comments>
		<pubDate>Thu, 09 Feb 2012 13:19:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[atcommand]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1174</guid>
		<description><![CDATA[<p>Hi this is sample code of my GSM Module. This code send sms using AT-Command, send Unicode text for Thai Lanquage.</p> <p>Enjoy it! </p> using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Text; using System.Threading; namespace ATCommand { class Program { const string comPort = "COM3"; const int baudRate = 115200; const int [...]]]></description>
			<content:encoded><![CDATA[<p>Hi this is sample code of my GSM Module.<br />
This code send sms using AT-Command, send Unicode text for Thai Lanquage.</p>
<p>Enjoy it!<br />
<span id="more-1174"></span></p>
<pre>
using System;
using System.Collections.Generic;
using System.IO.Ports;
using System.Linq;
using System.Text;
using System.Threading;

namespace ATCommand
{

    class Program
    {
        const string comPort = "COM3";
        const int baudRate = 115200;
        const int dataBits = 8;
        const int parityBit = 1;
        const int readTimeOut = 30000;
        const int writeTimeOut = 30000;
        static Dictionary<char, string> phoneDict = new Dictionary<char, string>();
        public AutoResetEvent receiveNow;
        static void Main(string[] args)
        {
            phoneDict.Add('+', "002b");
            phoneDict.Add('0', "0030");
            phoneDict.Add('1', "0031");
            phoneDict.Add('2', "0032");
            phoneDict.Add('3', "0033");
            phoneDict.Add('4', "0034");
            phoneDict.Add('5', "0035");
            phoneDict.Add('6', "0036");
            phoneDict.Add('7', "0037");
            phoneDict.Add('8', "0038");
            phoneDict.Add('9', "0039");

            Program p = new Program();
            SerialPort port = p.OpenPort(comPort, baudRate, dataBits, readTimeOut, writeTimeOut);
            p.sendMsg(port, "+66858989398", "ทดสอบ test2 ^^! <img src='http://www.jiramot.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <img src='http://www.jiramot.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ");
        }

        public SerialPort OpenPort(string p_strPortName, int p_uBaudRate, int p_uDataBits, int p_uReadTimeout, int p_uWriteTimeout)
        {
            receiveNow = new AutoResetEvent(false);
            SerialPort port = new SerialPort();

            try
            {
                port.PortName = p_strPortName;                 //COM1
                port.BaudRate = p_uBaudRate;                   //9600
                port.DataBits = p_uDataBits;                   //8
                port.StopBits = StopBits.One;                  //1
                port.Parity = Parity.None;                     //None
                port.ReadTimeout = p_uReadTimeout;             //300
                port.WriteTimeout = p_uWriteTimeout;           //300
                port.Encoding = Encoding.GetEncoding("iso-8859-1");
                //port.Encoding = Encoding.GetEncoding("UTF-8");
                port.DataReceived += new SerialDataReceivedEventHandler(port_DataReceived);
                port.Open();
                port.DtrEnable = true;
                port.RtsEnable = true;
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return port;
        }
        /*
        private static byte[] DecodeUtf8(string s_Input)
        {
            bool isOnlyEnglish = true;

            for (int i = 0; i < s_Input.Length; i++)
            {
                if (s_Input[i] > 255)
                {
                    isOnlyEnglish = false;
                    break;
                }
            }
            byte[] u8_Utf;
            if (isOnlyEnglish)
            {
                //return s_Input;
                u8_Utf = new byte[s_Input.Length  + 2];
                for (int i = 0; i < s_Input.Length; i++)
                {
                    u8_Utf[ i ] = (byte)s_Input[i];
                }
                u8_Utf[s_Input.Length] = (byte)0x0d;
                u8_Utf[s_Input.Length + 1] = (byte)0x1A;
                return u8_Utf;
            }
            else
            {
                 u8_Utf = new byte[s_Input.Length*2+2];
                for (int i = 0; i < s_Input.Length; i++)
                {
                    if (s_Input[i] > 255)
                    {
                        u8_Utf[2 * i] = (byte)0x0E;
                    }
                    else
                    {
                        u8_Utf[2 * i] = (byte)0x00;
                    }
                    u8_Utf[2 * i + 1] = (byte)s_Input[i];
                }
                u8_Utf[2 * s_Input.Length] = (byte)0x0d;
                u8_Utf[2 * s_Input.Length + 1] = (byte)0x1A;
                return u8_Utf;
            }

        }
        */
        public static string ConvertPhoneNumber(string phoneNumber)
        {
            StringBuilder sb = new StringBuilder();
            foreach (char c in phoneNumber)
            {
                sb.Append(phoneDict[c]);
            }
            return sb.ToString();
        }
        public static string ConvertMessage(string input)
        {
            StringBuilder sb = new StringBuilder();
            byte[] utf8Byte = Encoding.Unicode.GetBytes(input);
            //for (int i = utf8Byte.Length-1; i >= 0; i--)
            for(int i=0; i<utf8Byte.Length; i+=2)
            {
                int tmp = utf8Byte[i+1];
                sb.Append(String.Format("{0:x2}{1:x2}", utf8Byte[i + 1], utf8Byte[i]));
            }

            return sb.ToString();
        }
        public static bool isHaveThai(string input)
        {
            bool isHaveThai = false;
            for (int i = 0; i < input.Length; i++)
            {
                if (input[i] > 255)
                {
                    isHaveThai = true;
                    break;
                }
            }
            return isHaveThai;
        }
        public bool sendMsg(SerialPort port, string PhoneNo, string Message)
        {
            bool isSend = false;

            //bool isThai = isHaveThai(Message);

            //string tmp = ConvertMessage(Message);
            //return true;

            try
            {

                string recievedData= ExecCommand(port, "AT", 300, "No phone connected");
                recievedData = ExecCommand(port, "AT+CMGF=1", 300, "Failed to set message format.");
                recievedData = ExecCommand(port, "AT+CSCS=\"UCS2\"", 300, "Failed to set unicode format.");
                //recievedData = ExecCommand(port, "AT+CSCA=\"002B00360036003800310036003100310030003400300030\",145", 300, "Failed to set true sms center.");
                recievedData = ExecCommand(port, "AT+CSMP=17,167,0,25", 300, "Failed to set csmp.");

                String command = "AT+CMGS=\"" + ConvertPhoneNumber(PhoneNo) +"\"";

                recievedData = ExecCommand(port, command, 30000, "Failed to accept phoneNo");

                //command = Message + char.ConvertFromUtf32(26) + "\r";
                //command = "0E02" + "001A";// +"\r";//+ "240D";
                command = ConvertMessage(Message) + char.ConvertFromUtf32(26) + "\r";
                recievedData = ExecCommand(port, command, 10000, "Failed to send message"); //3 seconds
                if (recievedData.EndsWith("\r\nOK\r\n"))
                {
                    isSend = true;
                }
                else if (recievedData.Contains("ERROR"))
                {
                    isSend = false;
                }
                return isSend;
            }
            catch (Exception ex)
            {
                throw ex;
            }

        } 

        //Execute AT Command
        public string ExecCommand(SerialPort port, string command, int responseTimeout, string errorMessage)
        {
            try
            {

                port.DiscardOutBuffer();
                port.DiscardInBuffer();
                receiveNow.Reset();
                port.Write(command + "\r");

                string input = ReadResponse(port, responseTimeout);
                if ((input.Length == 0) || ((!input.EndsWith("\r\n> ")) &#038;&#038; (!input.EndsWith("\r\nOK\r\n"))))
                    throw new ApplicationException("No success message was received.");
                return input;
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }

        public string ReadResponse(SerialPort port, int timeout)
        {
            string buffer = string.Empty;
            try
            {
                do
                {
                    if (receiveNow.WaitOne(timeout, false))
                    {
                        string t = port.ReadExisting();
                        buffer += t;
                    }
                    else
                    {
                        if (buffer.Length > 0)
                            throw new ApplicationException("Response received is incomplete.");
                        else
                            throw new ApplicationException("No data received from phone.");
                    }
                }
                while (!buffer.EndsWith("\r\nOK\r\n") &#038;&#038; !buffer.EndsWith("\r\n> ") &#038;&#038; !buffer.EndsWith("\r\nERROR\r\n"));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return buffer;
        }

        public void port_DataReceived(object sender, SerialDataReceivedEventArgs e)
        {
            try
            {
                if (e.EventType == SerialData.Chars)
                {
                    receiveNow.Set();
                }
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }
    }
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/c-send-sms-via-at-command-unicode-pdu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ขาย เคส Case Imak, Nelkin ของ Galaxy Nexus พร้อมส่ง</title>
		<link>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87</link>
		<comments>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87#comments</comments>
		<pubDate>Mon, 06 Feb 2012 06:15:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[galaxy nexus]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1164</guid>
		<description><![CDATA[ <p>มีครบทุกสี พร้อมส่ง หรือลองเข้าไปดูได้ที่เวป http://mobilesorbet.lnwshop.com ติดต่อ เป้ 085-898-9398 me@jiramot.info</p> ]]></description>
			<content:encoded><![CDATA[
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87/img_20120206_124710"  title='IMG_20120206_124710'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/02/IMG_20120206_124710-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120206_124710" title="IMG_20120206_124710" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87/img_20120206_124721"  title='IMG_20120206_124721'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/02/IMG_20120206_124721-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120206_124721" title="IMG_20120206_124721" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87/img_20120206_130754"  title='IMG_20120206_130754'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/02/IMG_20120206_130754-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120206_130754" title="IMG_20120206_130754" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87/img_20120206_130802"  title='IMG_20120206_130802'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/02/IMG_20120206_130802-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120206_130802" title="IMG_20120206_130802" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87/img_20120206_130814"  title='IMG_20120206_130814'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/02/IMG_20120206_130814-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120206_130814" title="IMG_20120206_130814" /></a>

<p>มีครบทุกสี พร้อมส่ง หรือลองเข้าไปดูได้ที่เวป <a target="_blank" rel="nofollow" href="http://www.jiramot.info/goto/http://mobilesorbet.lnwshop.com" >http://mobilesorbet.lnwshop.com</a><br />
ติดต่อ เป้ 085-898-9398 me@jiramot.info</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-case-imak-nelkin-%e0%b8%82%e0%b8%ad%e0%b8%87-galaxy-nexus-%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ขาย เคส กรอบ Case Samsung Galaxy Nexus (i9250)</title>
		<link>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-%e0%b8%81%e0%b8%a3%e0%b8%ad%e0%b8%9a-case-samsung-galaxy-nexus-i9250</link>
		<comments>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-%e0%b8%81%e0%b8%a3%e0%b8%ad%e0%b8%9a-case-samsung-galaxy-nexus-i9250#comments</comments>
		<pubDate>Thu, 12 Jan 2012 19:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1161</guid>
		<description><![CDATA[<p>ของ Nillkin, Rock, Imak ทุกชิ้นราคา 500 บาท ทุกชิ้นมาพร้อมฟิล์มเต็มหน้าจอ แนบสนิดทุกมุมครับ</p> <p>รายละเอียด ดูได้ที่เวป shop.mobilesorbet.com</p> ]]></description>
			<content:encoded><![CDATA[<p>ของ Nillkin, Rock, Imak ทุกชิ้นราคา 500 บาท ทุกชิ้นมาพร้อมฟิล์มเต็มหน้าจอ แนบสนิดทุกมุมครับ</p>
<p>รายละเอียด ดูได้ที่เวป <a target="_blank" rel="nofollow" href="http://www.jiramot.info/goto/http://shop.mobilesorbet.com" >shop.mobilesorbet.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2-%e0%b9%80%e0%b8%84%e0%b8%aa-%e0%b8%81%e0%b8%a3%e0%b8%ad%e0%b8%9a-case-samsung-galaxy-nexus-i9250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ขายเคส Rock Case for Galaxy Tab 7.0 Plus (P6200)</title>
		<link>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200</link>
		<comments>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200#comments</comments>
		<pubDate>Thu, 12 Jan 2012 08:07:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[case]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1153</guid>
		<description><![CDATA[<p>เปิดรับ Pre order สำหรับ Galaxy Tab 7.0 Plus เป็น Case Rock มี 2 สีดังรูปครับ ราคา 900 บาท ปิดรับ Order 22 มกราคม 2555 ระยะเวลาขนส่ง 7 วันครับ ติดต่อ </p> ]]></description>
			<content:encoded><![CDATA[<p>เปิดรับ Pre order สำหรับ Galaxy Tab 7.0 Plus<br />
เป็น Case Rock มี 2 สีดังรูปครับ<br />
ราคา 900 บาท<br />
ปิดรับ Order 22 มกราคม 2555<br />
ระยะเวลาขนส่ง 7 วันครับ<br />
ติดต่อ<br />
<a href="http://www.jiramot.info/wp-content/uploads/2011/12/contact.png" ><img src="http://www.jiramot.info/wp-content/uploads/2011/12/contact.png" alt="" title="contact" width="200" height="54" class="alignnone size-full wp-image-1133" /></a></p>

<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200/rock_p6200_nakedshell1"  title='rock_p6200_nakedshell1'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/01/rock_p6200_nakedshell1-150x150.png" class="attachment-thumbnail" alt="rock_p6200_nakedshell1" title="rock_p6200_nakedshell1" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200/rock_p6200_nakedshell2"  title='rock_p6200_nakedshell2'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/01/rock_p6200_nakedshell2-150x150.png" class="attachment-thumbnail" alt="rock_p6200_nakedshell2" title="rock_p6200_nakedshell2" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200/rock_p6200_nakedshell3"  title='rock_p6200_nakedshell3'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/01/rock_p6200_nakedshell3-150x150.png" class="attachment-thumbnail" alt="rock_p6200_nakedshell3" title="rock_p6200_nakedshell3" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200/rock_p6200_nakedshell5"  title='rock_p6200_nakedshell5'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/01/rock_p6200_nakedshell5-150x150.png" class="attachment-thumbnail" alt="rock_p6200_nakedshell5" title="rock_p6200_nakedshell5" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200/rock_p6200_nakedshell6"  title='rock_p6200_nakedshell6'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/01/rock_p6200_nakedshell6-150x150.png" class="attachment-thumbnail" alt="rock_p6200_nakedshell6" title="rock_p6200_nakedshell6" /></a>
<a href="http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200/rock_p6200_nakedshell7"  title='rock_p6200_nakedshell7'><img width="150" height="150" src="http://www.jiramot.info/wp-content/uploads/2012/01/rock_p6200_nakedshell7-150x150.png" class="attachment-thumbnail" alt="rock_p6200_nakedshell7" title="rock_p6200_nakedshell7" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/%e0%b8%82%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%aa-rock-case-for-galaxy-tab-7-0-plus-p6200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>พร้อมส่ง เคส Galaxy Nexus Nillkin</title>
		<link>http://www.jiramot.info/%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87-%e0%b9%80%e0%b8%84%e0%b8%aa-galaxy-nexus-nillkin</link>
		<comments>http://www.jiramot.info/%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87-%e0%b9%80%e0%b8%84%e0%b8%aa-galaxy-nexus-nillkin#comments</comments>
		<pubDate>Wed, 11 Jan 2012 10:48:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=1148</guid>
		<description><![CDATA[<p>Case Galaxy Nexus ของ Nilkin พร้อมส่งแล้วครับ อัพเดท 18 กุมภาพัน 2555 ราคา จาก 500 ลดเหลือ 470 บาทครับ</p> <p>ติดต่อ [...]]]></description>
			<content:encoded><![CDATA[<p>Case Galaxy Nexus ของ Nilkin พร้อมส่งแล้วครับ<br />
อัพเดท 18 กุมภาพัน 2555<br />
ราคา จาก <del datetime="2012-02-17T17:20:35+00:00">500</del> ลดเหลือ 470 บาทครับ</p>
<p>ติดต่อ<br />
<a href="http://www.jiramot.info/wp-content/uploads/2011/12/contact.png" ><img class="alignnone size-full wp-image-1133" title="contact" src="http://www.jiramot.info/wp-content/uploads/2011/12/contact.png" alt="" width="200" height="54" /></a><br />
<a href="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_000.jpg"><br />
<span id="more-1148"></span><br />
<img class="aligncenter size-full wp-image-1124" title="58738992201112101716332066650775282_000" src="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_000.jpg" alt="" width="750" height="500" /></a><br />
<a href="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_001.jpg" ><img class="aligncenter size-full wp-image-1124" title="58738992201112101716332066650775282_001" src="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_001.jpg" alt="" width="750" height="500" /></a><br />
<a href="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_002.jpg" ><img class="aligncenter size-full wp-image-1124" title="58738992201112101716332066650775282_002" src="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_002.jpg" alt="" width="750" height="500" /></a><br />
<a href="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_003.jpg" ><img class="aligncenter size-full wp-image-1124" title="58738992201112101716332066650775282_003" src="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_003.jpg" alt="" width="750" height="500" /></a><br />
<a href="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_005.jpg" ><img class="aligncenter size-full wp-image-1124" title="58738992201112101716332066650775282_005" src="http://www.jiramot.info/wp-content/uploads/2011/12/58738992201112101716332066650775282_005.jpg" alt="" width="750" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/%e0%b8%9e%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%a1%e0%b8%aa%e0%b9%88%e0%b8%87-%e0%b9%80%e0%b8%84%e0%b8%aa-galaxy-nexus-nillkin/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

