<?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>Bruin Alliance of Skeptics and Secularists &#187; Technical</title>
	<atom:link href="http://bruinskeptics.org/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://bruinskeptics.org</link>
	<description>Reason at UCLA</description>
	<lastBuildDate>Fri, 10 Feb 2012 04:41:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Site Updates Update!</title>
		<link>http://bruinskeptics.org/2009/06/16/site-updates-update/</link>
		<comments>http://bruinskeptics.org/2009/06/16/site-updates-update/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 18:41:00 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=464</guid>
		<description><![CDATA[
There have been several noticeable and several hidden updates to the BASS site these past few weeks. The biggest visible change you can see is that the color scheme and the graphics have changed. In the back end, I&#8217;ve updgraded Wordpress to the most recent version, removed and added plug-ins, tweaked the PHP, and incorporated [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-468" title="update-graphic1" src="http://bruinskeptics.org/wp-content/uploads/2009/06/update-graphic1.png" alt="update-graphic1" width="450" height="217" /></p>
<p>There have been several noticeable and several hidden updates to the BASS site these past few weeks. The biggest visible change you can see is that the color scheme and the graphics have changed. In the back end, I&#8217;ve updgraded Wordpress to the most recent version, removed and added plug-ins, tweaked the PHP, and incorporated several speed tweaks. I spent quite a bit of time (mostly while on the bus) writing notes (<a href="http://bruinskeptics.org/wp-content/uploads/2009/06/bass_site_notes1.jpg" rel="lightbox[464]">a page</a> or <a href="http://bruinskeptics.org/wp-content/uploads/2009/06/bass_site_notes2.jpg" rel="lightbox[464]">two</a>) on what I should do with the site.</p>
<p>BASS <a href="http://www.secularstudents.org/node/2110">won last year&#8217;s SSA Best Website award</a>. Hopefully we shall win again this year.The following are excerpts from my application for the <a href="http://secularstudents.org">Secular Student Allianc</a><a href="http://secularstudents.org">e</a> Best Website Award: <span id="more-464"></span></p>
<p>The key philosophy behind the BASS site is that of functionality. Does it do what we want it to do and does it do it well? This operates on two fronts. First, the site has to be easy to maintained and updated by BASS members. Second, people accessing the should be able to quickly find and obtain key information about BASS and its activities. I believe the BASS site accomplishes these two goals.</p>
<p>[...]</p>
<p>We have been using Wordpress for over a year now to run the BASS site and it has done its job fantastically. There have been several updates and changes to the BASS site recently. The main change would have to be updating Wordpress to its most recent version. While not visible to people going to the site, on the back end, there have been several refinements to the user interface design and usability and security patches. The several plug-ins running in the background have also been updated.<br />
The main changes to the site are:<br />
1. Upgrading to the latest Wordpress release<br />
2. Changing the color scheme of the site and updating graphics<br />
3. Several speed boosting tweaks<br />
4. The BASS site has a special iPhone theme! If it is viewed on the iPhone (and a few other mobile phones) the formatting changes for easy reading and browsing.<br />
5. Author names now link to the author page. I recently learned the required PHP code to accomplish this. Author names used to just be static, but now they link to a page showing the most recent posts by the author and an archive of their posts.</p>
<p><img class="aligncenter size-medium wp-image-481" title="bass-mobile1" src="http://bruinskeptics.org/wp-content/uploads/2009/06/bass-mobile1-199x300.jpg" alt="bass-mobile1" width="199" height="300" /></p>
<p style="text-align: center;">BASS site on the iPod Touch</p>
<p>Over the course of the year or so we&#8217;ve been using Wordpress for the BASS site I have learned a lot about Wordpress and the cogs and gears that make it work. I already go the core functionality right when I first installed Wordpress. This past year I&#8217;ve worked on refining and improving the site functionality. The main way I have done this was by utilizing speed tweaks in order to speed up page load, lessen load on the server, and lessen database queries to the server. I did this in several ways:<br />
1. Upgraded to the latest Wordpress release &#8211; Whenever Wordpress is updated, speed tweaks and performance enhancing improvements are done, so it&#8217;s important to update the site whenever there is an update.<br />
2. Upgrade plug-ins and remove unused ones &#8211; Plug-in updates also usually include speed enhancements. Removing unused plug-ins also reduces server queries and speeds up the site.<br />
3. Minimize PHP and database queries &#8211; Wordpress is run on PHP. This means, whenever someone loads a page, queries are made to the server to generate the HTML file you ultimately see in your browser. Certain queries are unneeded. I went ahead and coded static HTML links into the PHP code. For example, every time the page loads, the header portion asks the database for what the site name is. Since the site name will not be changing, I removed the PHP query code for the site name and replaced it with just the text of the site name.<br />
4.Optimizing and repairing the database &#8211; Wordpress runs on MySQL. Through time, errors can occur in the database. Plus, with all the rewrites and additions of data to the database, the data can be organized in an inefficient manner. Going in myPhpAdmin and optimizing the database table and correcting errors can speed up the site considerably.<br />
5.Optimize image &#8211; We have just begun to implement this strategy. Images usually are the largest page elements to load. By making them the minimum size needed for viewing and optimizing them for web view helps decrease the file size and speed up loading times.<br />
6.Caching &#8211; By utilizing a caching plug-in we lessen site load. Without caching, whenever someone accesses the site, a new web page has to be generated. This slows down the site a bit since the PHP code has to run to churn out the HTML page. With caching, a static HTML file of the site is generated and saved on the server. When someone accesses the site, they access this static HTML file and don&#8217;t run any PHP code to generate that page. After a preset time, the site will rerun the PHP code to generate a new HTML file. This ensures the site content remains up to date.</p>
<p>By utilizing these speed boosting tweaks, I managed to cut down the number of site queries by half and have it take about .5 seconds to do all these queries on average.The following is not an exhaustive list of the plug-ins active on the BASS site but a sampling of the most useful ones.</p>
<p>The plug-ins added to the BASS site really give it its power.<br />
1. Event calendar &#8211; Probably the most important plug-in we have active, the event calender allows us to easily publish events on the BASS site. It event has a great sidebar widget that shows the calendar of events and even a list of upcoming events. It is very easy to post events. By just making a blog post about the event and putting the event date into a special field, the plug-in automatically publishes the event onto the event calendar.<br />
2. WP-super cache &#8211; This plug-in is one of the speed boosting tweaks we use as described above.<br />
3. WP-sticky &#8211; This is one of the more important plug-ins used in the site. Sometimes when we have announcements, we&#8217;d like to post them at the top of the homepage. However, whenever we make another blog post, that announcement post would be pushed down the page and the new post would take its place on top. Now, using the WP-sticky plug-in, we can keep the announcement post on top of the page even if we post new posts. It&#8217;s also nice because it has a timer feature where when a certain date is reached, the post will resume its normal post status and go back into chronological order with the other posts.<br />
4. Fotoalbum &#8211; Having pictures on a site is a great way to show that there are real people behind the group and that these people have fun! It&#8217;s a great tool for making BASS more attractive. Before, we used the Photo Album plug-in that fetched images from the BASS flickr account. This however was rather cumbersome since we had to always upload pictures to the flickr account *and* also upload pictures to the BASS Facebook group. Now, with the Fotoalbum plug-in, we don&#8217;t even have to deal with flickr. Instead, the Fotoalbum plug-in fetches pictures from BASS albums from my Facebook account and beautifully creates photo albums of those pictures on the site. It even allows for a great side bar widget that shows 8 random picture from those albums. We also use the Lightbox plug-in in conjunction with Fotoalbum. When pictures are clicked on, they are displayed in a very nice way. Try it!<br />
5. Contact Form 7 &#8211; Coding a contact form is a bother. This plug-in makes it easy to customize contact forms and forms in general and place them on any post or page on the site.<br />
6. WPtouch iPhone Theme &#8211; With more and more people accessing the internet on mobile devices, I decided it&#8217;d be a good idea to make the site change its formatting when accessed by mobile devices in order to make it easier to read and browse through. When accessed by the Apple iPhone, Apple iPod touch, Google Android or Blackberry Storm the site will change itself to be more suitable for those devices.</p>
<p>[...]</p>
<p>All in all, I believe the BASS site is a very well rounded practical site that will serve BASS well in the coming months and years as it has been so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2009/06/16/site-updates-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BASS: Best Website of the Year!</title>
		<link>http://bruinskeptics.org/2008/06/02/bass-best-website-of-the-year/</link>
		<comments>http://bruinskeptics.org/2008/06/02/bass-best-website-of-the-year/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 23:30:25 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Awards]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[best award]]></category>
		<category><![CDATA[best website award]]></category>
		<category><![CDATA[secular student alliance]]></category>
		<category><![CDATA[ssa]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=124</guid>
		<description><![CDATA[
Great news! BASS is the SSA&#8217;s Best Website award winner! We not only get a plaque but $300 dollars as well!
From the SSA site:
Best Website-University of California Los Angeles -Bruin Alliance of Skeptics and Secularists.  Check out their great site.
Roy Natian of the group said of the website:
&#8220;The guiding principle behind the site is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://bruinskeptics.org/wp-content/uploads/2008/06/win-button.jpg" rel="lightbox[124]"><img class="alignnone size-medium wp-image-125" title="win-button" src="http://bruinskeptics.org/wp-content/uploads/2008/06/win-button-300x295.jpg" alt="" width="300" height="295" /></a></p>
<p>Great news! BASS is the <a href="http://www.secularstudents.org">SSA</a>&#8217;s Best Website award winner! We not only get a plaque but $300 dollars as well!</p>
<p>From the <a href="http://www.secularstudents.org/node/2110">SSA site</a>:</p>
<blockquote><p><strong>Best Website-</strong>University of California Los Angeles -Bruin Alliance of Skeptics and Secularists.  Check out <a href="http://www.bruinskeptics.org/">their great site.</a><br />
Roy Natian of the group said of the website:<br />
&#8220;The guiding principle behind the site is this: Function, Function, Function. The site has to be easy to use and to update. In planning ahead for BASS&#8217;s future, I wanted to make sure that we had a solid infrastructure. By making the site require minimal maintenance, I&#8217;m allowing future BASSiers to focus on more important facets of the running of BASS (such as planning educational events). An added benefit of having the site be easily updateable is that the site actually gets updated!&#8221;</p></blockquote>
<p>Thanks to Joe, for pushing me to make the BASS website in a blog form, Robin for posting so much, thanks to the future posters of this blog, and thanks to <a href="http://www.wordpress.com">Wordpress</a> for making such an awesome blogging software!</p>
<p>Next stop: BASS will work on winning the other awards!</p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2008/06/02/bass-best-website-of-the-year/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Recent Site Updates</title>
		<link>http://bruinskeptics.org/2008/05/02/recent-site-updates/</link>
		<comments>http://bruinskeptics.org/2008/05/02/recent-site-updates/#comments</comments>
		<pubDate>Sat, 03 May 2008 06:49:21 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=95</guid>
		<description><![CDATA[There have been some changes and additions to the site during the past week.

An online membership form has been created.
We&#8217;ve added pretty graphics to the About, BASS Crew, Skepticism 101, Secularism 101, Links, and Contact pages.
Fixed some bugs that no one but the site admins could see (trust us, they were there).
Added a poll plug-in [...]]]></description>
			<content:encoded><![CDATA[<p>There have been some changes and additions to the site during the past week.</p>
<ul>
<li>An online <a href="http://bruinskeptics.org/about/membership/">membership form</a> has been created.</li>
<li>We&#8217;ve added pretty graphics to the <a href="http://bruinskeptics.org/about">About</a>, <a href="http://bruinskeptics.org/bass-crew">BASS Crew</a>, <a href="http://bruinskeptics.org/skepticism-101">Skepticism 101</a>, <a href="http://bruinskeptics.org/secularism-101">Secularism 101</a>, <a href="http://bruinskeptics.org/links">Links</a>, and <a href="http://bruinskeptics.org/contact">Contact</a> pages.</li>
<li>Fixed some bugs that no one but the site admins could see (trust us, they were there).</li>
<li>Added a poll plug-in so that we may easily make polls to question you, the reader.</li>
<li>Added two more contributors to the site &#8211; Closeted Atheist and Daniel &#8211; who have yet to start posting.</li>
<li>Submitted the site to the <a href="http://www.secularstudents.org">SSA</a> for consideration in the <a href="http://www.secularstudents.org/node/192">Best Affiliate Website Award</a>.</li>
<li>Submitted and got accepted to the <a href="http://mojoey.blogspot.com/2006/09/join-mojoeys-atheist-blogroll.html">Atheist&#8217;s Blogroll</a>. It is an online service where the online atheist blogging community posts each other&#8217;s links on their websites in their blogroll. Check out the lower right of any BASS site page and you shall see a scrolling list of atheist/skeptic blog links.</li>
</ul>
<p>And that&#8217;s about it! Don&#8217;t forget, Brian Dunning is coming on May 14th to our meeting!</p>
<p style="font-size: 19.5px; line-height: 28.5px;">
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2008/05/02/recent-site-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Site So Far</title>
		<link>http://bruinskeptics.org/2008/04/28/the-site-so-far/</link>
		<comments>http://bruinskeptics.org/2008/04/28/the-site-so-far/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 07:12:08 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=64</guid>
		<description><![CDATA[By May 1st, the site will be complete. Yay! One of the major new changes to the site is that the BASS logo is now visible on the top right of every page. It was relatively simple to set up, but a major victory nonetheless since I used to know virtually no CSS coding. There [...]]]></description>
			<content:encoded><![CDATA[<p>By May 1st, the site will be complete. Yay! One of the major new changes to the site is that the BASS logo is now visible on the top right of every page. It was relatively simple to set up, but a major victory nonetheless since I used to know virtually no CSS coding. There are about 6 graphics or so that need to be created for the site &#8211; one for each page. But before those are created we shall input the rest of the data into the various pages of the site and have an online membership application form set up.</p>
<p>Once the site is 100% and polished we shall be applying for the <a href="http://www.secularstudents.org/">Secular Student Alliance</a> (SSA)<em> <a href="http://www.secularstudents.org/node/192">Best Website Award</a></em>. BASS won the SSA&#8217;s <em>Best New Affiliate</em> award for 2007, and I hope BASS wins the Best Website award for 2008.</p>
<p style="text-align: center;"><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/bruinskeptics/2407226118/"><img src="http://farm4.static.flickr.com/3168/2407226118_6afc399674.jpg" border="0" alt="BASS: Best New Affiliate of SSA for 2007" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2008/04/28/the-site-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>90% Capacity and Rising</title>
		<link>http://bruinskeptics.org/2008/04/19/90-capacity-and-rising/</link>
		<comments>http://bruinskeptics.org/2008/04/19/90-capacity-and-rising/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 23:22:13 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=44</guid>
		<description><![CDATA[To pull a number out of my&#8230;uh&#8230;head. I&#8217;d say the site is now at 90% running capacity. There is one major bug left and a possibly minor problem with a font color, but other than that, the site is running smoothly. I&#8217;m so happy!
As you can see, Robin already posted an article below. We&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>To pull a number out of my&#8230;uh&#8230;head. I&#8217;d say the site is now at 90% running capacity. There is one major bug left and a possibly minor problem with a font color, but other than that, the site is running smoothly. I&#8217;m so happy!</p>
<p>As you can see, Robin already posted an article below. We&#8217;ll be posting more meeting times, commentaries, news, and interesting info as time goes on. Don&#8217;t forget to subscribe to this blog via RSS using the link at the top right of this page.</p>
<p>I&#8217;m excited!</p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2008/04/19/90-capacity-and-rising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASS Update #3</title>
		<link>http://bruinskeptics.org/2008/04/18/bass-update-3/</link>
		<comments>http://bruinskeptics.org/2008/04/18/bass-update-3/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 23:55:20 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=14</guid>
		<description><![CDATA[Exciting stuff!
We&#8217;ve been playing around with the color scheme now. It&#8217;s not 100% done, but it&#8217;s better than before. We&#8217;ve also now got a photo album! You can see it to the right of this post. Plus, the events plug-in is working all fine and dandy now. The site is at around 85% operational capacity! [...]]]></description>
			<content:encoded><![CDATA[<p>Exciting stuff!</p>
<p>We&#8217;ve been playing around with the color scheme now. It&#8217;s not 100% done, but it&#8217;s better than before. We&#8217;ve also now got a photo album! You can see it to the right of this post. Plus, the events plug-in is working all fine and dandy now. The site is at around 85% operational capacity! There are just a few more things to tweak and then we&#8217;ll be full operational.</p>
<p>In summary, today we:</p>
<ul>
<li>installed the flickr photo album plug-in and set it up.</li>
<li>mixed around with colors.</li>
<li>added a <em>Contact</em> page</li>
<li>tested the various components</li>
</ul>
<p>That&#8217;s all for now. Have a great weekend.</p>
<p>-BASS Crew</p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2008/04/18/bass-update-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASS Site Update #2</title>
		<link>http://bruinskeptics.org/2008/04/17/bass-site-update-2/</link>
		<comments>http://bruinskeptics.org/2008/04/17/bass-site-update-2/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 05:39:49 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=9</guid>
		<description><![CDATA[Okay! So we still look like nothing has changed, but that is not the case!
We are almost done with the plug-ins. The 2 plug-ins we are still working on are the Events Calendar plug-in and flickr gallery photo plug-in. BASS has its own flickr photo page where we post photos relating to BASS. If you [...]]]></description>
			<content:encoded><![CDATA[<p>Okay! So we still look like nothing has changed, but that is not the case!</p>
<p>We are almost done with the plug-ins. The 2 plug-ins we are still working on are the <em>Events Calendar</em> plug-in and flickr gallery photo plug-in. BASS has its own <a href="http://www.flickr.com/photos/bruinskeptics/">flickr photo page</a> where we post photos relating to BASS. If you have flickr, add us to your contact list. Also, note that we now have a favicon of the BASS logo up there to the left of the site URL.</p>
<p>Once those two plug-ins are debugged, we shall move on to Phase 1.5: minor tweaking of the site&#8217;s colors. At the moment, it is a bit hard to read the text and links.</p>
<p>Phase 2 will consist of filling this site with tons of info relating to BASS, the skeptical community, making a list of important and useful links, and more.</p>
<p>Stay tuned.</p>
<p>-BASS Crew</p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2008/04/17/bass-site-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASS Site Update</title>
		<link>http://bruinskeptics.org/2008/04/11/bass-site-update/</link>
		<comments>http://bruinskeptics.org/2008/04/11/bass-site-update/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 07:17:54 +0000</pubDate>
		<dc:creator>Joe Creason</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[tweakage]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=4</guid>
		<description><![CDATA[Even though it looks like much hasn&#8217;t changed on the site, things have been a&#8217;brewin&#8217; in the background. We have been testing various modules and functionalities for the site and things haven&#8217;t been entirely smooth. Luckily, a site layout has been decided and more tweaking is on the way!
So stay tuned!
-The BASS Crew
]]></description>
			<content:encoded><![CDATA[<p>Even though it looks like much hasn&#8217;t changed on the site, things have been a&#8217;brewin&#8217; in the background. We have been testing various modules and functionalities for the site and things haven&#8217;t been entirely smooth. Luckily, a site layout has been decided and more tweaking is on the way!</p>
<p>So stay tuned!</p>
<p>-The BASS Crew</p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2008/04/11/bass-site-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Firefox!</title>
		<link>http://bruinskeptics.org/2007/02/07/get-firefox/</link>
		<comments>http://bruinskeptics.org/2007/02/07/get-firefox/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 07:39:10 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=30</guid>
		<description><![CDATA[If you are an Internet Explorer user, you’ll notice that the BASS site looks buggy. This is an inherent problem with Internet Explorer (its CSS reading capability is substandard) and we at BASS suggest you switch over to the Firefox browser since this site is optimally viewed in Firefox. It’s a fact that Firefox is [...]]]></description>
			<content:encoded><![CDATA[<p>If you are an Internet Explorer user, you’ll notice that the BASS site looks buggy. This is an inherent problem with Internet Explorer (its CSS reading capability is substandard) and we at BASS suggest you switch over to the Firefox browser since this site is optimally viewed in Firefox. It’s a fact that Firefox is more secure and user friendly than IE. Firefox has tabbed browsing and extra features such as <a onclick="javascript:urchinTracker ('/outgoing/addons.mozilla.org/extensions.php?app=firefox');" href="https://addons.mozilla.org/extensions.php?app=firefox">extensions</a> that make it very pleasant and useful web browser.  So please, switch over to Firefox 2.0!</p>
<p align="center">*Clicky* on the below link to get Firefox 2.0:</p>
<div style="text-align: center;"><a onclick="javascript:urchinTracker ('/outgoing/www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=215');" href="http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=215"><img title="Firefox 2" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox2/firefox-spread-btn-4.png" border="0" alt="Firefox 2" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2007/02/07/get-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweak Tweak Tweak</title>
		<link>http://bruinskeptics.org/2007/02/06/tweak-tweak-tweak/</link>
		<comments>http://bruinskeptics.org/2007/02/06/tweak-tweak-tweak/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 07:33:42 +0000</pubDate>
		<dc:creator>Roy Natian</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bruinskeptics.org/?p=29</guid>
		<description><![CDATA[We’re almost done with the site skin! We just have a bit more tweaking to do. Don’t worry if the site looks strange from time to time. It’s not you. It’s probably us working on some of the code. We’ve almost successfully implemented Nifty Cube a javascript based method for getting rounded corners. There quite [...]]]></description>
			<content:encoded><![CDATA[<p>We’re almost done with the site skin! We just have a bit more tweaking to do. Don’t worry if the site looks strange from time to time. It’s not you. It’s probably us working on some of the code. We’ve almost successfully implemented <a onclick="javascript:urchinTracker ('/outgoing/www.html.it/articoli/niftycube/index.html');" href="http://www.html.it/articoli/niftycube/index.html">Nifty Cube</a> a javascript based method for getting rounded corners. There quite a few snags to iron out, but I’m confident we’ll have it sorted out by the end of next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://bruinskeptics.org/2007/02/06/tweak-tweak-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

