<?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>J2 Web Systems - Advanced Web Development Power House</title>
	<atom:link href="http://j2websystems.com/feed" rel="self" type="application/rss+xml" />
	<link>http://j2websystems.com</link>
	<description>Advanced Web Development Power House</description>
	<lastBuildDate>Tue, 02 Oct 2012 20:22:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>vBulletin Manage Attachments Button Missing</title>
		<link>http://j2websystems.com/blog/396-vbulletin-manage-attachments-button-missing.html</link>
		<comments>http://j2websystems.com/blog/396-vbulletin-manage-attachments-button-missing.html#comments</comments>
		<pubDate>Tue, 24 May 2011 01:51:13 +0000</pubDate>
		<dc:creator>web_connect</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[vBulletin]]></category>

		<guid isPermaLink="false">http://j2websystems.com/?p=396</guid>
		<description><![CDATA[vBulletin is great software, but every now and then it needs a kick in the behind to get working correctly. Occasionally, something will popup that just doesn&#8217;t make sense. Lets examine the add attachment feature. If the &#8220;Add Attachement&#8221; button is missing from your new thread or new post page, there are a couple of ...]]></description>
			<content:encoded><![CDATA[<p>vBulletin is great software, but every now and then it needs a kick in the behind to get working correctly. Occasionally, something will popup that just doesn&#8217;t make sense. Lets examine the add attachment feature.</p>
<p>If the &#8220;Add Attachement&#8221; button is missing from your new thread or new post page, there are a couple of things to consider:</p>
<ul>
<li>Is your current usergroup allowed to post attachments?</li>
<li>Is the current forum allowed to post attachments?</li>
<li>Is the setting: Number of attachment buttons greater than zero?</li>
<li>Does the &#8220;View Permissions&#8221; for your user show that you&#8217;re allowed to post attachments?</li>
</ul>
<p>If all of those are YES, and you are still stumped, lets dig deeper.</p>
<ul>
<li>Have you had a recent crash of vBulletin?</li>
<li>Have you upgraded vBulletin recently?</li>
<li>Do you use <a title="vBulletin Memcached Troubles" href="http://j2websystems.com/blog/335-vbulletin-memcache-bug-unable-to-connect-to-memcache-server.html">memcached</a>?</li>
</ul>
<p>If YES to any of those, or even if you had NO for all of them, lets check the cache.</p>
<p>Go to Attachments menu on your admincp, and then click &#8220;Allowed Filetypes.&#8221; Make sure you have some! If you don&#8217;t, that is your problem there. If you DO have some, click on any one of them. Then click &#8220;Save.&#8221;</p>
<p>What we are doing is rebuilding your datastore&#8217;s cache. It is an internal glob of settings that the vBulletin software uses. Go ahead and check your new post page and check to see if your Add Attachment Button is back!</p>
<p>Until Next Time!</p>
<p>P.s. Remember to sacrifice enough chickens this time so you won&#8217;t piss off vBulletin again!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://j2websystems.com/blog/396-vbulletin-manage-attachments-button-missing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin Memcached Troubles</title>
		<link>http://j2websystems.com/blog/335-vbulletin-memcache-bug-unable-to-connect-to-memcache-server.html</link>
		<comments>http://j2websystems.com/blog/335-vbulletin-memcache-bug-unable-to-connect-to-memcache-server.html#comments</comments>
		<pubDate>Thu, 19 May 2011 23:50:55 +0000</pubDate>
		<dc:creator>web_connect</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vBulletin]]></category>

		<guid isPermaLink="false">http://j2websystems.com/?p=335</guid>
		<description><![CDATA[Bugged Out vBulletin has two bugs which drastically affect the performance and reliability of the default vBulletin forum installation. This post explains the two bugs and shows you how to fix them. Invalid key name. (Causes Invalid or Corrupted Datastore) Have you ever gotten this error when using memcached? Fatal error: vBulletin datastore cache incomplete ...]]></description>
			<content:encoded><![CDATA[<h2>Bugged Out</h2>
<p>vBulletin has two bugs which drastically affect the performance and reliability of the default vBulletin forum installation. This post explains the two bugs and shows you how to fix them.</p>
<h3>Invalid key name. (Causes Invalid or Corrupted Datastore)</h3>
<p>Have you ever gotten this error when using memcached?</p>
<blockquote><p><strong>Fatal error: vBulletin datastore cache incomplete or corrupt</strong>.</p></blockquote>
<p>When you are using multiple memcached servers to power your vBulletin installation, vbulletin will actually try to fall back onto the database if there is a memcahed outage (Graceful Degradation.) However, in the process of falling back, it passes the same keys that it stores in memcached to the database. That would be great if only the key names did not differ between memcached and the database.</p>
<p>vBulletin appends a prefix to the key names only for the memcached service in order to prevent key hash clashing with servers running multiple installations of vBulletin. If the software did not do this you could not have 2 or more vbulletin websites using the same memcached server.</p>
<p>After the key names are prefixed with the COOKIE_PREFIX config setting, vbulletin then stores and retrieves the values from memcached. It is on the fetch function of vbulletin&#8217;s memcached implementation does this affect your website. If your memcached server does not have the item in the server (because the server was reset or the items expired in cache), vBulletin will then try to go to the database. However instead of asking the database for the correct item using the real key name, it will use the key name that has been prefixed with the COOKIE_PREFIX for the database query. The server will return 0 results. When this happens, vBulletin has no option but to crash and ask you to rebuild your datastore.</p>
<h3>Bug 2: vBulletin Memcached Availability Dependency</h3>
<p>This bug is concerning users who are only using 1 memcached server, or users who are using PHP with the php-memcache module v. 1.5.0 or older. vBulletin will throw the error:</p>
<blockquote><p><strong>Unable to connect to memcache server</strong>.</p></blockquote>
<p>This is because if the memcached connection is not available, vBulletin will just give up and die. This is a big no-no. Cache&#8217;s are meant to be a convenience, not a dependency. If the cache is unavailable or if the cache request misses, basic logic is to return to the data source and try to get the original information. The fix is a simple one liner, which replaces all</p>
<blockquote><p>trigger_error(&#8216;Unable to connect to memcache server&#8217;, E_USER_ERROR);</p></blockquote>
<p>with</p>
<blockquote><p>return 3;</p></blockquote>
<p>in /includes/class_datastore.php</p>
<p>The return &#8220;3&#8243; is just an arbitrary number, the function which the errors occur in already have a number code return type.</p>
<p><a title="Altering vBulletin to handle memcached failures" rel="prettyPhoto[gallery]" href="http://j2websystems.com/wp-content/uploads/2011/05/degrading-memcache.png"><img width="300px" src="http://j2websystems.com/wp-content/uploads/2011/05/degrading-memcache.png" alt="Degrading Memcached" /></a><br />
<a title="vBulletins Key Value Manipulation Error" rel="prettyPhoto[gallery]" href="http://j2websystems.com/wp-content/uploads/2011/05/memcache-vbulletin-key-bug.png"><img width="300px" src="http://j2websystems.com/wp-content/uploads/2011/05/memcache-vbulletin-key-bug.png" alt="Memcached vBulletin Key Value Bug" /></a></p>
<h2>Resolution</h2>
<p>We have submitted the bug reports to vBulletin, available at:</p>
<p><a href="http://tracker.vbulletin.com/browse/VBIV-12149">http://tracker.vbulletin.com/browse/VBIV-12149</a> and <a href="http://tracker.vbulletin.com/browse/VBIV-12147">http://tracker.vbulletin.com/browse/VBIV-12147</a></p>
]]></content:encoded>
			<wfw:commentRss>http://j2websystems.com/blog/335-vbulletin-memcache-bug-unable-to-connect-to-memcache-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>./memcached: error while loading shared libraries: libevent-1.3e.so.1: cannot open shared object file: No such file or directory</title>
		<link>http://j2websystems.com/blog/329-memcached-error-while-loading-shared-libraries-libevent-1-3e-so-1-cannot-open-shared-object-file-no-such-file-or-directory.html</link>
		<comments>http://j2websystems.com/blog/329-memcached-error-while-loading-shared-libraries-libevent-1-3e-so-1-cannot-open-shared-object-file-no-such-file-or-directory.html#comments</comments>
		<pubDate>Thu, 19 May 2011 23:43:42 +0000</pubDate>
		<dc:creator>web_connect</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://j2websystems.com/?p=329</guid>
		<description><![CDATA[About Memcached Memcached is a high performance caching system which is used by many of the world&#8217;s top trafficked websites. Including LiveJournal, Facebook, and many of our own websites. It enables you to save data results that would normally (in most cases) come from a database into memory. This can make your application thousands of ...]]></description>
			<content:encoded><![CDATA[<h2>About Memcached</h2>
<p>Memcached is a high performance caching system which is used by many of the world&#8217;s top trafficked websites. Including LiveJournal, Facebook, and many of our own websites. It enables you to save data results that would normally (in most cases) come from a database into memory. This can make your application thousands of times faster. In this post, we will show you how to install memcached on CentOS (or Fedora Core) while overcoming a common obstacle: The libevent.so module not being found.</p>
<h2>Installing Memcached on CentOS / Fedora Core</h2>
<p>To install memcached on Cent OS without getting the error</p>
<blockquote><p>./memcached: error while loading shared libraries: libevent-1.3e.so.1: cannot open shared object file: No such file or directory</p></blockquote>
<p>Run the command</p>
<blockquote><p>yum install libevent-devel</p></blockquote>
<p>The complete steps to compiling and installing memcached are as follows:</p>
<ol>
<li>Make sure you have a GCC Compiler. If not, run<br />
yum install gcc</li>
<li>Install the libevent dependency<br />
yum install libevent-devel</li>
<li>Download the latest memcached source from <a title="Memcached Offical Website" href="http://memcached.org" target="_blank">www.memcached.org</a><br />
wget &#8220;<a title="Memcache Source v. 1.4.5" href="http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz" target="_blank">http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz</a>&#8220;</li>
<li>Unzip<br />
tar zxpfv memcached*</li>
<li>Change directory into unziped dir<br />
cd memcached*</li>
<li>Configure Memcached<br />
./configure</li>
<li>Make and Install<br />
make install</li>
<li>Run memcached: These values may not work for you but they are just to make sure memcached will run.<br />
./memcached -u nobody -m 48 -p 11211</li>
<li>??</li>
<li>Profit</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://j2websystems.com/blog/329-memcached-error-while-loading-shared-libraries-libevent-1-3e-so-1-cannot-open-shared-object-file-no-such-file-or-directory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Design</title>
		<link>http://j2websystems.com/blog/261-new-website-design.html</link>
		<comments>http://j2websystems.com/blog/261-new-website-design.html#comments</comments>
		<pubDate>Tue, 17 May 2011 03:03:36 +0000</pubDate>
		<dc:creator>web_connect</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://new.j2websystems.com/?p=261</guid>
		<description><![CDATA[Hello, we have re designed our company&#8217;s website: http://j2websystems.com It now features a blog section where we will write about industry news, projects, and tech solutions for your business. Look forward to our new posts in the near future!]]></description>
			<content:encoded><![CDATA[<p>Hello, we have re designed our company&#8217;s website: http://j2websystems.com It now features a blog section where we will write about industry news, projects, and tech solutions for your business.</p>
<p>Look forward to our new posts in the near future!</p>
]]></content:encoded>
			<wfw:commentRss>http://j2websystems.com/blog/261-new-website-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Donations Towards Berkeley Open Infrastructure</title>
		<link>http://j2websystems.com/blog/317-donations-towards-berkeley-open-infrastructure.html</link>
		<comments>http://j2websystems.com/blog/317-donations-towards-berkeley-open-infrastructure.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 04:45:32 +0000</pubDate>
		<dc:creator>web_connect</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://j2websystems.com/?p=317</guid>
		<description><![CDATA[J2 Web Systems Donates to the Berkeley Open Infrastructure The Berkeley Open Infrastucture for Network Computing is an community of open source software that enables servers, and desktop computers to donate their processing power toward the advancement of numerous humanity projects. Computers that participate in the BOINC program run software that is linked to a ...]]></description>
			<content:encoded><![CDATA[<h3>J2 Web Systems Donates to the Berkeley Open Infrastructure</h3>
<p>The Berkeley Open Infrastucture for Network Computing is an community of open source software that enables servers, and desktop computers to donate their processing power toward the advancement of numerous humanity projects. Computers that participate in the BOINC program run software that is linked to a backbone cluster of scientific computers controlled by BOINC. The software that is hosted on participating computers retrieve information and equations for it to compute. It then returns the results to the BOINC infrastructure and repeats the process.</p>
<h3>Our steps towards the cure of HIV</h3>
<p>We have donated two of our internal development servers and one of our production servers to the project. The computers that we have donated are computing information that determines the 3-dimensional shapes of protiens that scientist use in research to create new medicines and discoveries which combat HIV, Malaria, Cancer, an Aylmer&#8217;s disease. We do not get tax write offs, or anything that would benefit us. But that is ok, because C2 Global Technologies wants to better the world, both on the Internet and off.</p>
]]></content:encoded>
			<wfw:commentRss>http://j2websystems.com/blog/317-donations-towards-berkeley-open-infrastructure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Trade Now Case Study</title>
		<link>http://j2websystems.com/blog/308-book-trade-now-case-study.html</link>
		<comments>http://j2websystems.com/blog/308-book-trade-now-case-study.html#comments</comments>
		<pubDate>Mon, 08 Jan 2007 04:38:36 +0000</pubDate>
		<dc:creator>web_connect</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Case Study]]></category>

		<guid isPermaLink="false">http://j2websystems.com/?p=308</guid>
		<description><![CDATA[SYNOPSIS J2 Web Systems developed a version of the site booktradenow for the purpose of selling, buying, and trading textbooks. The website was developed using the web framework &#38; language Ruby on Rails. We choose to use mySQL as for the databases which would contain thousands of books in their inventory. The website was built on ...]]></description>
			<content:encoded><![CDATA[<h3>SYNOPSIS</h3>
<p><strong>J2</strong> <strong>Web</strong> <strong>Systems</strong> developed a version of the site booktradenow for the purpose of selling, buying, and trading textbooks. The website was developed using the <strong>web</strong> framework &amp; language Ruby on Rails. We choose to use mySQL as for the databases which would contain thousands of books in their inventory. The website was built on time and ahead of schedule, which was outstanding considering their previous contractor took over 9 months.</p>
<h3>OUR CONSULTATION</h3>
<p>Book Trade Now asked <strong>J2</strong> <strong>Web</strong> <strong>Systems</strong> to give consultation for various functions &amp; aspects of the website. We then formulated<strong>three additional methods</strong> for which they can bring better customer service, increased revenue, and overall funcationality to the site. Those features were:</p>
<ol>
<li>Buying TextBooks</li>
<li>Selling TextBooks</li>
<li>Linking Amazon&#8217;s Book API to their front end</li>
</ol>
<h3>OTHER</h3>
<p>One important note to state is that they are a small, young, yet motivated company. Their website may have changed due to their constant research and innovative methods of business. For this reason screen shots our version of the website will be available soon.</p>
<div>
<div>
<p><strong>J2</strong> <strong>Web</strong> <strong>Systems</strong> was so efficient in taking care of my needs. The company showed full rapport and provided excellent customer service by laying everything out that they can provide on paper very clearly and everything was professionally documented. They produced excellent results in an amazing amount of time. Our whole website was done in only one week! Our previously scrapped attempts took nine months!&#8221;<br />
-Douglas Chan, CEO booktradenow.com</p>
<div class="callout_box"><h4>BOOKTRADENOW Overview</h4><div class="inner"></p>
<ul>
<li>Enables Students to buy sell or trade textbooks</li>
<li>Based in San Antonio Texas</li>
<li>Website written in Ruby on Rails</li>
<li>Implemented mySQL Databases</li>
<li>Implemented Amazon&#8217;s book API</li>
</ul>
<p></div><!--inner--></div><!--callout_box-->
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://j2websystems.com/blog/308-book-trade-now-case-study.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
