<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ziki - Jayson L Conner-Newman's last published content</title>
    <link>http://www.ziki.com/en/nycgraphix+3840</link>
    <pubDate>thu, 17 Jul 2008 00:23:27 +0200</pubDate>
    <ttl>120</ttl>
    <description>My aggregated content at ziki.com</description>
    <item>
      <title>WordPress and WAMP Part 2</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/337480487/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://designcreatology.com/b/wp-content/uploads/2008/07/install4.png"><img title="Software Installing" src="http://designcreatology.com/b/wp-content/uploads/2008/07/install4.png" height="94" alt="" width="445" /></a>
</p>
<p>
  The software will now install.
</p>
<p>
  After all the files are extracted we are asked for the DocumentRoot directory. This is the root directory for your website and will contain <a href="http://wordpress.org" title="" style="padding-right: 13px;">WordPress</a> and any other files you want accessible through the webserver. Unless you have a specific reason, go with the default.
</p>
<p>
  <img title="Document Root" src="http://designcreatology.com/b/wp-content/uploads/2008/07/install5.png" height="306" alt="" width="303" />
</p>
<p>
  Next we are asked for the default browser. Your choice here is not really important, so pick whichever browser you prefer.
</p>
<p>
  <img title="Installed Files" src="http://designcreatology.com/b/wp-content/uploads/2008/07/install6.png" height="296" alt="" width="400" />
</p>
<p>
  And that’s it! We now have a fully working webserver on our computer. This same software is used in hundreds of thousands of websites across the world. We also have MySQL to provide our database.
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<p>
  <a name="akst_link_885" href="http://designcreatology.com/b/?p=885&amp;amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc.">Share This</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=ucURiJ"><img src="http://feeds.feedburner.com/~f/blogtology?i=ucURiJ" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=0H5qPJ"><img src="http://feeds.feedburner.com/~f/blogtology?i=0H5qPJ" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=BfZbKj"><img src="http://feeds.feedburner.com/~f/blogtology?i=BfZbKj" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/337480487" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>thu, 17 Jul 2008 00:23:27 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7357659</guid>
    </item>
    <item>
      <title>Connecting Your Database to the Web</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/307615721/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  Before you can build pages that are database driven, you must first establish a connection between your Web server and your database. In the Windows operating system, this process is relatively straightforward, but there are several potential pitfalls that can keep your pages from effectively communicating with your database. This article shows you the step-by-step process of setting up a data source name for your database.
</p>
<blockquote>
  <p>
    This article was excerpted from Inside Dreamweaver UltraDev, by Sean Nicholson.
  </p>
</blockquote>
<p>
  <strong>Creating a Data Source Name (DSN) Entry</strong><br />
  After you have built your database and have it located on your Web server, the first step in building your database-driven site is to create an avenue of communication between your Web server and the database. While this can be accomplished using drivers designed specifically for your flavor of database, it is much easier to use the Open Database Connectivity Driver (ODBC) or the Java Database Connectivity Driver (JDBC) to accomplish the task.
</p>
<p>
  ODBC and JDBC are standards that have been developed for communicating with modern databases. Most of today’s databases, including Access, SQL Server, and DB2, are capable of using the ODBC driver. Other databases are capable of using the JDBC driver. For instance, MySQL can either use the standard JDBC driver or connect through the ODBC driver using an additional program called MyODBC.
</p>
<p>
  <strong>How Many Drivers Do You Need?</strong><br />
  An ODBC or JDBC driver must be set up for each database that you want to connect to the Web.UltraDev also requires that you have the most recent ODBC drivers available in order to function properly. If you have not already installed the latest Microsoft Data Access Components (MDAC), I highly recommend that you take a moment and download them from <a href="http://www.microsoft.com/data" title="Dowload MDAC">MDAC</a> and install them on your workstation.
</p>
<p>
  <strong>Article Exercise: Establishing an ODBC Data Source for Your Database</strong><br />
  Setting up an ODBC data source on your workstation differs among operating systems. If the machine that you set up as your Web server is a Windows 9x machine, click Start/Settings/Control Panel. In the Control Panel, select ODBC Data Sources (32bit). If you are using Windows NT, select Start/Settings/Control Panel and select the Data Sources (ODBC) icon. If, however, your machine is using Windows 2000, you should select Start/Settings/Control Panel and choose the Administrative Tools icon. Within the Administrative Tools window, choose the Data Sources (ODBC) icon.
</p>
<p style="text-align: center;">
  <a href="http://designcreatology.com/b/wp-content/uploads/2008/06/untitled-2.gif" title="setting up a ODBC data source"><img src="http://designcreatology.com/b/wp-content/uploads/2008/06/untitled-2.thumbnail.gif" alt="setting up a ODBC data source" /></a>
</p>
<p>
  Choose the System DSN tab from the ODBC Data Source Administrator dialog box, shown in , and click the Add button.The System DSN tab allows you to create a data source that can be shared on the Internet. Using a System DSN
</p>
<p>
  <strong>Caution:</strong> To make a database available to your Web page visitors, you must create the ODBC source under the System DSN tab.
</p>
<p style="text-align: center;">
  <a href="http://designcreatology.com/b/wp-content/uploads/2008/06/access-setup.gif" title="ODBC Microsoft Access Setup"><img src="http://designcreatology.com/b/wp-content/uploads/2008/06/access-setup.thumbnail.gif" alt="ODBC Microsoft Access Setup" /><br /></a>
</p>
<p>
  Select the Microsoft Access driver and click Finish.In the ODBC Microsoft Access Setup dialog box, shown below, type the name you wish to use for your data source name in the Data Source Name field.In the Database panel of the ODBC Microsoft Access Setup dialog box, click the Select button.
</p>
<p>
  Navigate to the location of your database on your Web server and click OK
</p>
<p>
  Click the Options&gt;&gt; button located in the lower-right corner of the ODBC Microsoft Access Setup dialog box. In the Page Timeout field, type 5000.
</p>
<p>
  <strong>Changing the Default Page Timeout</strong>
</p>
<p>
  <strong>Caution:</strong> It is especially important that you change the default page timeout setting if you are using Windows 2000 as your Web server and an Access database. Failing to change this value can result in permission problems when accessing database-driven Web pages. For more information on this potential problem, visit <a href="http://www.macromedia.com/support/ultradev/ts/documents/80004005_win2k_error.htm" title="Changing yje default tage timeout">Microsoft</a>.
</p>
<p>
  Click OK to close the ODBC Microsoft Access Setup dialog box.
</p>
<p>
  As shown in the screenshot below the ODBC Data Source Administrator dialog box now shows a data source for your database.
</p>
<p style="text-align: center;">
  <a href="http://designcreatology.com/b/wp-content/uploads/2008/06/data-source-options.gif" title="ODBC Microsoft Access Setup"><img src="http://designcreatology.com/b/wp-content/uploads/2008/06/data-source-options.thumbnail.gif" alt="ODBC Microsoft Access Setup" /></a>
</p>
<p>
  A data source has been created for your database.
</p>
<p>
  <strong>The ODBC Microsoft Access Setup box.</strong><br />
  Before you can build pages that are database driven, you must first establish a connection between your Web server and your database. In the Windows operating system, this process is relatively straightforward, but there are several potential pitfalls that can keep your pages from effectively communicating with your database. This article shows you the step-by-step process of setting up a data source name for your database.
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!<a href="#top"><br />
  Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=McwrNI"><img src="http://feeds.feedburner.com/~f/blogtology?i=McwrNI" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=3GAOsI"><img src="http://feeds.feedburner.com/~f/blogtology?i=3GAOsI" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=t0FZii"><img src="http://feeds.feedburner.com/~f/blogtology?i=t0FZii" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/307615721" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>mon, 09 Jun 2008 01:22:58 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7058156</guid>
    </item>
    <item>
      <title>Solid Link Building</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/307045608/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><blockquote>
  <p>
    Once your new Web site is launched, you can submit it to Web directories and noncompetitive, industry-related Web sites. Once a Web site has some high-quality link development, the commercial search engines should easily discover your site through the natural crawling of the Web. However, submission is not the end of the optimization, design, and marketing processes. Individual Web page effectiveness must be monitored as well.
  </p>
