<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="https://purl.org/dc/elements/1.1/"
    xmlns:sy="https://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="https://webns.net/mvcb/"
    xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="https://purl.org/rss/1.0/modules/content/">
    <channel>
    <title><![CDATA[]]></title>
    <link></link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>no_reply@designscan.me</dc:creator>
    <dc:rights>Copyright 2026</dc:rights>
    <dc:date>2026-05-09T14:58:12+02:00</dc:date>
  
    <item>
      <title><![CDATA[Work in progress]]></title>
      <link>http://www.designscan.me/blog/continue/work-in-progress</link>
      <guid>https://www.designscan.me/blog/continue/work-in-progress#When:14:01:00Z</guid>
      <description><![CDATA[<ul>
	<li><strong>Support;</strong></li>
	<li><strong>Forum and wiki;</strong></li>
	<li><strong>Text;</strong></li>
	<li><strong>Social;</strong></li>
	<li><strong>Passing 200 designscans;</strong></li>
	<li><strong>Next;</strong></li>
</ul>

<p>&nbsp;</p>

<p><strong>Support:</strong><br />
We rebuilt our support section from the ground up. Using the latest <u><a href="http://getbootstrap.com" target="_blank">Bootstrap 3.30</a></u> and <u><a href="http://jquery.com" target="_blank">jquery 1.11.1</a></u>. The support section is now also viewable with IE8 and higher (and all modern browsers) using <u><a href="https://github.com/aFarkas/html5shiv" target="_blank">html5shiv.js 3.7.2</a></u> and <u><a href="https://github.com/scottjehl/Respond" target="_blank">respond.js</a></u>.&nbsp;<br />
- Support section is now responsive, viewable with your computer, tablet and smart phone.<br />
- Live search, where possible. (results shown while you enter your key word.)</p>

<p>&nbsp;</p>

<p><strong>Forum and wiki:</strong><br />
The templates codes used for the forum and wiki where old, really old. They both are original modules from ExpressionEngine, maintained but no features added.&nbsp;So what we did, we rebuilt the templates using Bootstrap 3.30. This took time but we think really added that extras we needed.<br />
- Responsive, viewable with your computer, tablet and smart phone.<br />
- prefix, specially used in our &quot;Bug Reports&quot; section.&nbsp;<br />
- responsive images and video</p>

<p>&nbsp;</p>

<p><strong>Text:</strong><br />
We hired a copywriter to rewrite our website text. Now it&#39;s even more clear what we do and offer.</p>

<p>&nbsp;</p>

<p><strong>Social:</strong><br />
DesignScan is running for 6 months and the internet is already loving us.<br />
- Facebook 9.900 Likes<br />
- Twitter 6.600 Followers<br />
- google+ 653 Likes<br />
- Pinterest 422 Followers<br />
- Stumbleupon 221 Likes</p>

<p>&nbsp;</p>

<p><strong>Passing 200 designscans:</strong><br />
We are proud to announce that we past the 200 DesignScans last week.</p>

<p>&nbsp;</p>

<p><strong>Next:</strong><br />
We will start rolling out our new design for the back-end.<br />
DesignScan pro will be activated and access for the Designers and Developers.</p>
]]></description>
      <dc:subject><![CDATA[IO]]></dc:subject>
      <dc:date>2014-11-26T14:01:00+00:00</dc:date>
    </item>
  
    <item>
      <title><![CDATA[what we’ve been up to….]]></title>
      <link>http://www.designscan.me/blog/continue/what-weve-been-up-to</link>
      <guid>https://www.designscan.me/blog/continue/what-weve-been-up-to#When:08:54:00Z</guid>
      <description><![CDATA[<ul>
	<li><strong>CMS</strong>;</li>
	<li><strong>Image</strong>;</li>
	<li><strong>Optimising</strong>;</li>
	<li><strong>Caching</strong>;</li>
	<li><strong>Passing 100 designscans</strong>;</li>
	<li><strong>Next</strong>;</li>
</ul>

<p><br />
<strong>​CMS:</strong><br />
We upgraded our ExpressionEngine version from 2.7.3 to 2.9.0. ExpressionEngine is the core for DesignScan. This update has first been done on our developer version of DesignScan.me so that all problems where solved before moving to the live version.<br />
<br />
It took longer than we participated, but we did it. Lot of modules, plug-ins and extensions needed to be updated or code slightly altered to run with the new EE 2.9.</p>

<ul>
	<li>Template codes needed to be altered (due to a new conditionals parser)</li>
	<li>Testing member section and payment module (mayor update as well)</li>
</ul>

<p>&nbsp;</p>

<p><strong>​Image:</strong><br />
From now on we use &ldquo;lossless&rdquo; compression for our image compression.</p>

<ul>
	<li><a href="http://www.lcdf.org/gifsicle">gifsicle</a></li>
	<li><a href="http://pngquant.org/">pngquant</a></li>
	<li><a href="http://advsys.net/ken/utils.htm">pngout</a></li>
	<li><a href="http://sourceforge.net/projects/jpegoptim">jpegoptim</a></li>
</ul>

<p>&nbsp;</p>

<p>&nbsp;</p>

<blockquote>
<p>gifsicle -b -O2 --no-names --no-comments --same-delay --same-loopcount --no-warnings &#123;&#123;path&#125;&#125;<br />
pngquant --quality=70-85 --ext=.png --force &#123;&#123;path&#125;&#125;<br />
pngout -q &#123;&#123;path&#125;&#125;<br />
jpegoptim --strip-all --all-progressive -q &#123;&#123;path&#125;&#125;</p>
</blockquote>

<p>This resulted in significant savings in terms of KB&#39;s.</p>

<p>​</p>

<p><strong>Optimising:</strong><br />
We combined and minified our stylesheets and javascript files.</p>

<ul>
	<li>for css: <a href="http://code.google.com/p/minify/">minify</a></li>
	<li>for js: <a href="http://www.crockford.com/javascript/jsmin.html">jsmin</a></li>
</ul>

<p>&nbsp;</p>

<p>Resulting in appealing 1 stylesheet file and 1 javascript file.<br />
Our HTML is minified as well, look at our websites source code.<br />
&nbsp;</p>

<p><strong>Caching:</strong><br />
We use <a href="http://pecl.php.net/package/APC">APC</a> (Alternative PHP Cache) as php Opcode.<br />
<a href="http://redis.io/">Redis</a> for key-value cache and store<br />
Server: Gzip enabled.<br />
&nbsp;</p>

<p><strong>Result:</strong></p>

<p>&nbsp;</p>

<table class="table" style="width: 300px;">
	<thead>
		<tr>
			<th>&nbsp;</th>
			<th>Size</th>
			<th>Uncompressed Size</th>
		</tr>
	</thead>
	<tbody>
		<tr class="web-developer-section">
			<td>1 Document</td>
			<td style="text-align: right;">7 KB</td>
			<td style="text-align: center;">31 KB</td>
		</tr>
		<tr class="web-developer-section">
			<td>56 Images</td>
			<td style="text-align: right;">80 KB</td>
			<td style="text-align: center;">80 KB</td>
		</tr>
		<tr class="web-developer-section">
			<td>0 Objects</td>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr class="web-developer-section">
			<td>2 Scripts</td>
			<td style="text-align: right;">7 KB</td>
			<td style="text-align: center;">246 KB</td>
		</tr>
		<tr class="web-developer-section">
			<td>1 Style Sheet</td>
			<td style="text-align: right;">8 KB</td>
			<td style="text-align: center;">505 KB</td>
		</tr>
		<tr id="web-developer-total">
			<td>60 Files</td>
			<td style="text-align: right;">102 KB</td>
			<td style="text-align: center;">862 KB</td>
		</tr>
	</tbody>
</table>

<p><strong>Passing 100 designscans:</strong><br />
Great news, we past the 100 DesignScans last week.<br />
<br />
<strong>Next:</strong><br />
Working on some nice video tutorials, will go live this week.<br />
Going to complete our support section.</p>
]]></description>
      <dc:subject><![CDATA[IO]]></dc:subject>
      <dc:date>2014-09-18T08:54:00+00:00</dc:date>
    </item>
  
    <item>
      <title><![CDATA[Free signup enabled]]></title>
      <link>http://www.designscan.me/blog/continue/free-signup-enabled</link>
      <guid>https://www.designscan.me/blog/continue/free-signup-enabled#When:16:00:00Z</guid>
      <description><![CDATA[<p><strong>We are happy to announce:</strong><br />
By many request, our regular account registration is officially open. We call it FreeBee.<br />
​<br />
<strong>Purpose of FreeBee:</strong><br />
- Register your earned credits under your own name;<br />
- Post and participate under your own name;<br />
- Easy upgrade the moment our Designers and Developer accounts are active.<br />
<br />
<strong>For whom?</strong><br />
For those who like to participate in our forum, blog and Vote section.<br />
<br />
<strong>How?</strong><br />
Visit our <u><a href="https://www.designscan.me/signup/">signup</a></u> page and choose &quot;FreeBee&quot; as your account. Complete the form and you&#39;re done. Happy voting.<br />
<br />
<strong>Spam:</strong><br />
We tested our own developed tools to fight spam and we think we solved the spam issues.<br />
<br />
<strong>Other:</strong><br />
After finishing&nbsp;our author and&nbsp;FreeBee&nbsp;section we are back working full steam to roll out our next major updates. Stay tuned.</p>
]]></description>
      <dc:subject><![CDATA[IO]]></dc:subject>
      <dc:date>2014-07-29T16:00:00+00:00</dc:date>
    </item>
  
    </channel>
  </rss>