<?xml version="1.0" encoding="UTF8"?>
<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>Lefthandedlayup &#187; KikayEx</title>
	<atom:link href="http://www.lefthandedlayup.com/tag/kikayex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lefthandedlayup.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 02:37:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hosting Thoughts</title>
		<link>http://www.lefthandedlayup.com/2007/09/20/hosting-thoughts/</link>
		<comments>http://www.lefthandedlayup.com/2007/09/20/hosting-thoughts/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 03:37:35 +0000</pubDate>
		<dc:creator>Gabriel Mercado</dc:creator>
				<category><![CDATA[BallEx]]></category>
		<category><![CDATA[KikayEx]]></category>
		<category><![CDATA[MomEx]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Website Matters]]></category>

		<guid isPermaLink="false">http://www.lefthandedlayup.com/index.php/2007/09/20/hosting-thoughts/</guid>
		<description><![CDATA[Migs, the high priest of Linux and server administration, whom I always look to for advice on such things, told me to write about my latest hosting issues and so I shall. I suppose this is a good way to &#8230; <a href="http://www.lefthandedlayup.com/2007/09/20/hosting-thoughts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Migs, the high priest of Linux and server administration, whom I always look to for advice on such things, told me to write about my latest hosting issues and so I shall. I suppose this is a good way to talk and archive the recent problems I'd been having with the sites and what I do to fix it, and how I'm starting to realize that whatever 'fix' I do seems temporary since the site's traffic increase again anyway that as soon as I enhance / improve performance, traffic increases again. I am therefore plagued, within days, by either mysql inefficiencies or run out of RAM. Anyway here's a rundown:</p>
<div align="center"><img src="http://lefthandedlayup.com/wp-content/uploads/2007/09/sep202007_wordpress_error_again.png" border="0"/></div>
<p>Here's a screenshot of Aug. 30's mysql issues. WordPress serves that up when it can't connect to the db. I emailed Rimuhosting about it and they figured out I was having issues with one of my favorite WordPress plugins called <a href="http://andersdrengen.dk/projects/counterize/">Counterize</a>, which allowed me to produce those interesting stats at the footer of KikayEx which says '<em>x number of visitors visited today, xx number the past 7 days. xxx number total since forever, and so on...</em>'. We activated an option on mysql to produce a '<a href="http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html">mysql-slow.log</a>' which lists down all the mysql queries that take more than 2 seconds to complete. The results were stunning, as Counterize apparently had queries that take as long as 20 seconds, and at a given morning (not even a whole day), there were 40 queries already. Here's how it looked:</p>
<p><span id="more-423"></span></p>
<blockquote><p>/usr/sbin/mysqld, Version: 5.0.22-Debian_0ubuntu6.06.3-log. started with:<br />
Tcp port: 3306  Unix socket: /var/run/mysqld/mysqld.sock<br />
Time                 Id Command    Argument<br />
# Time: 070904  6:30:17<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 12  Lock_time: 0  Rows_sent: 57768  Rows_examined: 690442<br />
use kikaydb;<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:30:20<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 11  Lock_time: 0  Rows_sent: 57768  Rows_examined: 690444<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:30:23<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 11  Lock_time: 0  Rows_sent: 57768  Rows_examined: 690445<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:32:09<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 19  Lock_time: 0  Rows_sent: 57769  Rows_examined: 690450<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:32:16<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 20  Lock_time: 0  Rows_sent: 57769  Rows_examined: 690452<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:32:22<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 28  Lock_time: 0  Rows_sent: 57769  Rows_examined: 690451<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:32:23<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 33  Lock_time: 0  Rows_sent: 57769  Rows_examined: 690450<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:32:25<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 21  Lock_time: 0  Rows_sent: 57769  Rows_examined: 690453<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  6:32:28<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 14  Lock_time: 0  Rows_sent: 57769  Rows_examined: 690454<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  7:41:52<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 16  Lock_time: 0  Rows_sent: 57775  Rows_examined: 690535<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  7:41:55<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 22  Lock_time: 0  Rows_sent: 57775  Rows_examined: 690535<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  7:41:56<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 25  Lock_time: 0  Rows_sent: 57775  Rows_examined: 690533<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  7:41:58<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 21  Lock_time: 0  Rows_sent: 57775  Rows_examined: 690535<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  7:42:01<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 28  Lock_time: 0  Rows_sent: 57775  Rows_examined: 690535<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  7:42:06<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 11  Lock_time: 0  Rows_sent: 1  Rows_examined: 632760<br />
SELECT COUNT(*) FROM wp_Counterize WHERE timestamp >= '2007-09-04' AND IP = '58.71.15.98';<br />
# Time: 070904  7:57:52<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 13  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690554<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:09:36<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 11  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690563<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:10:29<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 11  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690565<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:10:32<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 13  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690565<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:12:59<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 19  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690569<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:13:02<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 17  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690570<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:13:05<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 23  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690570<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:19:28<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 11  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690579<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:19:35<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 17  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690579<br />
SELECT DISTINCT referer FROM wp_Counterize;<br />
# Time: 070904  8:19:36<br />
# User@Host: kikay[kikay] @ localhost []<br />
# Query_time: 15  Lock_time: 0  Rows_sent: 57776  Rows_examined: 690580<br />
SELECT DISTINCT referer FROM wp_Counterize;</p></blockquote>
<p>At any rate, I got rid of the inefficient Counterize and replaced it with <a href="http://firestats.cc/">Firestats</a>, which still provided me an interesting footer (you can check it out at the bottom area of <a href="http://kikay.exchange.ph">KE</a>), but certainly not as entertaining. I still haven't done the same with BallEx and MomEx as of today, so if you wanna see how it originally looked you can check the sidebar of each and compare it. </p>
<p>Firestats was a great improvement and didn't take as much of a mysql hit, so I basically got my cake and ate it too. Well, at least for another two weeks till today. This is because the site speeded up so much better that hits exponentially increased, bringing Kikay to an almost 50% increase in readership, almost <strong>600 unique hits a day</strong>. While that's big, BallEx regularly hits 800 unique hits a day, but has less pageviews than Kikay. Kikay's unique hits + pageviews means that people go to it and 'leaf' through its pages, meaning they hang around a lot to read everything.</p>
<p>So as soon as the mysql inefficiency was fixed, I was now <strong>running out of RAM</strong> just from serving up pages. I had only 3 services running, namely Apache, Mysql and Named, which we quickly turned off since it was useless. I have a total of 4 WordPress sites plus 2 phpbb installations, and didn't even have email so I could save from installing spamassasin which I knew was a mysql hog. 484mb was apparently not enough. Here's a screenshot of it at 9am, which again happens at approximately 5pm later in the day.</p>
<div align="center"><img src="http://lefthandedlayup.com/wp-content/uploads/2007/09/sep202007_every_morning_ke_firefox.jpg" border="0"/></div>
<p>Keep in mind the fact that I probably should do things like remove Counterize from the rest of the sites and find other inefficiences, but doing so requires a lot of time and effort which I'd rather spend on, say, more profitable ventures like trying to get Kikay Shop to earn more. Besides while I'm sure the WordPress Plugins are the ones that are giving me pain, I like the sites the way they are and really dont wanna remove any of them. For example, I really liked Counterize, and if I hadn't found Firestats I figured I'd rather take a mysql hit than remove it.</p>
<p>Rimu has replied with three things I could do. First, install a php caching app called <a href="http://eaccelerator.net/">eaccelerator</a>. As of today, this has already been done. Another is to tweak mysql. I really don't have time to do that I think. I'll read through it a bit and if its something I can finish in an hour maybe I will, but I doubt it. The last thing is to move to a different webserver, and they recommended <a href="http://www.lighttpd.net/">lighttpd</a> or <a href="http://nginx.net/">nginx</a>, of which I think lighttpd seems to have a better user base. Lighttpd also happens to be the one used by Youtube, so that's definitely a good word for it as well.</p>
<p>Of course, I understand changing one's webserver midstream is like changing your house's foundation while still living in it. But at the same time I need to act like the boss here and insist it get done no matter how hard it is. Rimu has, like all good geeks will do, implemented the changes piecemeal, starting with eaccelerator. But I've already told them I want lighttpd as well, and am asking how much for them to do it. I don't wanna meddle in the details anymore, a big difference from what I'd have done in the past. A year ago I'd probably be all geeky and installing these on a spare server already just to get a feel of it, and maybe attempt to do it myself. But I'm over that now. I NEED KIKAY EXCHANGE TO GO FASTER. There is nothing more important than my sites loading properly like they should. At the moment, 600 kikays aren't happy, and so therefore I am unhappy as well.</p>
<p>At any rate, these changes, I assume, will probably be good enough to improve the site to handle approximately 500 more unique hits. Any more than that, and I dunno what else to do because I really dont wanna spend any more money on RAM. At that point, I probably need to start looking into managed hosting, or, like Migs said, shared hosting, but I'm assuming the costs to be astronomical. That's fine really, as long as there's business to back it up.</p>
<p>Sigh. Need to get things done fast.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lefthandedlayup.com/2007/09/20/hosting-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I was about to start writing about this tragic PBA event</title>
		<link>http://www.lefthandedlayup.com/2007/08/02/i-was-about-to-start-writing-about-this-tragic-pba-event/</link>
		<comments>http://www.lefthandedlayup.com/2007/08/02/i-was-about-to-start-writing-about-this-tragic-pba-event/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 02:36:13 +0000</pubDate>
		<dc:creator>Gabriel Mercado</dc:creator>
				<category><![CDATA[Exchange Sites]]></category>
		<category><![CDATA[KikayEx]]></category>

		<guid isPermaLink="false">http://www.lefthandedlayup.com/index.php/2007/08/02/i-was-about-to-start-writing-about-this-tragic-pba-event/</guid>
		<description><![CDATA[at Ballex (Noli Eala's disbarment), when I happened to speak (YM) with Ruby Gan, one of our faaahbulous sponsors at Kikay Exchange, and owner of the Schu line of women's shoes. Of course while talking to her, I do what &#8230; <a href="http://www.lefthandedlayup.com/2007/08/02/i-was-about-to-start-writing-about-this-tragic-pba-event/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>at Ballex (<a href="http://basketball.exchange.ph/index.php/2007/08/02/sc-orders-disbarment-of-pba-commissioner-a-few-thoughts/">Noli Eala's disbarment</a>), when I happened to speak (YM) with <a href="http://schushop.multiply.com/">Ruby Gan</a>, one of our faaahbulous sponsors at Kikay Exchange, and owner of the Schu line of women's shoes. Of course while talking to her, I do what most people normally do, and that's check out her blog.</p>
<p>And lo and behold, I chanced upon the results of our contest with her - an online contest where she asks schu owners to send in pictures with the theme '<strong>Are you wearing your today</strong>',(ongoing with still a month to go) and I was <strong><em>absolutely floored</em></strong> with the results so far. In particular, this one:</p>
<div align="center"><img src='http://lefthandedlayup.com/wp-content/uploads/2007/08/aug022007_schu_2.jpg' alt='aug022007_schu_2.jpg' /></div>
<p>by <a href="http://schushop.multiply.com/photos/photo/109/1?">Aggie</a>, taken at the very recognizable Bulwagang Pilipino steps, and this one:</p>
<div align="center"><img src='http://lefthandedlayup.com/wp-content/uploads/2007/08/aug022007_schu_1.jpg' alt='aug022007_schu_1.jpg' /></div>
<p>by <a href="http://schushop.multiply.com/photos/photo/108/1?">Leah</a>, showing how she uses her shoes for work.</p>
<p><span id="more-408"></span></p>
<p>I gotta tell ya, I am just absolutely ecstatic about the results of Ruby's contest. It's not that I doubt her ideas, but, ok yeah, I wasn't really into it because I didn't think it through too much (I was pretty busy with other things). So to see it work out like this, with entries of people who obviously put up a lot of time and effort into making them, is really terrific and goes far beyond anything I'd have dreamed of.</p>
<p>Ruby and I are into another project, and albeit I dislike the habit of making promises that it's coming soon (mainly because, well, let's face it with my workload and everything, it might very well not), I'm gonna put in a little more effort in making this one come true, more so in the light of, heck, her ideas really do click and we've got a winner here obviously.</p>
<p>Anyway, here's the 250x250 image I made for the contest that's on KikayEx's sidebar. Click it to check the contest out - I don't think you can enter pics anymore but at least you can vote for your fave entry:</p>
<div align="center"><a href="http://schushop.blogspot.com/2007/06/are-you-wearing-your-schu-today.html#links"><img src="http://kikay.exchange.ph/schu_ads/ruby_contest.jpg" border="0"/></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lefthandedlayup.com/2007/08/02/i-was-about-to-start-writing-about-this-tragic-pba-event/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kikay&#8217;s Nav Issue Fixed. My Biggest Annoyance Resolved.</title>
		<link>http://www.lefthandedlayup.com/2007/07/30/kikays-nav-issue-fixed-my-biggest-annoyance-resolved/</link>
		<comments>http://www.lefthandedlayup.com/2007/07/30/kikays-nav-issue-fixed-my-biggest-annoyance-resolved/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 12:42:25 +0000</pubDate>
		<dc:creator>Gabriel Mercado</dc:creator>
				<category><![CDATA[KikayEx]]></category>

		<guid isPermaLink="false">http://www.lefthandedlayup.com/index.php/2007/07/30/kikays-nav-issue-fixed-my-biggest-annoyance-resolved/</guid>
		<description><![CDATA[Ok the long story is a few weeks ago, I blindly upgraded Kikay Ex to WP version 2.1.1 without really thinking, and before I knew it, my Previous Entries and Next Entries links at the bottom of the index (front) &#8230; <a href="http://www.lefthandedlayup.com/2007/07/30/kikays-nav-issue-fixed-my-biggest-annoyance-resolved/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok the long story is a few weeks ago, I blindly upgraded Kikay Ex to WP version 2.1.1 without really thinking, and before I knew it, my <strong>Previous Entries</strong> and <strong>Next Entries</strong> links at the bottom of the index (front) page disappeared, to my great horror and frustration. Apparently I wasn't the only one, and it was a big issue with most other folks who did the same. Fortunately I had only upgraded Kikay at the time, but unfortunately, Kikay is the biggest draw of all the sites, so the fact that people couldn't go through each and every page and post was a big issue.</p>
<p>To those who understand WordPress (and here's the techie part), 2.1.1 deprecates (a fancy word for retires), the <a href="http://codex.wordpress.org/Template_Tags/next_post_link"><code>next_post_link</code> and <code>previous_posts_link</code></a>, essentially keeping you, the viewer, from moving away from the first batch of post on the index page. I have been pulling my hair out trying to find a decent fix, but no go.</p>
<p>Enter <a href="http://lesterchan.net/wordpress/readme/wp-pagenavi.html">Lester Chan's WP-PageNavi 2.11</a> Plugin, and my prayers were answered. The truth is, I didn't wanna use a plugin as I wanted to exhaust all efforts trying to find the 'legal' way first. But after two or so weeks searching (ok well maybe a total of 3 - 4 hours, which is already a lot still), I considered myself exhausted, and the fact that IT LOOKS GREAT, I decided to go for it.</p>
<p>So here's how it looks like at the start:</p>
<div align="center"><img src='http://lefthandedlayup.com/wp-content/uploads/2007/07/jul302007_wp_pagenavi_1.jpg' alt='jul302007_wp_pagenavi_1.jpg' /></div>
<p>and after tweaking it's CSS, here's how it looks like now:</p>
<div align="center"><img src='http://lefthandedlayup.com/wp-content/uploads/2007/07/jul302007_wp_pagenavi_2.jpg' alt='jul302007_wp_pagenavi_2.jpg' /></div>
<p>doesn't it look GREAAAAAT?!?!?! I added it on both the top and bottom areas.</p>
<p>Ok, now here's the SEO explanation. (I have decided to include my SEO opinions to help people out who wanna learn these things):</p>
<p><span id="more-405"></span></p>
<ol>
<li>Each page in one's blog, especially to one like Kikay, a fashion publication, represents an article that is valuable even months or years after it is published. Unlike, say, a news publication, Kikay publishes things like makeup advice or store features and interviews. News, on the other hand, is almost useless once it gets old (except for historical reasons, who likes to read old news?). Therefore, it has content that doesn't get old, can always be rehashed, and can still garner hits and pageviews way long after it's initially published. The more content we make (and we produce 6 posts a week), the more interesting and important the site gets exponentially.</li>
<li>I'm sure Kikay has a lot of visitors that remember seeing something on the site and want to get back to it, but may not be sure what to enter in the 'Search' field (I am often doing that myself). Allowing you to go through each page one at a time can help improve that search.</li>
<li>Allowing easier navigation makes the site more interesting because, even if the primary posts do not interest the viewer too much, allowing easy access to the older ones lets people find something that is.</li>
<li>Most importantly, Kikay's biggest issue is that it has a low 2.45 pages per visit statistic, wholly in part I'm sure, to the fact that they can't view the pages. This plugin is actually better than just 'next page' and 'previous page', as you can jump through several pages if you like. I'm hoping to at least quadruple that number after this. Yes you read right: <strong>Quadruple</strong>. I always aim high when it comes to Kikay Exchange.</li>
<li>Finally, Kikay's main viewership, young females, are voracious browsers. Kikay's Google Analytics indicate an average viewing of almost 10 minutes, meaning each visitor checks it out way longer than just reading the most recent posts. Allowing better navigation lets them check it out even longer, and I expect that 10 minute viewership to increase at least by double in the next few weeks.</li>
</ol>
<p>I'm probably gonna place this plugin on all the other sites as well, especially Momex, which has articles in topics like child rearing and schooling that are always hit and will always be important year after year. That's not the case I think with Ballex, which is mostly opinions and news - but then again who knows? I didn't think the Sim league would do so well and now a mere 4 weeks later it's getting 100+ hits a day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lefthandedlayup.com/2007/07/30/kikays-nav-issue-fixed-my-biggest-annoyance-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>53.76 Kikays Don&#8217;t Mind Using Their Credit Cards Online</title>
		<link>http://www.lefthandedlayup.com/2007/07/03/5376-kikays-dont-mind-using-their-credit-cards-online/</link>
		<comments>http://www.lefthandedlayup.com/2007/07/03/5376-kikays-dont-mind-using-their-credit-cards-online/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 01:39:32 +0000</pubDate>
		<dc:creator>Gabriel Mercado</dc:creator>
				<category><![CDATA[KikayEx]]></category>

		<guid isPermaLink="false">http://www.lefthandedlayup.com/index.php/2007/07/03/5376-kikays-dont-mind-using-their-credit-cards-online/</guid>
		<description><![CDATA[Here's a screenshot of the results of our 3 month long poll on Credit Card Usage on Kikay Exchange. I'm also reprinting this article. Apparently, 53.76 people (48%) use their credit cards online all the time, while an even 29.12 &#8230; <a href="http://www.lefthandedlayup.com/2007/07/03/5376-kikays-dont-mind-using-their-credit-cards-online/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here's a screenshot of the results of our 3 month long poll on Credit Card Usage on Kikay Exchange. I'm also reprinting <a href="http://kikay.exchange.ph/index.php/2007/07/02/new-poll/">this article</a>.</p>
<div align="center"><img src='http://kikay.exchange.ph/wp-content/uploads/2007/07/july022007_creditcardpolls.jpg' alt='july022007_creditcardpolls.jpg' /></div>
<p>Apparently, 53.76 people (48%) use their credit cards online all the time, while an even 29.12 people (26%), either haven't done so yet but are 'willing to give it a try', or haven't yet and 'probably never will'.</p>
<p>This is an interesting insight into the mindset of, arguably, the most active consumer type - Women Shoppers - on Philippine internet today, re a terribly important topic - using their plastic to buy things online. Businesses hoping to take their business online would do well to take note.</p>
<p><span id="more-394"></span></p>
<p>This poll ran from March 26, 2007 to July 1, 2007, and was participated in by 112 unique users, most likely (it cannot be decided for sure), Philippine women <em><strong>residing</strong></em> in the Philippines - as opposed to those based overseas. Should you need more details on our parameters, or want to suggest your own poll idea, or even sponsor one, click our '<a href="http://kikay.exchange.ph/index.php/about-2/">About</a>' page and use the form there, or leave a comment below with your contact info.</p>
<p>Publications are free to use the above, and any other poll we do in the future, as research material so long as you don't forget to let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lefthandedlayup.com/2007/07/03/5376-kikays-dont-mind-using-their-credit-cards-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KikayEx attends its very first press event!</title>
		<link>http://www.lefthandedlayup.com/2006/10/27/kikayex-attends-its-very-first-press-event/</link>
		<comments>http://www.lefthandedlayup.com/2006/10/27/kikayex-attends-its-very-first-press-event/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 05:22:53 +0000</pubDate>
		<dc:creator>Gabriel Mercado</dc:creator>
				<category><![CDATA[KikayEx]]></category>

		<guid isPermaLink="false">http://pisces-iscariot.exchange.ph/?p=282</guid>
		<description><![CDATA[We received an invite to the "Dove Campaign for Real Beauty" website launch 4 days ago. I was actually wondering if someone was pulling our leg. After I confirmed however, we got this: Hi there! I'm glad to hear that &#8230; <a href="http://www.lefthandedlayup.com/2006/10/27/kikayex-attends-its-very-first-press-event/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We received an invite to the "Dove Campaign for Real Beauty" <a href="http://campaignforrealbeauty.ph/" target="new" title="dove">website</a> launch 4 days ago. I was actually wondering if someone was pulling our leg. After I confirmed however, we got this:</p>
<blockquote><p>Hi there!</p>
<p>I'm glad to hear that you guys can make it to the exclusive launch event that will unveil Dove's next Campaign for Real Beauty. You've been chosen to attend because of your influence in the blogging sphere, and we hope that you can help spread our message to other like-minded women.</p>
<p>See you there!</p></blockquote>
<p>It was from Madz of OgilvyOne Worldwide, Dove's PR. Funny how I'd always wanted this to happen, and when it does it sort of feels surreal. At any rate, we attended and had a great time:</p>
<div align="center"><img src="http://photos1.blogger.com/blogger/2507/394/320/279090989_7bdd7bc77f_o.jpg" border="0"/><br /><small>Some people had more fun than others :)</small></div>
<p><span id="more-282"></span></p>
<p>Anyway, not only was it the 1st press event I've attended not as a PDI or some magazine correspondent, but as a publisher of my own publication as well.</p>
<p>KikayEx serves as a proof of concept for me. A combination of a few things I felt strongly would work, and it looks like it is. There are one or two more pretty new concepts I've been itching to execute, one having to do with how ad spots are sold, and another with selling stuff on the 'net. </p>
<p>Once we get to try it out on Kiks, I'll be taking the same formula to other industries (aka make more Exchanges). I honestly cannot wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lefthandedlayup.com/2006/10/27/kikayex-attends-its-very-first-press-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