</blockquote>
<h3>
  Understanding Link Development
</h3>
<p>
  Objective, third party link development is a key component to effective, long-term search engine optimization. Link development is one of the most overlooked components of a successful optimization campaign. Web site owners can write keyword-focused content and provide search engines with easy access to that content. But without well-planned and carefully implemented link development, search engine visibility is often short lived.
</p>
<h3>
  Link popularity vs. click-through popularity
</h3>
<p>
  To review, link popularity is the number and quality of objective, third party links pointing to a URL. The quality of a link carries far more weight than the quantity of links. Personally, I have seen many Web sites receive long-term, qualified search engine traffic with less than 50 links pointing to a site’s home page. And I have seen sites with over 1000 low-quality links receive little or no qualified search engine traffic. Therefore, quality is certainly more important than quantity.
</p>
<p>
  Click-through (or click-thru) popularity is the measurement of the number of clicks that a Web page receives from a search engine results page (SERP), and how long the searcher stayed on the Web site after clicking on the link from the SERP. If a searcher clicks on a SERP link and continues to browse the Web site, then it might be assumed that the searcher found the information he desired and did not need to return to the SERP to view other Web pages. However, if a searcher clicks on a SERP link and quickly returns to the SERP, then it might be assumed that the searcher did not find the information he desired on the Web page and/or site.
</p>
<p>
  Unfortunately, some Web developers and programmers have created clickbots to deceive the search engines into calculating more clicks to a Web site, making it seem as if a Web page receives more qualified clicks from human beings. In other words, the clicks do not come from actual searchers; they come from cleverly designed software.
</p>
<p>
  Due to the rise in click fraud in both organic search results and search engine advertising, click-through popularity is a less important or a nonexistent factor in determining a Web page’s relevancy. Search engines do measure click-through popularity; however, it has little or no value for determining positions in the main search results.
</p>
<p>
  Thus, when search engine optimizers refer to link popularity, they are referring to the number and quality of links pointing to a URL, not click-through popularity.
</p>
<p>
  Link development, or the popularity component, is off-the-page criteria because Web site owners do not ultimately control how other people link to their sites’ content. Web site owners can influence how other people link to their sites’ content by using keyword-focused titles, headings, meta-tag descriptions, and page abstracts.
</p>
<p>
  In the end, though, other people will determine how they prefer to link to a site’s content.
</p>
<p>
  True long-term link development is difficult to imitate. Copywriting, information architecture, and site design can be easily imitated. All too often, the imitation constitutes a violation of copyright. Even so, it has not stopped a large number of search engine optimizers from stealing another site’s content and site design. Cloaking, a form of search engine spam, often hides copyright infringement.
</p>
<p>
  Unique link development is equally important as keyword-focused text and an intuitive information architecture for obtaining long-term search engine visibility.
</p>
<p>
  What I like about the entire link development concept is that Web sites will not be able to maintain search engine visibility unless they contain unique content and are easy to use.
</p>
<p>
  If two sites contain similar unique content, the one that is easier to use is more likely to receive more objective, third party links.
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=H10QfI"><img src="http://feeds.feedburner.com/~f/blogtology?i=H10QfI" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=o0R5oI"><img src="http://feeds.feedburner.com/~f/blogtology?i=o0R5oI" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=dYCSCi"><img src="http://feeds.feedburner.com/~f/blogtology?i=dYCSCi" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/307045608" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>sun, 08 Jun 2008 02:02:18 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7052152</guid>
    </item>
    <item>
      <title>How To Add 3-up 4&#215;6&#8217;s to the Picture Package Layouts</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/306657835/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  I was always baffled by the fact that Photoshop’s Picture Package command did not offer an option for three 4×6’s on a page. Little did I know, it’s extremely easy to customize these layouts and create your own just by editing a plain text file. These instructions also work for Photoshop Elements and Photoshop Album.
</p>
<ol>
  <li>Important: Mac OS X users much first apply an update to Photoshop before attempting to customize the Picture Package layouts. Information and and a download link can be found at <a href="http://www.adobe.com/support/downloads/" title="Mac OS users apply this uodate">http://www.adobe.com/support/downloads/</a>
  </li>
  <li>Copy the next five lines and paste them into a text editor, like NotePad or SimpleText:
  </li>
</ol>
<p>
  <strong># I 8 10<br />
  Letter (3) 4×6<br />
  0 0 6 4<br />
  0 4 4 6<br />
  4 4 4 6</strong>
</p>
<ol>
  <li>Name this file FourBySixes.txt
  </li>
  <li>Copy the file to your Adobe\Photoshop X.0\Presets\Layouts folder where X represents your version of Photoshop.
  </li>
  <li>Open Photoshop and try it!
  </li>
</ol>
<p>
  <strong>Tips:</strong>
</p>
<ol>
  <li>The ReadMe.txt file in the Layouts folder explains how to make your own custom picture package layouts.
  </li>
  <li>If you’ve never used the automated Picture Package function in Photoshop 6 and up, it can be found under the File &gt; Automate submenu.
  </li>
  <li>Adobe Photoshop Album and Adobe Photoshop Elements use the same format for Picture Packager layouts, so this tip will also work in those programs.
  </li>
</ol>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=Rce4qI"><img src="http://feeds.feedburner.com/~f/blogtology?i=Rce4qI" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=5lpNLI"><img src="http://feeds.feedburner.com/~f/blogtology?i=5lpNLI" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=HvBdyi"><img src="http://feeds.feedburner.com/~f/blogtology?i=HvBdyi" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/306657835" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>sat, 07 Jun 2008 10:00:55 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7048882</guid>
    </item>
    <item>
      <title>How To Prepare Photoshop For Creating Web Images</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/306627875/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  If you primarily use Adobe Photoshop for creating Web images, there are a few program changes you should make. These few tweaks will result in better Web graphics.
</p>
<p>
  1. Go to File &gt; Preferences &gt; Saving Files
</p>
<p>
  2. Set Image Previews to Never Save.
</p>
<p>
  3. Go to File &gt; Preferences &gt; Units and Rulers
</p>
<p>
  4. Set the Unit of measure to pixels.
</p>
<p>
  5. Click one of the color swatches on the toolbar and check the box for Only Web-Safe Colors.
</p>
<blockquote>
  <p>
    Image previews have been known to cause problems for AOL users viewing JPEG images through AOL’s default browser.
  </p>
  <p>
    It also adds several bytes to the file size.
  </p>
  <p>
    Pixels are the standard unit of measure for Web images.
  </p>
  <p>
    72 pixels equal approximately one inch on a standard monitor.
  </p>
  <p>
    Restricting the color palette to web-safe colors will ensure that colors will not shift or dither when your images are viewed on another computer.
  </p>
</blockquote>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=7V4hoI"><img src="http://feeds.feedburner.com/~f/blogtology?i=7V4hoI" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=aMKs5I"><img src="http://feeds.feedburner.com/~f/blogtology?i=aMKs5I" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=jU4i9i"><img src="http://feeds.feedburner.com/~f/blogtology?i=jU4i9i" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/306627875" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>sat, 07 Jun 2008 08:43:11 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7048883</guid>
    </item>
    <item>
      <title>Advertise With Linkworth</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/296069569/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://www.linkworth.com?a=12830"></a>
</p>
<p style="text-align: center;">
  <a href="http://www.linkworth.com?a=12830"><img src="http://www.linkworth.com/adm/affiliate_manager/affiliate_banners/bann-28.gif" alt="" /></a>
</p>
<p>
  <a href="http://www.linkworth.com?a=12830"></a>
