<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
      <title>Development Blog</title>
      <atom:link href="http://www.bluecrownsoftware.com/rss/73/rss.xml" rel="self" type="application/rss+xml" />
      <link>http://www.bluecrownsoftware.com/development.html</link>
      <description>Development Blog</description>
      <language>en-us</language>
      <pubDate>Sat, 4 Sep 2010 23:34:00 MST</pubDate>
      <lastBuildDate>Sat, 4 Sep 2010 23:34:00 MST</lastBuildDate>
      <generator>Blue Crown Software</generator>
      <item>
         <title>Handling large amounts of Data in the Google Map API</title>
         <link>http://www.bluecrownsoftware.com/article/275/Handling-large-amounts-of-Data-in-the-Google-Map-API</link>
         <description><![CDATA[<span style="font-family: Verdana; line-height: normal; "><h3 id="markerclusterer" style="font-size: 150%; margin-top: 1em; margin-right: 0px; margin-bottom: 0.1em; margin-left: 0px; font-family: Arial, Helvetica, sans-serif; color: #ff6400; text-decoration: none; ">MarkerClusterer - Optimal Method for Handling large amounts of Data in the Google Map API</h3><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; "></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; ">This library, which is written by Xiaoxi Wu and is part of the Google Maps Open Source Utility Library is easy to use and shows excellent performance.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; ">Like some of the other libraries it reduces the number of visible markers by clustering them together making it easier to get an overview. Watch the image below to see how.</p><div class="image" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; clear: both; "><img  src="http://www.svennerberg.com/wp-content/uploads/2009/01/screenshot_clusterereffect.jpg" alt="" class="alignnone " style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; " /><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 80%; "></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 80%; ">Image by <a href="http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html" style="color: #333333; ">Xiaoxi Wu</a></p><br><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; ">It’s constructor takes three arguments, the first one being a reference to the map, the second one being an array of GMarkers and the third one being an object literal with options. Only the first one is required.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; "><code>var markerCluster = new MarkerClusterer(map, markers, opts);</code></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; ">So to add a bunch of markers to the map having the default settings of the MarkerClusterer you do this:</p><div class="dp-highlighter" style="font-family: Consolas, 'Courier New', Courier, mono; font-size: 12px; background-color: #e7e5dc; width: 99%; overflow-x: auto; overflow-y: auto; margin-top: 18px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding-top: 1px; "><div class="bar" style="padding-left: 45px; "><div class="tools" style="padding-top: 3px; padding-right: 8px; padding-left: 10px; font: normal normal normal 9px/normal Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; background-color: #f8f8f8; padding-bottom: 10px; border-left-width: 3px; border-left-style: solid; border-left-color: #6ce26c; "><a href="http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#" onclick="dp.sh.Toolbar.Command('ViewSource',this);return false;" style="font-size: 9px; color: #a0a0a0; text-decoration: none; margin-right: 10px; ">view plain</a><a href="http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#" onclick="dp.sh.Toolbar.Command('CopyToClipboard',this);return false;" style="font-size: 9px; color: #a0a0a0; text-decoration: none; margin-right: 10px; ">copy to clipboard</a><a href="http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#" onclick="dp.sh.Toolbar.Command('PrintSource',this);return false;" style="font-size: 9px; color: #a0a0a0; text-decoration: none; margin-right: 10px; ">print</a><a href="http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#" onclick="dp.sh.Toolbar.Command('About',this);return false;" style="font-size: 9px; color: #a0a0a0; text-decoration: none; margin-right: 10px; ">?</a><br><br><ol start="1" class="dp-c" style="list-style-type: decimal-leading-zero; list-style-position: initial; list-style-image: initial; background-color: #ffffff; margin-top: 0px; margin-right: 0px; margin-bottom: 1px; margin-left: 45px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #5c5c5c; "><li class="alt" style="margin-bottom: 1em; border-left-width: 3px; border-left-style: solid; border-left-color: #6ce26c; padding-left: 10px; line-height: 14px; background-color: #ffffff; "><span style="color: black; "><span class="keyword" style="color: #006699; font-weight: bold; ">var</span><span style="color: black; "> markers = [];  </span></span></li>
<li style="margin-bottom: 1em; border-left-width: 3px; border-left-style: solid; border-left-color: #6ce26c; background-color: #f8f8f8; padding-left: 10px; line-height: 14px; "><span style="color: black; "><span class="comment" style="color: #008200; ">// Insert code to fill the markerArray with markers...</span><span style="color: black; ">  </span></span></li>
<li class="alt" style="margin-bottom: 1em; border-left-width: 3px; border-left-style: solid; border-left-color: #6ce26c; padding-left: 10px; line-height: 14px; background-color: #ffffff; "><span style="color: black; "><span class="comment" style="color: #008200; ">// Creating a new cluster by adding the map and the array of markers</span><span style="color: black; ">  </span></span></li>
<li style="margin-bottom: 1em; border-left-width: 3px; border-left-style: solid; border-left-color: #6ce26c; background-color: #f8f8f8; padding-left: 10px; line-height: 14px; "><span style="color: black; "><span class="keyword" style="color: #006699; font-weight: bold; ">var</span><span style="color: black; "> markerCluster = </span><span class="keyword" style="color: #006699; font-weight: bold; ">new</span><span style="color: black; "> MarkerClusterer(map, markers);  </span></span></li>
</ol>
</li>
<br><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; ">See the <a href="http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/docs/reference.html" style="color: #1a1a1a; ">documentation</a> for a full explanation of the library and it’s capabilities. Also read <a href="http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html" style="color: #333333; ">MarkerClusterer: A Solution to the Too Many Markers Problem</a> on the Google Geo Developer blog for more information.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; "><a href="http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/src/markerclusterer.js" style="color: #333333; ">Download markerclusterer.js</a></p></span>]]></description>
         <pubDate>Wed, 20 May 2009 10:50:49 MST</pubDate>
         <guid>http://www.bluecrownsoftware.com/article/275/Handling-large-amounts-of-Data-in-the-Google-Map-API</guid>
      </item>
      <item>
         <title>Free Stock Photo Sites</title>
         <link>http://www.bluecrownsoftware.com/article/274/Free-Stock-Photo-Sites</link>
         <description><![CDATA[<p>Whether you’re designing an artistic website or searching for images
to post on your blog, sites that carry not only free but awesome stock
photos may very well come in handy. Utilizing the correct set of photos
for any project is key, especially if you’re designing an ad for a
client, you should always put in your best effort as well as the best
images you can find fit for the job.</p>
<p>Many of the designers I’ve come across like to download most of
their images from 2-3 of the largest sites containing stock photos,
however as creative artists I believe we should play the mix and match
game that allows us to choose from wide variety of stock images instead
of the same “old” set of photos we may be fond of.</p>
<p>Giving a project that requires stock images your best should include
photos that are not only sharp, but clear as well. Here we’ll have the
pleasure to visit a few awesome (25 to be exact) sites that’ll provide
all the needed images to fuel any project, job, or site requiring stock
photos. <span id="more-4431"></span></p>
<p><strong><a href="http://www.stockvault.net/">StockVault</a></strong></p>
<p style="text-align: justify;"><img  class="alignnone size-full wp-image-4445 " src="http://tutorialblog.org/wp-content/uploads/stock-img-01.jpg" alt="stock-img-01" width="500" height="250" /></p>
<p>Stockvault.net is an image sharing website that allows designers,
photographers and artists alike to share their images and photographs
with one another. If you’re a designer in need of photos then all you
have to do is quickly register and download all of the images you
desire for free.</p>
<p><strong><a href="http://www.pixelgalerie.com/">Pixel Galerie</a></strong></p>
<p><img  class="alignnone size-full wp-image-4446 " src="http://tutorialblog.org/wp-content/uploads/stock-img-02.jpg" alt="stock-img-02" width="500" height="250" /></p>
<p style="text-align: justify;">Pixel Galerie is not an English site;
however, with its wide variety of free stock images it was only fair to
include it within this list. Although it may be a bit difficult to read
(if you’re not familiar with the language) it is fairly easy to scroll
through the sites archives and download your photos.</p>
<p style="text-align: justify;">
</p><p><strong><a href="http://www.freerangestock.com/">Free Range</a></strong></p>
<p><img  class="alignnone size-full wp-image-4447 " src="http://tutorialblog.org/wp-content/uploads/stock-img-03.jpg" alt="stock-img-03" width="500" height="250" /></p>
<p>This site provides high-quality of stock photos for both commercial
and non-commercial use. This is all provided for free. Images on Free
Range are submitted by talented photographers, shot by the site itself,
or taken form a wide variety of archives.</p>
<p><strong><a href="http://morguefile.com/archive/">MorgueFile</a></strong></p>
<p><img  class="alignnone size-full wp-image-4448 " src="http://tutorialblog.org/wp-content/uploads/stock-img-04.jpg" alt="stock-img-04" width="500" height="250" /></p>
<p>MorgueFile offers free photos in various archives for the creative.
You can also contribute images in any category listed as well as opt
create new categories. The free images on this site are easily
searchable, trouble-free to find and simple to download.</p>
<p><strong><a href="http://www.everystockphoto.com/">EveryStockPhoto</a></strong></p>
<p><img  class="alignnone size-full wp-image-4449 " src="http://tutorialblog.org/wp-content/uploads/stock-img-05.jpg" alt="stock-img-05" width="500" height="250" /></p>
<p>This gigantic resource site indexes over 3 million photos. This site
leans towards being more of a search engine for free photos. It
searches hundreds of sites and allows you to specify the license type
in order for you to rule out unwanted images.</p>
<p><strong><a href="http://www.sxc.hu/">Stock.xchng</a> </strong></p>
<p><img  class="alignnone size-full wp-image-4450 " src="http://tutorialblog.org/wp-content/uploads/stock-img-06.jpg" alt="stock-img-06" width="500" height="250" /></p>
<p>Stock.xchng is one of the more popular sites for free photos.
Searching and browsing through countless numbers of images couldn’t be
easier. This site also includes a feature called lightbox; this can
come in handy for saving images for later use.</p>
<p><strong><a href="http://openphoto.net/">Openphoto</a></strong></p>
<p><img  class="alignnone size-full wp-image-4451 " src="http://tutorialblog.org/wp-content/uploads/stock-img-07.jpg" alt="stock-img-07" width="500" height="250" /></p>
<p>Openphoto groups all of their images by various categories. They
also offer easy search functionality while registration is only
necessary if you’d like to upload images.</p>
<p><strong><a href="http://www.unprofound.com/">Unprofound</a></strong></p>
<p><img  class="alignnone size-full wp-image-4453 " src="http://tutorialblog.org/wp-content/uploads/stock-img-081.jpg" alt="stock-img-081" width="500" height="250" /></p>
<p>Unprofound is can be classified as an unusual or unorthodox site for
free stock photos. This is because this site groups images by color,
instead of its corresponding category. There is absolutely no search
function; however, scavenging through photos isn’t next to impossible.
You can also create and online portfolio and contribute to their
collection.</p>
<p><strong><a href="http://www.photorogue.com/">PhotoRogue</a></strong></p>
<p><img  class="alignnone size-full wp-image-4454 " src="http://tutorialblog.org/wp-content/uploads/stock-img-09.jpg" alt="stock-img-09" width="500" height="250" /></p>
<p>Photo Rogue brings something unique and unseen to the online
community of free stock photos. This is because they actually take
individual online requests for specific images. Their diverse crew of
photographers will go out and take your photo for you, all for free!</p>
<p><strong><a href="http://geekphilosopher.com/MainPage/photos.htm">Geek Philosopher</a></strong></p>
<p><img  class="alignnone size-full wp-image-4455 " src="http://tutorialblog.org/wp-content/uploads/stock-img-10.jpg" alt="stock-img-10" width="500" height="250" /></p>
<p>Geek Philosopher offers a wide range of categories for free. You
don’t have to register, although they simply request that you place the
correspondent photo credit when you use an image. Along with the free
photos, they also offer backgrounds and various wallpapers.</p>
<p><strong><a href="http://woophy.com/">Woophy</a></strong></p>
<p><img  class="alignnone size-full wp-image-4456 " src="http://tutorialblog.org/wp-content/uploads/stock-img-11.jpg" alt="stock-img-11" width="500" height="250" /></p>
<p>Woophy uses an incredible map concept and utilizes its home pages as
huge map of the world. Every single dot on the entire map represents a
photo or group of photos taken at that specific part of the world. This
is a special community for travel photographers allowing them to share
their images with the entire world.</p>
<p><strong><a href="http://www.photorack.net/index.php">PhotoRack</a></strong></p>
<p><img  class="alignnone size-full wp-image-4457 " src="http://tutorialblog.org/wp-content/uploads/stock-img-12.jpg" alt="stock-img-12" width="500" height="250" /></p>
<p>PhotoRack houses a large collection of images in the thousands (over
27,000 to be exact). All of the images are organized in their
respectful categories which are broken down into subcategories as well.</p>
<p><strong><a href="http://www.freepixels.com/">FreePixels</a></strong></p>
<p><img  class="alignnone size-full wp-image-4458 " src="http://tutorialblog.org/wp-content/uploads/stock-img-13.jpg" alt="stock-img-13" width="500" height="250" /></p>
<p>This site offers corporate styled images that are usually found on
paid registration sites. You can easily and quickly search for photos
as well as make full use of the tag cloud found on the site.</p>
<p><strong><a href="http://www.designpacks.com/Image_Catalog/">Design Packs</a></strong></p>
<p><img  class="alignnone size-full wp-image-4459 " src="http://tutorialblog.org/wp-content/uploads/stock-img-14.jpg" alt="stock-img-14" width="500" height="250" /></p>
<p>Design Packs, a small collection of images, grouped into “packs” of
15 images. These images are each in a pack followed by a common theme,
such as Money, Flowers, or Lights. These images should appeal to
designers and others looking for “abstract” images for backgrounds.</p>
<p><strong><a href="http://www.freefoto.com/index.jsp">FreeFoto</a></strong></p>
<p><img  class="alignnone size-full wp-image-4460 " src="http://tutorialblog.org/wp-content/uploads/stock-img-15.jpg" alt="stock-img-15" width="500" height="250" /></p>
<p>Freefoto is made up of 117,600 images with over 150+ sections
organized into 3,285 categories. There’s a search function, and usage
is completely unrestricted. All you have to do is include an
attribution link back to Freefoto.com.</p>
<p><strong><a href="http://www.pixelperfectdigital.com/">Pixel Perfect Digital</a></strong></p>
<p><img  class="alignnone size-full wp-image-4463 " src="http://tutorialblog.org/wp-content/uploads/stock-img-1501.jpg" alt="stock-img-1501" width="500" height="250" /></p>
<p>Pixel Perfect Digital has a small but quickly growing collection of
numerous images. If you register this allows you to upload to your own
personal gallery. The search function allows you to search within one
or more category while viewing additional images as well.</p>
<p><strong><a href="http://www.freedigitalphotos.net/">Free Digital Photos</a></strong></p>
<p><a href="http://www.freedigitalphotos.net/"><img  class="alignnone size-full wp-image-4461 " src="http://tutorialblog.org/wp-content/uploads/stock-img-16.jpg" alt="stock-img-16" width="500" height="250" /></a></p>
<p>Free Digital Photos has a good search function, which is very
important when you’ve got this many images under one resource. Photos
are nicely grouped into categories for easy and quick browsing.</p>
<p><strong><a href="http://www.public-domain-photos.com/">Public Domain Photos</a></strong></p>
<p><img  class="alignnone size-full wp-image-4464 " src="http://tutorialblog.org/wp-content/uploads/stock-img-17.jpg" alt="stock-img-17" width="500" height="250" /></p>
<p>Public Domain Photos is exactly that: a photographer’s domain for
public display, all arranged by corresponding categories. There’s a
really good search function available, as well.</p>
<p><strong><a href="http://www.historicalstockphotos.com/">Free Historical Stock Photos</a></strong></p>
<p><img  class="alignnone size-full wp-image-4465 " src="http://tutorialblog.org/wp-content/uploads/stock-img-18.jpg" alt="stock-img-18" width="500" height="250" /></p>
<p>Free Historical Stock Photos contains various historical images,
including many by Matthew Brady (Civil War) and Dorothea Lange (Great
Depression). This site also includes paintings and vintage posters. The
images are gracefully categorized and easily findable with the use of a
search function.</p>
<p><strong><a href="http://www.nationsillustrated.com/">NationsIllustrated</a></strong><strong></strong></p>
<p><img  class="alignnone size-full wp-image-4466 " src="http://tutorialblog.org/wp-content/uploads/stock-img-19.jpg" alt="stock-img-19" width="500" height="250" /></p>
<p>Nations Illustrated showcases numerous amounts of pictures from all
over the world with over 7,000+ photos in its collection. You can
effectively browse by city, country, or continent.</p>
<p><strong><a href="http://www.kavewall.com/">Kave Wall</a></strong></p>
<p><img  class="alignnone size-full wp-image-4467 " src="http://tutorialblog.org/wp-content/uploads/stock-img-20.jpg" alt="stock-img-20" width="500" height="250" /></p>
<p>Kave Wall is a great source of professional-quality close-up and
great macro photography. If you need a great shot of paper clips or
rubber bands, this is definitely the place.</p>
<p><strong><a href="http://www.free-stockphotos.com/">Free Stock Photos</a></strong></p>
<p><img  class="alignnone size-full wp-image-4468 " src="http://tutorialblog.org/wp-content/uploads/stock-img-21.jpg" alt="stock-img-21" width="500" height="250" /></p>
<p>Free Stock Photos can be viewed as a small site that contains good
quality photographs in both low and high resolution. Photos are grouped
into easily searchable categories. The search function utilizes Google
however, which doesn’t work that well for images here.</p>
<p><strong><a href="http://imagebase.davidniblack.com/main.php">ImageBase</a></strong></p>
<p><img  class="alignnone size-full wp-image-4469 " src="http://tutorialblog.org/wp-content/uploads/stock-img-22.jpg" alt="stock-img-22" width="500" height="250" /></p>
<p>Photos on Imagebase are absolutely free to use, they are licensed
under the Creative Commons license. Images are available in two high
resolution (1600 x 1200 or 3072×2048) formats.</p>
<p><strong><a href="http://www.cepolina.com/freephoto/">Cepolina</a></strong></p>
<p><img  class="alignnone size-full wp-image-4470 " src="http://tutorialblog.org/wp-content/uploads/stock-img-23.jpg" alt="stock-img-23" width="500" height="250" /></p>
<p>Cepolina is an international site that has photo descriptions in
over 17 languages and the ability to browse photos using maps of the
world, including specific European countries. You can also browse by
definite categories, and use their search function.</p>
<p><strong><a href="http://www.abstractinfluence.com/forums/gallery/album.php?album_id=2">Abstract Influence</a></strong></p>
<p><img  class="alignnone size-full wp-image-4471 " src="http://tutorialblog.org/wp-content/uploads/stock-img-24.jpg" alt="stock-img-24" width="500" height="250" /></p>
<p>This site requires immediate registration in order to enter it,
however once you’ve registered you can upload or download, and
participate in all of the forums for free. This is a very
community-oriented site.</p>
<p><strong><a href="http://www.imageafter.com/">Image After</a></strong></p>
<p><img  class="alignnone size-full wp-image-4472 " src="http://tutorialblog.org/wp-content/uploads/stock-img-25.jpg" alt="stock-img-25" width="500" height="250" /></p>
<p>Imageafter has over 20,000+ images available. There are two
drop-downs (one for textures, one for images) that make it extremely
easy to browse desired categories. Imageafter allows you to use their
images on printed material for resale as well.</p>
<p><strong>To Conclude</strong></p>
<p>Whether you’re a graphic designer, web developer, or photograph
enthusiast there are hundreds of motives on why to use any of these
stock photo sites to find absolutely free images for whatever use. Take
a few minutes to browse through a couple of these sites and discover
interesting and useful photos for a wide range of purposes.</p>]]></description>
         <pubDate>Tue, 19 May 2009 15:42:27 MST</pubDate>
         <guid>http://www.bluecrownsoftware.com/article/274/Free-Stock-Photo-Sites</guid>
      </item>
      <item>
         <title>Installing MySQL without Root Access on Linux</title>
         <link>http://www.bluecrownsoftware.com/article/271/Installing-MySQL-without-Root-Access-on-Linux</link>
         <description><![CDATA[<span style="border-collapse: collapse; font-size: 10px; line-height: normal; white-space: pre; "><span style="font-size: 14px; "><span style="font-weight: bold;"><span style="font-size: 26px; "><img  style="margin: 5px;" alt="" src="http://www.bluecrownsoftware.com//data/d/328/mysql.gif" title="MySQL" align="right" />Installing MySQL without Root Access on Linux</span></span></span></span><span style="border-collapse: collapse; font-family: Tahoma; font-size: 25px; font-weight: bold; line-height: normal; white-space: pre;"><br /></span><br /><div style="text-align: left;">1. Download tar.gz file distribution from mysql.com and explode to a directory.<br /><div style="text-align: left;"><br /><div style="text-align: left;"><div style="text-align: left; ">2. From base MySQL directory run:<br /><div style="text-align: left; "><br /><div style="text-align: left; "><span class="Apple-tab-span" style="white-space: pre; ">		</span>./scripts/mysql_install_db --datadir=[Base MySQL Directory]/data<br /><div style="text-align: left; "><div style="text-align: left; "><br /><img  style="margin: 5px;" alt="People" src="http://www.bluecrownsoftware.com//data/d/329/240/sb10069165ag-001_4.jpg" title="People" align="right" /><div style="text-align: left; ">3. From base MySQL directory create some scripts for the following commands to start/stop and access command line:<br /><br /><span>&nbsp;&nbsp;&nbsp;&nbsp;<strong>Command to Start:</strong>&nbsp;</span><br /><div style="text-align: left; "><br /><div style="text-align: left; "><span class="Apple-tab-span" style="white-space: pre; ">		</span>./bin/mysqld --basedir=[Base MySQL Directory]&nbsp;--datadir=[Base MySQL Directory]/data --log-error=[Base MySQL Directory]/data/mysql.err --pid-file=[Base MySQL Directory]/mysql.pid --socket=[Base MySQL Directory]/thesock --port=3306 &<br /><div style="text-align: left; "><div style="text-align: left; "><br />&nbsp;&nbsp;&nbsp;&nbsp;<strong>Command to Stop:</strong><br /><span>&nbsp;</span><br /><div style="text-align: left; "><span class="Apple-tab-span" style="white-space:pre">		</span>./bin/mysqladmin --socket=[Base MySQL Directory]/thesock shutdown<br /><div style="text-align: left; "><div style="text-align: left; "><br />&nbsp;&nbsp;&nbsp;&nbsp;<strong>Command to Access MySQL database:</strong><br /><span>&nbsp;</span><br /><div style="text-align: left; "><span class="Apple-tab-span" style="white-space:pre">		</span>./bin/mysql --socket=[Base MySQL Directory]/thesock<br /><div style="text-align: left; "><div style="text-align: left; "><br /><div style="text-align: left; ">4. Start loading your data.<div style="text-align: left; "><br />]]></description>
         <pubDate>Thu, 7 May 2009 15:34:56 MST</pubDate>
         <guid>http://www.bluecrownsoftware.com/article/271/Installing-MySQL-without-Root-Access-on-Linux</guid>
      </item>
      <item>
         <title>Configure Log4J Programmatically for Stand-Alone Applications</title>
         <link>http://www.bluecrownsoftware.com/article/346/Configure-Log4J-Programmatically-for-StandAlone-Applications</link>
         <description><![CDATA[<span style="font-size: 10px; line-height: normal; border-collapse: collapse; white-space: pre; "><font style="font-family: 'Times New Roman'; font-size: 24px; "><strong><span>Configure Log4J Programmatically for Stand-Alone Applications<br /></span></strong></font><span> <br /></span></span><span style="text-decoration: underline;">Code Example</span><br /><span> </span><br />import org.apache.log4j.*;<br /><br />import java.io.IOException;<br /><span><br />public class LogTest {<br />    <br />  private static final Logger log = Logger.getLogger(LogTest.class);<br /><span>  </span>public static void main(String args[]) {<br />    //BasicConfigurator.configure();</span><br />    Logger rootLogger = Logger.getRootLogger();<br />    rootLogger.setLevel(Level.INFO);<br />    PatternLayout layout = new PatternLayout(PatternLayout.TTCC_CONVERSION_PATTERN);<br />    rootLogger.addAppender(new ConsoleAppender(layout));<br />    try {<br />        RollingFileAppender rfa = new RollingFileAppender(layout, "logtest.log");<br />        rfa.setMaximumFileSize(1000000);<br />        rootLogger.addAppender(rfa);<br /><br />    } catch (IOException e) {<br />           //  e.printStackTrace();<br />    }    log.info("Testing...");<span><br /><span>  </span>}</span><br /><span><br />}<br /><br /><span><b>Another possible PatternLayout to use for more readable format would be:</b></span><br /><br /><span>PatternLayout layout = new PatternLayout("%d{ISO8601} [%t] %-5p %c %x - %m%n");</span><br /><span> </span><br /></span>]]></description>
         <pubDate>Thu, 11 Jun 2009 16:11:34 MST</pubDate>
         <guid>http://www.bluecrownsoftware.com/article/346/Configure-Log4J-Programmatically-for-StandAlone-Applications</guid>
      </item>
      <item>
         <title>Increase Web Site Performance using PHP and GZIP</title>
         <link>http://www.bluecrownsoftware.com/article/370/Increase-Web-Site-Performance-using-PHP-and-GZIP</link>
         <description><![CDATA[<span style="font-size: 10px; line-height: normal; border-collapse: collapse; white-space: pre; "><strong><font style="font-size: 26px; "><span style="font-family: 'Times New Roman';">Increase Web Site Performance using PHP and GZIP</span></font></strong><br /><span>&nbsp;</span></span><br />You can <span>use <span class="caps">PHP</span></span> to return compressed content. Give your <span class="caps">HTML </span>file a .php extension and add this code to the top:<br /><span>&nbsp;</span><br /><br /><pre><code>&lt;?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?&gt;
</code></pre><span>&nbsp;</span><br /><p>If you are using Apache Web Server, there are also has two additional compression options:</p>


<ul>
<li><strong>mod_deflate</strong> is easier to set up and is standard.</li><li><strong>mod_gzip</strong> is more powerful: you can pre-compress content.</li></ul>
<p>Deflate is quick and works; use mod_gzip for more control. In either case, Apache checks if the browser sent the
“Accept-encoding” header and returns the compressed or regular version
of the file. However, some older browsers may have trouble and there are special directives you can add to correct this.</p>]]></description>
         <pubDate>Fri, 28 Aug 2009 11:01:37 MST</pubDate>
         <guid>http://www.bluecrownsoftware.com/article/370/Increase-Web-Site-Performance-using-PHP-and-GZIP</guid>
      </item>
   </channel>
</rss>