</p>
<p style="text-align: center;">
  <a href="http://www.linkworth.com?a=12830"><img src="http://www.linkworth.com/adm/affiliate_manager/affiliate_banners/bann-26.gif" alt="" /></a>
</p>
<p>
  <a href="http://www.linkworth.com?a=12830"></a>
</p>
<p style="text-align: center;">
  <a href="http://www.linkworth.com?a=12830"><img src="http://www.linkworth.com/adm/affiliate_manager/affiliate_banners/bann-12.gif" alt="" /></a>
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=DTSciH"><img src="http://feeds.feedburner.com/~f/blogtology?i=DTSciH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=DGtztH"><img src="http://feeds.feedburner.com/~f/blogtology?i=DGtztH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=WcMWOh"><img src="http://feeds.feedburner.com/~f/blogtology?i=WcMWOh" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/296069569" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>thu, 22 May 2008 22:22:31 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6933527</guid>
    </item>
    <item>
      <title>Increasing Your Technorati Ranking</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/295272902/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  The people other at Brad Blogging have started a new list to help increase technorati rankings. Its simple to do it, just head over their and copy the updated list into your blogposts and leave a comment you will be contacted when the list is updated.
</p>
<ol>
  <li>Copy The List Below into a blog post of yours.
  </li>
  <li>Add Your Link To The List
  </li>
  <li>Comment On This Post So That We Can Update The List With Your Link
  </li>
  <li>Watch Your Authority Sky-Rocket..
  </li>
</ol>
<p>
  *–Copy Here - Technorati Authority–*
</p>
<p>
  1. <a href="http://bradblogging.com" title="Daily Blog Tips For The Masses">Brad Blogging.com - Daily Blog Tips For The Masses</a>
</p>
<p>
  2. <a href="http://daily-rambler.blogspot.com" title="Daily Blogging Tips">Daily Blogging Tips At The Daily Rambler</a>
</p>
<p>
  <a href="http://daily-rambler.blogspot.com" title="Daily Blogging Tips"></a>3. <a href="http://www.blogchews.com/">Blog Chews - Blog About Anything</a>
</p>
<p>
  4. <a href="http://4point6.com/">Steve v4.6 - Big Made Small</a>
</p>
<p>
  5. <a href="http://www.giveawaycity.blogspot.com/">GIVEAWAY CITY</a>
</p>
<p>
  6. <a href="http://www.indocontest.com/">Indo Contest.com - Find the Latest Contest Here</a>
</p>
<p>
  7. <a href="http://potpolitics.com/" title="POTPOLITICS">POTPOLITICS-We Smoke the Competition</a>
</p>
<p>
  8. <a href="http://asktheadmin.com" title="Ask The Admin">ATA - AskTheAdmin.com</a>
</p>
<p>
  9. <a href="http://janetgardner.blogspot.com/">Dolly’s Daily Diary</a>
</p>
<p>
  10. <a href="http://www.thetechjuice.com/">The Tech Juice - Tech Tips And More</a>
</p>
<p>
  11. <a href="http://designcreatology.com/b/" title="The Blog for Designcreatology">The Blog for Designcreatology - Blog Resources</a>
</p>
<p>
  12. <strong>Your Link Here</strong>
</p>
<p>
  See the original post where you can sign up at <a href="http://bradblogging.com/more-traffic/give-and-go-technorati-authority-increase-anyone/" title="Increase Technorati Authority">http://bradblogging.com/</a>
</p>
<blockquote>
  <p>
    <strong><em>Don’t forget to promote this article via social networking and word of mouth.. It only means better results for yourself and everyone on the list.</em></strong>
  </p>
</blockquote>
<p>
  *–End Copy - Get Pasting! –*
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=cxqU1H"><img src="http://feeds.feedburner.com/~f/blogtology?i=cxqU1H" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=7pEVtH"><img src="http://feeds.feedburner.com/~f/blogtology?i=7pEVtH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=mKRBfh"><img src="http://feeds.feedburner.com/~f/blogtology?i=mKRBfh" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/295272902" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>wed, 21 May 2008 21:36:00 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6923708</guid>
    </item>
    <item>
      <title>Lossless jpeg applications</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/344066536/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  Here is a list of applications which provide the JPEG lossless rotation feature based on the IJG code:
</p>
<ol>
  <li>
    <a href="http://jpegclub.org/"><strong>Jpegcrop</strong></a> [<a href="http://jpegclub.org/">Guido Vollbeding</a>] (<em>Windows</em>) - Sample application
  </li>
  <li>
    <a href="http://www.cpicture.de/en/"><strong>cPicture</strong></a> [<a href="http://www.cpicture.de/de/">Jürgen Eidt</a>] (<em>Windows</em>) - Includes lossless cropping, Exif patch and automatic Exif orientation correction!
  </li>
  <li>
    <a href="http://www.picmeta.com/whatis.htm"><strong>PIE</strong></a> [<a href="http://www.picmeta.com/">PicMeta Software</a>] (<em>Windows</em>) - Picture Information Extractor, includes Exif patch
  </li>
  <li>
    <a href="http://home.pacbell.net/michal_k/exif_v.html"><strong>EXIF Image Viewer</strong></a> [<a href="http://home.pacbell.net/michal_k/">Michal Kowalski</a>] (<em>Windows</em>) - Digital camera photo viewer, includes Exif patch
  </li>
  <li>
    <a href="http://www.irfanview.com/"><strong>IrfanView</strong></a> [<a href="http://www.irfanview.com/">Irfan Skiljan</a>] (<em>Windows</em>) - Freeware graphic viewer, includes Exif patch (version 3.85 or later [PlugIn!])
  </li>
  <li>
    <a href="http://home.arcor.de/bernhard.baier/digialbum/"><strong>DigiAlbum</strong></a> [<a href="http://home.arcor.de/bernhard.baier/">Bernhard Baier</a>] (<em>Windows</em>) - Digital photo album, includes Exif patch
  </li>
  <li>
    <a href="http://jpegclub.org/cam4you/"><strong>Cam4you</strong></a> [<a href="http://jpegclub.org/cam4you/">Hans-David Alkenius</a>] (<em>Windows</em>) - Canon digital camera utilities, includes Exif patch
  </li>
  <li>
    <a href="http://www.breezesys.com/BreezeBrowser/"><strong>BreezeBrowser</strong></a> [<a href="http://www.breezesys.com/">Breeze Systems Limited</a>] (<em>Windows</em>) - Canon digital camera utility, includes Exif patch
  </li>
  <li>
    <a href="http://www.grasbon.de/ixpic/ixpic.html"><strong>IxPictures</strong></a> [<a href="http://www.grasbon.de/">Reimar Grasbon</a>] (<em>Windows</em>) - Transfer photos from your Canon-DigiCam to your computer, includes Exif patch
  </li>
  <li>
    <a href="http://www.vidmar.net/getcanon"><strong>GetCanon!</strong></a> [<a href="http://vidmar.net/weblog/category/7.aspx">David Vidmar</a>] (<em>Windows</em>) - Image downloader for Canon digital cameras, includes Exif patch
  </li>
  <li>
    <a href="http://www.friedemann-schmidt.com/software/exifer/"><strong>Exifer</strong></a> [<a href="http://www.friedemann-schmidt.com/">Friedemann Schmidt</a>] (<em>Windows</em>) - Free JPEG Exif management software, includes Exif patch
  </li>
  <li>
    <a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Soft/Rota/readme-e.html"><strong>Rota</strong></a> [<a href="http://park2.wakwak.com/%7Etsuruzoh/index-e.html">TsuruZoh Tachibanaya</a>] (<em>Windows</em>) - Lossless rotation utility, includes Exif patch
  </li>
  <li>
    <a href="http://www.jasc.com/products/aftershot/"><strong>Jasc After Shot</strong></a> [<a href="http://www.jasc.com/">Jasc Software Inc.</a>] (<em>Windows</em>) - Digital imaging application, includes Exif patch
  </li>
  <li>
    <a href="http://www.pixvue.com/"><strong>PixVue</strong></a> [<a href="http://www.pixvue.com/">PixVue</a>] (<em>Windows</em>) - Digital camera image management tool, includes Exif patch
  </li>
  <li>
    <a href="http://www.tawbaware.com/thumber.htm"><strong>Thumber</strong></a> [<a href="http://www.tawbaware.com/">TawbaWare</a>] (<em>Windows</em>) - Digital camera image management software, supports Exif patch
  </li>
  <li>
    <a href="http://photothumb.com/"><strong>PhotoThumb</strong></a> [<a href="http://photothumb.com/">Jarle Aasland</a>] (<em>Windows</em>) - Digital image manager, includes Exif patch
  </li>
  <li>
    <a href="http://www.abc-view.com/abcview.html"><strong>ABC-View Manager</strong></a> [<a href="http://www.abc-view.com/">ABC-View Software</a>] (<em>Windows</em>) - Flexible file manager and fast image viewer, includes Exif patch and automatic Exif orientation correction!
  </li>
  <li>
    <a href="http://www.pmview.com/"><strong>PMView Pro</strong></a> [<a href="http://www.pmview.com/">Peter Nielsen</a>] (<em>Windows, OS/2</em>) - A Versatile and Fast Image Viewer and Converter, includes Exif patch and automatic Exif orientation correction!
  </li>
  <li>
    <a href="http://www.nabocorp.firstream.net/cam2pc/"><strong>cam2pc</strong></a> [<a href="http://www.nabocorp.firstream.net/">nabocorp softwares</a>] (<em>Windows</em>) - An Image Downloader and more, includes Exif patch
  </li>
  <li>
    <a href="http://www.j-k-s.com/"><strong>FixFoto</strong></a> [<a href="http://www.j-k-s.com/">Joachim Koopmann</a>] (<em>Windows</em>) - Image editing for digital photography, includes Exif patch
  </li>
  <li>
    <a href="http://www.polamar.net/digifoto/main.htm"><strong>FotoView</strong></a> [<a href="http://www.polamar.net/">Martin Pola</a>] (<em>Windows</em>) - jpegtran Frontend for comfortable lossless cropping and rotation, supports Exif patch
  </li>
  <li>
    <a href="http://ekot.dk/programmer/JPEGCrops/index.en.html"><strong>JPEGCrops</strong></a> [<a href="http://ekot.dk/">Toke Eskildsen</a>] (<em>Windows</em>) - jpegtran Frontend for comfortable lossless cropping and rotation, supports Exif patch
  </li>
  <li>
    <a href="http://www.leichnitz.de/martin/dreher.html"><strong>Dreher</strong></a> [<a href="http://www.leichnitz.de/martin/">Martin Schulze</a>] (<em>Windows</em>) - jpegtran Frontend for comfortable lossless rotation, supports Exif patch
  </li>
  <li>
    <a href="http://astron.berkeley.edu/%7Emperrin/software/ljcrop/"><strong>ljcrop</strong></a> [<a href="http://astron.berkeley.edu/%7Emperrin/">Marshall Perrin</a>] (<em>Unix</em>) - jpegtran Frontend for comfortable lossless cropping, supports Exif patch
  </li>
  <li>
    <a href="http://www.imgseek.net/"><strong>imgSeek</strong></a> [<a href="http://www.imgseek.net/">Ricardo Niederberger Cabral</a>] (<em>GNU/Linux, Windows</em>) - Photo collection manager and viewer, supports Exif patch
  </li>
  <li>
    <a href="http://www.pl32.com/"><strong>PhotoLine 32</strong></a> [<a href="http://www.pl32.de/">Computerinsel</a>] (<em>Windows, Macintosh</em>) - Image editing software, includes Exif patch
  </li>
  <li>
    <a href="http://www.stuffware.co.uk/photostudio/"><strong>Photo Studio</strong></a> [<a href="http://www.stuffware.co.uk/">John Hawkins</a>] (<em>Windows</em>) - Multi-purpose image management tool, includes Exif patch
  </li>
  <li>
    <a href="http://www.photools.com/"><strong>IMatch</strong></a> [<a href="http://www.photools.com/">photools.com</a>] (<em>Windows</em>) - Digital image management application, includes Exif patch
  </li>
  <li>
    <a href="http://www.funet.fi/pub/sci/graphics/packages/photomolo/photomolo.html"><strong>exifiron</strong></a> [<a href="http://www.funet.fi/%7Emsmakela/">Marko Mäkelä</a>] (<em>Windows, Macintosh, C/POSIX</em>) - Orientation correction and optimization of EXIF JPEG images, includes Exif patch
  </li>
  <li>
    <a href="http://www.photographersolutions.com/products.htm"><strong>DW:Rotate</strong></a> [<a href="http://www.photographersolutions.com/">Photographer Solutions</a>] (<em>Windows</em>) - Fast and easy lossless rotation of JPEG images, includes automatic Exif orientation correction!
  </li>
  <li>
    <a href="http://www.vallen.de/freeware/#Vallen%20JPegger"><strong>JPegger</strong></a> [<a href="http://www.vallen.de/">Vallen-Systeme GmbH</a>] (<em>Windows</em>) - Digital image viewer, includes Exif patch
  </li>
  <li>
    <a href="http://www.betterjpeg.com/"><strong>BetterJPEG</strong></a> [<a href="http://www.betterjpeg.com/">BetterJPEG Team</a>] (<em>Windows</em>) - Lossless rotation, crop, and editing tool, includes Exif patch
  </li>
  <li>
    <a href="http://www.faststone.org/FSViewerDetail.htm"><strong>FastStone Image Viewer</strong></a> [<a href="http://www.faststone.org/">FastStone Soft</a>] (<em>Windows</em>) - An image browser, converter and editor, includes Exif patch and automatic Exif orientation correction!
  </li>
  <li>
    <a href="http://losslessjpegtoolbox.wordpress.com/"><strong>Lossless JPEG Toolbox</strong></a> [<a href="http://leelim.net/">Michael Lee</a>] (<em>Windows</em>) - Lossless JPEG Toolbox, supports Exif patch
  </li>
  <li>
    <a href="http://www.anryhome.com/software/jpeglosslessrotator/"><strong>JPEG Lossless Rotator</strong></a> [<a href="http://www.anryhome.com/">Anry</a>] (<em>Windows</em>) - Comfortable lossless rotation utility, includes Exif patch and automatic Exif orientation correction!
  </li>
  <li>
    <a href="http://picasa.google.com/"><strong>Picasa</strong></a> [<a href="http://www.google.com/">Google, Inc.</a>] (<em>Windows</em>) - Photo organizer, includes Exif patch
  </li>
  <li>
    <a href="http://www.pixoid.com/"><strong>imageN</strong></a> [<a href="http://www.pixoid.com/">Pawel Szczerbina</a>] (<em>Windows</em>) - Digital imaging software
  </li>
  <li>
    <a href="http://www.cameraid.com/"><strong>Cameraid</strong></a> [<a href="http://www.hut.fi/%7Ejmunkki/">Juri Munkki</a>] (<em>Macintosh</em>) - Digital photography utility package
  </li>
  <li>
    <a href="http://www.geocities.com/jurami.geo/"><strong>jpeg explorer</strong></a> [<a href="http://www.geocities.com/jurami.geo/">Jurij Mirtov</a>] (<em>Windows</em>) - Digital camera JPEG file explorer
  </li>
  <li>
    <a href="http://www.lemkesoft.com/us_index.html"><strong>GraphicConverter</strong></a> [<a href="http://www.lemkesoft.com/de_index.html">Lemke Software</a>] (<em>Macintosh</em>) - Shareware graphic converter
  </li>
  <li>
    <a href="http://www.acdsystems.com/english/products/acdsee/"><strong>ACDSee</strong></a> [<a href="http://www.acdsystems.com/">ACD Systems</a>] (<em>Windows, Macintosh</em>) - Picture viewer and digital imaging software
  </li>
  <li>
    <a href="http://www.ulead.com/pex/"><strong>Ulead Photo Explorer</strong></a> [<a href="http://www.ulead.com/">Ulead Systems</a>] (<em>Windows</em>) - Digital photography software
  </li>
  <li>
    <a href="http://www.thumbsplus.com/"><strong>ThumbsPlus</strong></a> [<a href="http://www.cerious.com/">Cerious Software</a>] (<em>Windows</em>) - Graphic management software
  </li>
  <li>
    <a href="http://www.polybytes.com/"><strong>PolyView</strong></a> [<a href="http://www.polybytes.com/">Polybytes Software</a>] (<em>Windows</em>) - Image viewer, conversion, and printing utility
  </li>
  <li>
    <a href="http://www.ddisoftware.com/qimage/"><strong>Qimage</strong></a> [<a href="http://www.ddisoftware.com/">Digital Domain Inc.</a>] (<em>Windows</em>) - Image viewing and printing software
  </li>
  <li>
    <a href="http://www.atalasoft.com/eyebatch/"><strong>EyeBatch</strong></a> [<a href="http://www.atalasoft.com/">Atalasoft</a>] (<em>Windows</em>) - Batch image processing software
  </li>
  <li>
    <a href="http://www.xequte.com/dijialbum/"><strong>Diji Album</strong></a> [<a href="http://www.xequte.com/">Xequte Software</a>] (<em>Windows</em>) - Digital photo album software
  </li>
  <li>
    <a href="http://www.photodex.com/"><strong>CompuPic</strong></a> [<a href="http://www.photodex.com/">Photodex Corporation</a>] (<em>Windows</em>) - Digital content manager
  </li>
  <li>
    <a href="http://www.photoparade.com/products.asp?first=PV"><strong>Photo Viewer</strong></a> [<a href="http://www.photoparade.com/">PhotoParade</a>] (<em>Windows, Macintosh</em>) - Digital photo viewing and managing
  </li>
  <li>
    <a href="http://fototime.com/"><strong>FotoAlbum</strong></a> [<a href="http://fototime.com/">FotoTime</a>] (<em>Windows</em>) - Organizing and sharing digital pictures
  </li>
  <li>
    <a href="http://quebec.eds-ingevision.fr/DMS/MyAlbum.html"><strong>MyAlbum</strong></a> [<a href="http://quebec.eds-ingevision.fr/DMS/index.html">Pierre Meindre</a>] (<em>Windows</em>) - Image cataloger and slideshow
  </li>
  <li>
    <a href="http://www.nikontechusa.com/"><strong>NikonView</strong></a> [<a href="http://www.nikontechusa.com/">NikonTechUSA</a>] (<em>Windows</em>) - Nikon digital camera accessory software (dubious!)
  </li>
  <li>
    <strong>Image Preview</strong> [<a href="http://www.microsoft.com/">Microsoft Corporation</a>] (<em>Windows ME, XP, GDI+</em>) - Embedded image component
  </li>
  <li>
    <a href="http://scottprofessional.com/"><strong>Photo Studio for Canon</strong></a> [<a href="http://scottprofessional.com/">Scott Murray</a>] (<em>Windows</em>) - Scott Professional Photo Studio for Canon cameras
  </li>
  <li>
    <a href="http://www.iview-multimedia.com/products/mediapro/"><strong>iView MediaPro</strong></a> [<a href="http://www.iview-multimedia.com/">iView Multimedia Ltd.</a>] (<em>Macintosh</em>) - Multimedia management software
  </li>
  <li>
    <a href="http://www.ofoto.com/DownloadClient.jsp"><strong>OfotoNow</strong></a> [<a href="http://www.ofoto.com/">Ofoto Inc.</a>] (<em>Windows, Macintosh</em>) - Online photo album uploader software
  </li>
  <li>
    <a href="http://www.btinternet.com/%7Eclubbed/projects/#jpegtrangui"><strong>jpegtranGUI</strong></a> [<a href="http://www.btinternet.com/%7Eclubbed/projects/">Robert Williams</a>] (<em>Amiga</em>) - jpegtran Graphical User Interface
  </li>
  <li>
    <a href="http://www.erithacus.co.uk/princedigital/"><strong>Prince Digital</strong></a> [<a href="http://www.erithacus.co.uk/">Erithacus Software</a>] (<em>Windows</em>) - Digital image printing utility
  </li>
  <li>
    <a href="http://home.sunrise.ch/dursoft/progs_e.html"><strong>PhotoTip</strong></a> [<a href="http://home.sunrise.ch/dursoft/">DurSoft Development</a>] (<em>Atari</em>) - Digital photo graphics program
  </li>
  <li>
    <a href="http://mediachest.sourceforge.net/"><strong>MediaChest</strong></a> [<a href="http://mediachest.sourceforge.net/">Dmitriy Rogatkin</a>] (<em>Java</em>) - Media file organizer
  </li>
  <li>
    <a href="http://www.schaik.com/fisheye/"><strong>FishEye</strong></a> [<a href="http://www.schaik.com/">Willem van Schaik</a>] (<em>Windows</em>) - Digital image viewer
  </li>
  <li>
    <a href="http://www.firegraphic.com/"><strong>Firegraphic XP</strong></a> [<a href="http://www.firegraphic.com/">Firegraphic.com</a>] (<em>Windows</em>) - Image management software
  </li>
  <li>
    <a href="http://www.pholix.com/"><strong>PhotoPhilia</strong></a> [<a href="http://www.pholix.com/">Pholix Software</a>] (<em>Windows</em>) - Image management software
  </li>
  <li>
    <a href="http://mapivi.sourceforge.net/mapivi.shtml"><strong>MaPiVi</strong></a> [<a href="http://herrmanns-stern.de/">Martin Herrmann</a>] (<em>Linux, Unix/X11, Mac OS X, Windows, Perl/Tk</em>) - Martin’s Picture Viewer and Organizer
  </li>
  <li>
    <a href="http://www.fookes.com/ezthumbs/"><strong>Easy Thumbnails</strong></a> [<a href="http://www.fookes.com/">Fookes Software</a>] (<em>Windows</em>) - Freeware utility for creating thumbnail images
  </li>
  <li>
    <a href="http://www.xnview.com/"><strong>XnView</strong></a> [<a href="http://perso.wanadoo.fr/pierre.g/">Pierre-e Gougelet</a>] (<em>Windows, Linux, Unix/X11</em>) - Multimedia viewer, browser, and converter
  </li>
  <li>
    <a href="http://www.1stein.de/codedcolor/"><strong>CodedColor</strong></a> [<a href="http://www.1stein.de/">1STEIN GmbH</a>] (<em>Windows</em>) - Photo viewer, image editing and archiving software
  </li>
  <li>
    <a href="http://www.kepmad.com/"><strong>ImageBuddy</strong></a> [<a href="http://www.kepmad.com/">KepMad Systems</a>] (<em>Macintosh</em>) - Digital image printing software
  </li>
  <li>
    <a href="http://resizer.prv.pl/"><strong>Image Resizer</strong></a> [<a href="http://semland.com/">SEM</a>] (<em>Windows</em>) - JPEG and EXIF viewing and editing software
  </li>
  <li>
    <a href="http://photo.wilke.org/gtk-gallery"><strong>GTK Photo Gallery</strong></a> [<a href="http://photo.wilke.org/">Jens Wilke</a>] (<em>Unix</em>) - Manage photograph collections and order prints online
  </li>
  <li>
    <a href="http://www.fuzzymonkey.org/newfuzzy/software/perl/"><strong>My Photo Gallery</strong></a> [<a href="http://www.fuzzymonkey.org/">fuzzymonkey.org</a>] (<em>CGI/Perl</em>) - Online album
  </li>
  <li>
    <a href="http://homepages.tesco.net/%7EKeith.Sheppard/photoman/home.htm"><strong>PhotoMan</strong></a> [<a href="http://homepages.tesco.net/%7EKeith.Sheppard/">Keith Sheppard</a>] (<em>Windows</em>) - Digital photo organizing application
  </li>
  <li>
    <a href="http://gwenview.sourceforge.net/"><strong>Gwenview</strong></a> [Aurelien Gateau] (<em>Linux/KDE</em>) - Fast and easy to use image viewer for KDE
  </li>
  <li>
    <a href="http://gthumb.sourceforge.net/"><strong>gThumb</strong></a> [Paolo Bacchilega] (<em>Linux/GNOME</em>) - Image viewer and browser for the GNOME Desktop
  </li>
  <li>
    <a href="http://www.studioline.biz/"><strong>StudioLine Photo</strong></a> [<a href="http://www.hm-software.com/">H&amp;M Software</a>] (<em>Windows</em>) - Digital image editing and archival software
  </li>
  <li>
    <a href="http://www.pixafe.com/"><strong>pixafe</strong></a> [<a href="http://www.pixafe.com/">pixafe GbR</a>] (<em>Windows</em>) - Relational database with lots of imaging functions
  </li>
  <li>
    <a href="http://www.gnome.org/projects/eog/"><strong>Eye of Gnome (eog)</strong></a> [<a href="http://www.gnome.org/">The GNOME Project</a>] (<em>Linux/GNOME</em>) - Standard picture viewer in the GNOME Desktop
  </li>
  <li>
    <a href="http://www.rw-designer.com/photo-editor"><strong>RealWorld Photos</strong></a> [<a href="http://www.rw-designer.com/">RealWorld Graphics</a>] (<em>Windows</em>) - Image editor; retouch a .jpg image without losing quality
  </li>
</ol>
<p>
  Check these programs out and let me know you feedback.
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=xtaLPJ"><img src="http://feeds.feedburner.com/~f/blogtology?i=xtaLPJ" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=cvSwkJ"><img src="http://feeds.feedburner.com/~f/blogtology?i=cvSwkJ" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=KEZqXj"><img src="http://feeds.feedburner.com/~f/blogtology?i=KEZqXj" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/344066536" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>wed, 21 May 2008 09:22:50 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6918491</guid>
    </item>
    <item>
      <title>BlogPowered Blog List</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/293674326/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://designcreatology.com/b/" title="The Blog for DesignCreatology"></a>
</p>
<p style="text-align: center;">
  <a href="http://designcreatology.com/b/" title="The Blog for DesignCreatology"><img src="http://designcreatology.com/b/wp-content/uploads/2008/05/untitled-1.jpg" alt="The Blog for DesignCreatology" /></a>
</p>
<p>
  <span style="font-weight: bold;"><br />
  I’m planning to make a list of blog’s here in my site. The aim of this is list is free BACKLINKS for you bloggers.</span> <span style="font-style: italic; color: #ff0000;">Just 1 favor, please use the above banner on your site to link us</span> . If you want to be in the list, Post a reply in this post or leave a message on the shout box.
</p>
<p>
  <span style="font-weight: bold; font-family: arial;">1.<a href="http://ainvestor.blogspot.com/">A Investor</a></span><br />
  <span style="font-weight: bold; font-family: arial;">2.<a href="http://turnipofpower.com/">B Investor</a></span><br />
  <span style="font-weight: bold; font-family: arial;">3.<a href="http://www.junkieyard.com/">JunkieYard Dot Com</a></span><br />
  <span style="font-weight: bold; font-family: arial;">4.<a href="http://wealthyaffiliateinsider.blogspot.com/">Internet Marketing Blog</a></span><br />
  <span style="font-weight: bold; font-family: arial;">5. <a href="http://www.klez.biz/">Klez</a></span><br />
  <span style="font-weight: bold; font-family: arial;">6. <a href="http://disasterpreparednessblog.com/">Disasterpreparedness</a></span><br />
  <span style="font-weight: bold; font-family: arial;">7. <a href="http://deal-news.blogspot.com/">Deal-news</a></span><br />
  <span style="font-weight: bold; font-family: arial;">8. <a href="http://www.life-of-marie.blogspot.com/">Life of Marie</a></span><br />
  <span style="font-weight: bold; font-family: arial;">9.<a href="http://makeapound.blogspot.com/">Make a pound</a></span><br />
  <span style="font-weight: bold; font-family: arial;">10.<a href="http://susanshome.blogspot.com/">Susan’s Home</a></span><br />
  <span style="font-weight: bold; font-family: arial;">11. <a href="http://www.praning5254.blogspot.com/">Praning5254</a></span><br />
  <span style="font-weight: bold; font-family: arial;">12. <a href="http://www.momemo.com/">MOMEMO</a></span><br />
  <span style="font-weight: bold; font-family: arial;">13. <a href="http://www.pinaymommyonline.com/">Pinay Mommy Online</a></span><br />
  <span style="font-weight: bold; font-family: arial;">14. <a href="http://www.isamansworld.com/">Isamansworld</a></span><br />
  <span style="font-weight: bold; font-family: arial;">15. <a href="http://mumsgotta.com/">mumsgotta</a></span><br />
  <span style="font-weight: bold; font-family: arial;">16. <a href="http://technojavi.blogspot.com/">Free Blogger Templates</a></span><br />
  <span style="font-weight: bold; font-family: arial;">17. <a href="http://adsense-project.blogspot.com/">Adsense-Project</a></span><br />
  <span style="font-weight: bold; font-family: arial;">18. <a href="http://puzzledme.blogspot.com/">Puzzled Me</a></span><br />
  <span style="font-weight: bold; font-family: arial;">19. <a href="http://www.ahoy-pirates.blogspot.com/">Ahoy Pirates</a></span><br />
  <span style="font-weight: bold; font-family: arial;">20. <a href="http://bioterra.blogspot.com/">Bioterra</a><br />
  21. <a href="http://iasios.blogspot.com/">Iasios</a><br />
  22. <a href="http://itsjazmyblog.blogspot.com/">Itsjazmyblog</a><br />
  23. <a href="http://www.michaelaulia.com/blogs/">Michael Aulia</a><br />
  24. <a href="http://myway.i-barakaldo.com/">My Way</a><br />
  25. <a href="http://aispinay.blogspot.com/">Aispinay</a><br />
  26. <a href="http://brown-pinay.blogspot.com/">BrownPinay</a><br />
  27. <a href="http://www.technicallyeasy.net/">Technically Easy</a><br />
  28. <a href="http://www.dailydaytrades.com/">Dailyday trades</a><br />
  29. <a href="http://www.platinumpicks.blogspot.com/">Platinum Picks</a><br />
  30. <a href="http://worldwidetravelblog.blogspot.com/">Worldwide Travel Blog</a><br />
  31. <a href="http://melavilaalarilla.blosgpot.com/">Melavilaalarilla</a><br />
  32. <a href="http://ponts-of-view.blogspot.com/">Points of View</a><br />
  33. <a href="http://reflections-achristianblog.blogspot.com/">Reflections, a Christian blog</a><br />
  34. <a href="http://literatti-anartisticblog.blogspot.com/">Literatti Anartistic</a><br />
  35. <a href="http://domesticgoddesscrista.blogspot.com/">Domestic Goddess Crista</a><br />
  36. <a href="http://www.sweetestsanctuary.blogspot.com/">Sweetest Sanctuary</a><br />
  37.<a href="http://reviewhere.blogspot.com/">Review Here</a><br />
  38. <a href="http://aeirincollections.blogspot.com/">Aeirin Collections</a><br />
  39. <a href="http://nickthrolson.com/">Nick Throlson</a><br />
  40. <a href="http://nugrohoadipratama.com/">nugrohoadipratama</a><br />
  41. <a href="http://www.slimmingtips101.info/">Sliming Tips 101</a><br />
  42. <a href="http://xtraordinaryblog.blogspot.com/">Xtraordinary Blog</a><br />
  43. <a href="http://www.teddy-thoughtexpression.blogspot.com/">Teddy - Thought Expression</a><br />
  44. <a href="http://www.reviewhere.blogspot.com/">ReviewHere</a><br />
  45. <a href="http://www.learnedaboutwriting.blogspot.com/">learned about writing</a><br />
  46. <a href="http://comscistudent.blogspot.com/">Compsci Student</a><br />
  47. <a href="http://dans08.blopspot.com/">Dans08</a><br />
  48. <a href="http://designcreatology.com/b/">The Blog for Designcreatology</a><br />
  49. <a href="http://www.squidoo.com/pop-art" title="Featured Pop Artists">Featured Pop Artists</a><br />
  50. <a href="http://www.storythegreat.blogspot.com/" title="&amp;apos;Story&amp;apos; the Great">‘Story’ the Great</a><br /></span><span style="font-weight: bold; font-family: arial;">…200</span>
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=ekPhvH"><img src="http://feeds.feedburner.com/~f/blogtology?i=ekPhvH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=uj4R9H"><img src="http://feeds.feedburner.com/~f/blogtology?i=uj4R9H" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=aaUU5h"><img src="http://feeds.feedburner.com/~f/blogtology?i=aaUU5h" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/293674326" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>mon, 19 May 2008 20:29:25 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6907452</guid>
    </item>
    <item>
      <title>Making Money With Social Marketing</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/293566928/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  Marketing plays a very important part in sales. If the marketing department generates a potential customer list, it can be beneficial for sales.
</p>
<p>
  The marketing department’s goal is to bring people to the sales team using promotional techniques such as advertising, sales promotion, publicity and public relations.
</p>
<p>
  Social marketing is the systematic application of marketing along with other concepts and techniques to achieve specific behavioral goals for a social good.
</p>
<p>
  Although social marketing is sometimes seen only as using standard commercial marketing practices to achieve non-commercial goals, this is an over-simplification.
</p>
<p>
  The primary aim of social marketing is social good, while in commercial marketing the aim is primarily financial.
</p>
<p>
  This does not mean that commercial marketers cannot contribute to the achievement of social good.
</p>
<p>
  Today, we seem to live in a world where anyone wants something from everyone else. Even in our families, we set conditions for every reward or benefit that we can extend to another person.
</p>
<p>
  Many people feel the lack of true friendship in their non-cyber lives. This can easily create a situation where they turn to the Internet.
</p>
<p>
  Just as lonely people turn to the Internet, salesmen are also desperate to sell their products.
</p>
<p>
  A salesman is trained to identify places where people are likely to buy specific items and likely to find them. As a result, social networks are a top place to do business.
</p>
<p>
  Increasing, social marketing is being described as having “two parents”, a ’social parent’ where there are social sciences and social policy and a ‘marketing parent’, which equals commercial and public sector marketing approaches.
</p>
<p>
  Here is where one learns how to make money on the Internet thanks to social marketing.
</p>
<p>
  A marketing strategy is a process that can allow an organization to concentrate its limited resources on the greatest opportunities to increase sales and achieve a sustainable competitive advantage.
</p>
<p>
  You can make money on the Internet thanks to social marketing by driving more customers “through the door” which gives the sales department a better chance by ratio of selling their product to the consumers.
</p>
<p>
  There may also be a downside to this phenomenon. Very often (for legal reasons, e.g. in non-store retailing) companies have to provide credit to customers.
</p>
<p>
  This may cause a conflict between the sales department and the credit department. In most large corporations, the marketing department is structured in a similar fashion to the sales department.
</p>
<p>
  And the managers of these teams must coordinate their efforts to drive profits and business success.
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=HKnffH"><img src="http://feeds.feedburner.com/~f/blogtology?i=HKnffH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=xcOzdH"><img src="http://feeds.feedburner.com/~f/blogtology?i=xcOzdH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=iAeIeh"><img src="http://feeds.feedburner.com/~f/blogtology?i=iAeIeh" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/293566928" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>mon, 19 May 2008 17:35:33 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6904945</guid>
    </item>
    <item>
      <title>10 Stategies for Site Promotion</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/293566929/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  1. Generate Traffic. To generate a lot of traffic to your site and gain recognition, you need to promote in as many places as you possibly can. Do not throw all your advertising dollars in only one or two spots. Try to determine or ask the amount of traffic they are generating. Sites generating huge traffic often require higher advertising rates. Be aware; however, that some sites requesting high advertising rates, may not necessarily be generating that much traffic. There are many sites out there that really offer a great deal and do not charge high rates. To generate more traffic find as many free places to advertise as you possibly can.
</p>
<p>
  2. Target the Right Market. Try to find sites that target the type of audience you are marketing to. Example: Someone selling baby products should advertise at baby sites, mommy sites, networks, groups and forums where mommies hang out and visit frequently. Just because you may be a work-at-home mom doesn’t mean you have to limit yourself to just advertising at “WAHM” sites. Place your focus mainly where your targeted market will be, but find all similar possibilities to target as well. Example: If you sell educational products to career-minded young people, you would want to focus where young people of this age visit frequently, but you can also search for a few places to network where moms may visit who have teens getting ready to graduate from high school.
</p>
<p>
  3. Visit Mom Sites. Spend time visiting other sites by moms and see where they are advertising. If they are displaying a banner on their site referring to some directory or networking site this gives you a clue that they may have exchanged links or listed in their directory for free in exchange for displaying their banner. Exchanging links with websites of similar content and products as yours will help with your search engine rankings and once again target your market. While you are visiting other sites by moms, be sure to sign their guest book while you are there. Many guest books allow you to add your website’s url.
</p>
<p>
  4. Use the Search Engines. Use Google and Yahoo and do a search for “Free Advertising”, “List your URL”, “Add your URL”, “Add your Site”, “Free Site Promotion”, etc. Also include keywords you use for marketing your site. Just be cautious before spending money with any new sites you haven’t heard of before. You will probably be surprised at how many sites you find that still offer free advertising.
</p>
<p>
  5. Go Local. There is a HUGE competition going on all over the internet especially for those who are promoting websites with direct sales. “Local” is gaining popularity…and for a good reason. If I decided to start buying Avon, for example, I would probably prefer to buy from someone locally. Use the search engines to do a search for free classified ads in your city and nearby locations. See if you can find any local networks, groups, forums, portals, directories, etc.
</p>
<p>
  6. Write Articles or E-books. You don’t have to be a professional writer. Just find some great content, some interesting facts, some helpful hints, etc. Your article does not have to be very long at all. To get better results, write more frequent short articles than just a couple of big long ones now and then. Be sure to include your name and website at the end. If you offer a newsletter, promote it as well. After you write your article, submit it to as many places as you possibly can. Give permission to others to use your articles as long as they include your name and website address.
</p>
<p>
  7. Start a Newsletter. Newsletters are a great way to generate repeat traffic. It reminds your customer or interested visitors about your site when they receive your newsletter. In your newsletter, be sure to encourage your subscribers to forward your newsletter to a friend. Include information about how they can easily subscribe to your newsletter. Offering your subscribers a chance to win a free gift will often help you receive more signups.
</p>
<p>
  8. Add Content. Content helps get repeat visits to your site. Sites become stale without new content. If you have a site that you can edit, use plenty of good content, especially using keywords that the search engines will pick up particularly targeting your audience that you are marketing too. If you don’t have time to do this, there are lots of sites that offer “free content” and “free articles”. Just do a search on the search engines to locate them. You can use their content for your site instead of trying to write your own content.
</p>
<p>
  9. Partner with Someone. Working at home can begin to seem like a long lonesome journey. Find someone you can connect with and trust. Exchange front page links or banners and help each other promote your businesses. You could even add your partner to your signature. For example, under your name and link place: Partner, Sherry - partnerdomain.com. Have your partner do the same for you. Write and promote a newsletter together; manage a networking group together. Partners can encourage each other and make the marketing road a little smoother.
</p>
<p>
  10. Read and Learn. Marketing is an endless task that must be done to generate sales. The best tip I can give is to read and learn all you can about marketing and sales. You can do this on the internet as well as your local library. Find someone who is successful and get some of their best tips. If possible, set aside at least an hour or two each day promoting your business. Many people make the mistake of thinking they can create a website and traffic will automatically arrive. It just doesn’t happen. Behind each successful site is a hard worker who labored away to advertise and promote. You can do it too!
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=oXLuHH"><img src="http://feeds.feedburner.com/~f/blogtology?i=oXLuHH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=Y9EdDH"><img src="http://feeds.feedburner.com/~f/blogtology?i=Y9EdDH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=vDGAMh"><img src="http://feeds.feedburner.com/~f/blogtology?i=vDGAMh" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/293566929" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>mon, 19 May 2008 17:32:50 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6904946</guid>
    </item>
    <item>
      <title>Windows Tip</title>
      <link>http://feeds.feedburner.com/%7Er/blogtology/%7E3/288176945/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  If you work on windows , you know that shutting it down can be really a hassle and time taking , especially when a lot of programs are running . Most of us tend to avoid shut down due to this reason but we know that shut down is always safer and also considered good for the pc .
</p>
<p>
  There are a lot of shut down tricks and tools available , which help you to achieve a smooth and fast shut down of windows without negatively affecting your pc . However this trick , which was suggested to me by a friend , is probably <strong>the simplest one</strong> and also the <strong>fastest way</strong> to shut down your pc .
</p>
<p>
  Here are the steps :-
</p>
<p>
  1: Press <strong>Ctrl+Alt+Delete</strong> to go to the <strong>Task Manager .</strong>
</p>
<p>
  2: Click on <strong>Shut Down</strong> on the Top .
</p>
<p>
  3: Highlight <strong>‘ Turn Off ‘</strong> and while holding down the <strong>Ctrl key</strong> , click on it .
</p>
<p>
  <strong>And thats it ! Just count 1 , 2 , 3…5 and there you go…your pc is off !</strong>
</p>
<p>
  I have tried this trick on my XP system and it has worked everytime and hasn’t negatively affected my pc . I haven’t tried this on any other version of Windows but I think it’ll work .
</p>
<p>
  <em>However I advise you to use this trick only when you are in a rush and you need a speedy shut down of your pc .</em>
</p>
<p>
  Any suggestions, ideas? Feel free to comment on this article!
</p>
<p>
  <a href="#top">Back to Top</a>
</p>
<div>
  <a href="http://feeds.feedburner.com/~f/blogtology?a=mkUaWH"><img src="http://feeds.feedburner.com/~f/blogtology?i=mkUaWH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=N9SzvH"><img src="http://feeds.feedburner.com/~f/blogtology?i=N9SzvH" /></a> <a href="http://feeds.feedburner.com/~f/blogtology?a=UR6Umh"><img src="http://feeds.feedburner.com/~f/blogtology?i=UR6Umh" /></a>
</div><img src="http://feeds.feedburner.com/~r/blogtology/~4/288176945" height="1" width="1" />
</div>]]>
      </description>
      <pubDate>sun, 11 May 2008 20:04:25 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6837351</guid>
    </item>
    <item>
      <title></title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845309</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845309" title=" productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845309&amp;amp;changeId=17206769784&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7Tj6qwxaT7x%2BipY7Fstzm5k49BxqCti5K0%3D" alt="" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796451</guid>
    </item>
    <item>
      <title></title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845310</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845310" title=" productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845310&amp;amp;changeId=17206769788&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7S1d3hE0GtSh6Cw6ge8i18y5FpmJ05D2Hs%3D" alt="" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796450</guid>
    </item>
    <item>
      <title></title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845331</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845331" title=" productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845331&amp;amp;changeId=17206769809&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7TC%2BOTGFFQn8InkIy7NoORFTfZi%2BlqItbk%3D" alt="" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796449</guid>
    </item>
    <item>
      <title></title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845311</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845311" title=" productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845311&amp;amp;changeId=17206769790&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7RVMuSj11TZspPB2ZltNaFG1XPML2V0AqE%3D" alt="" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796448</guid>
    </item>
    <item>
      <title></title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845320</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845320" title=" productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845320&amp;amp;changeId=17206769799&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7RRkzwoiMSqtpNOdjpwaHS2VyM77l3BgRk%3D" alt="" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796447</guid>
    </item>
    <item>
      <title>Apple Blossom</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845321</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845321" title="Apple Blossom productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845321&amp;amp;changeId=17206769801&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7Qcko7B2vPKitxWK7aB923pWGmnTsmr7gQ%3D" alt="Apple Blossom" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796439</guid>
    </item>
    <item>
      <title>Cellophane Cage</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845325</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845325" title="Cellophane Cage productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845325&amp;amp;changeId=17206769803&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7SG5RT%2BQJLczc5J7%2FzZDebEISyvuQrSpBE%3D" alt="Cellophane Cage " /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796438</guid>
    </item>
    <item>
      <title>Fresh Flowers</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845327</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845327" title="Fresh Flowers productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845327&amp;amp;changeId=17206769805&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7ScporpMyw1Pxuxv10%2BXIV0QkKxWkuP%2FeU%3D" alt="Fresh Flowers" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796437</guid>
    </item>
    <item>
      <title>Color Mix</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845326</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845326" title="Color Mix productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845326&amp;amp;changeId=17206769804&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7R2DEG5sl0zSUsmxM8xO9k6tSMmKK2uTAE%3D" alt="Color Mix" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796436</guid>
    </item>
    <item>
      <title>Stargazers</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845328</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845328" title="Stargazers productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845328&amp;amp;changeId=17206769806&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7T16vXOhru7SsJDosBP2whYQly77ke7PoU%3D" alt="Stargazers" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796435</guid>
    </item>
    <item>
      <title>Freesias</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845329</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845329" title="Freesias productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845329&amp;amp;changeId=17206769807&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7Tn%2Flb41TwuZ6ULVW%2FPjmaGJgS5bQ3ez%2Fs%3D" alt="Freesias" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796434</guid>
    </item>
    <item>
      <title>Tulips</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845330</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845330" title="Tulips productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845330&amp;amp;changeId=17206769808&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7SnbjIFSxJSFFYnlhMUm%2BCUW%2FjDCZ3ieKA%3D" alt="Tulips" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796433</guid>
    </item>
    <item>
      <title>Primrose</title>
      <link>http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845333</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://nycgraphix.sharpcast.com/user/nycgraphix/albums">nycgraphix</a> posted a photo:
</p>
<p>
  <a href="http://nycgraphix.sharpcast.com/albums/image/15538_66735201845322/15538_66735201845333" title="Primrose productions"><img src="http://nycgraphix.sharpcast.com/get/image.jpg?album=15538_66735201845322&amp;amp;photo=15538_66735201845333&amp;amp;changeId=17206769810&amp;amp;photoSize=slideshow&amp;amp;isDownload=false&amp;amp;fp=Ibd%2FYXbwhCXuZTKbuTla%2FO3juGJ1gXZxFdnEdZw07Xclz3bK3oYV7AQF366mTYq6hnKXRhxWn7TFbjv3jRTwMuDSqsCUkW%2BY2yc6dIqfwug%3D" alt="Primrose" /></a>
</p>
</div>]]>
      </description>
      <pubDate>sat, 22 Dec 2007 03:27:33 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5796432</guid>
    </item>
  </channel>
</rss>
