<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThinlineData &#124; Web Designs, Hosting &#38; SEO Services</title>
	<atom:link href="http://www.thinlinedata.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinlinedata.com</link>
	<description>Need quick and cheap web designs? Visit us for SEO services &#38; online web solutions</description>
	<lastBuildDate>Mon, 22 Apr 2013 13:15:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The keygen HTML element</title>
		<link>http://www.thinlinedata.com/keygen-html-element/</link>
		<comments>http://www.thinlinedata.com/keygen-html-element/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 19:00:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1370</guid>
		<description><![CDATA[One of the very little heard about HTML elements is the &#60;keygen&#62; tag. As usual this is not supported in the inferior Internet Explorer, but obviously supported in pretty much any other mayor browser, such as Chrome, Firefox, Opera and Safari browser, as well as most likely some others. When browsing to a secure website, ...]]></description>
			<content:encoded><![CDATA[<p>One of the very little heard about HTML elements is the &lt;keygen&gt; tag. As usual this is not supported in the inferior Internet Explorer, but obviously supported in pretty much any other mayor browser, such as Chrome, Firefox, Opera and Safari browser, as well as most likely some others.</p>
<p>When browsing to a secure website, its customary to find an SSL certificate protecting the communication between the client and the server. This is usually working quite well, until the point of where the certificate on the server side gets stolen or otherwise broken into. The keygen HTML tag solves this problem by adding another layer to the protection by creating a private key that is stored in the local keystore, and a public key that is packaged and sent to the server.</p>
<p>In addition to this, a challenge attribute may be set in the HTML code, to further increase the complexity of the secure connection between client and server. The private key will be stored in the users browser certificate store, which is the only downfall for a regular user, as browsers gets bugged, deleted, flushed and the laptop with the installed browser most likely gets changed every couple of years.</p>
<p>While this may not work on a large scale, such as internet banking, at least at the moment, it would be a perfect fit for companies with staff connecting to internal network applications. The keygen tag in HTML is used this way:</p>
<div id="fvch-codeblock-0" class="fvch-codeblock">
<table>
<tr>
<td class="fvch-line-numbers">
<pre>1
2
3
4
</pre>
</td>
<td class="fvch-code">
<pre id="fvch-code-0">&lt;form&gt;
&lt;keygen name=&quot;pubkey&quot; challenge=&quot;randomchars&quot;&gt;
&lt;input type=&quot;submit&quot; name=&quot;createcert&quot; value=&quot;Generate&quot;&gt;
&lt;/form&gt;</pre>
</td>
</tr>
</table>
</div>
<p>A lot of good documentation of how to implement this feature can be found <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080714/07ea5534/attachment.txt" target="_blank">here</a> or <a href="http://www.w3.org/html/wg/drafts/html/master/forms.html#the-keygen-element" target="_blank">here</a></p>
<p>For internal communication on a private network, when staff is accessing mail or other features on the local network, consider using keygen.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/keygen-html-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitcoin tools and applications</title>
		<link>http://www.thinlinedata.com/bitcoin-tools-applications/</link>
		<comments>http://www.thinlinedata.com/bitcoin-tools-applications/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bitcoin-trading-application]]></category>
		<category><![CDATA[mtgox-eggdrop]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1361</guid>
		<description><![CDATA[With the recent boom in Bitcoin, one should always arm themselves with the most important application to help in the trading and understanding of how Bitcoin is working on a more technical level. Bitcoin IS a technical tool, and is being used a currency, but keep in mind that its underlying features are pure mathematical, ...]]></description>
			<content:encoded><![CDATA[<p>With the recent boom in Bitcoin, one should always arm themselves with the most important application to help in the trading and understanding of how Bitcoin is working on a more technical level. Bitcoin IS a technical tool, and is being used a currency, but keep in mind that its underlying features are pure mathematical, technical and programmable. To understand these factors it gives anyone speculating on Bitcoin an edge, simply because knowing what you are getting into increases your chances to understand its potential.</p>
<p>At the time of writing, Bitcoin is probably the most talked about subject world wide. Its game changing nature and redefinition of what money is, has completely taken people with storm. Bitcoin is not only just a game changer, but its technical complexity offers innovations that competes with the birth and innovation the internet itself offered us.</p>
<p>Worthy things to know about Bitcoin is the applications themselves, build around Bitcoin or based on Bitcoin. Since the financial instrument, Bitcoin, is a technical project, the understanding will pay off more. Now on to the tools of the trade.</p>
<p>&nbsp;</p>
<ul class="bulletlist">
<li><a href="https://bitcointalk.org/index.php?topic=25804.0">Vanitygen</a> - Innovative tool for people wishing to generate their own unique Bitcoin payment address</li>
<li><a href="https://bitcointalk.org/index.php?board=99.0" target="_blank">Multibit</a> &#8211; An alternative Bitcoin client</li>
<li><a href="https://bitcointalk.org/index.php?board=98.0" target="_blank">Electrum</a> &#8211; Another alternative Bitcoin client</li>
<li><a href="https://bitcointalk.org/index.php?board=97.0" target="_blank">Armory</a> &#8211; And one more alternative client for Bitcoin</li>
<li><a href="https://bitcointalk.org/index.php?topic=148462.0" target="_blank">NCcurses</a> &#8211; Want to trade on MtGox with a bot? This is it!</li>
<li><a href="http://www.eggheads.org/" target="_blank">Eggdrop Bot</a> &#8211; Stay online 24/7 with a bot on IRC. Get all news and log all events!</li>
<li><a href="http://miningexplorer.org/" target="_blank">Mining Explorer</a> &#8211; Monitor your miners through this great application!</li>
<li><a href="http://www.bitcoinsmsalert.com/" target="_blank">Bitcoin SMS Alert</a> &#8211; Get an SMS if the price hits a certain number</li>
<li><a href="http://luke.dashjr.org/programs/bitcoin/" target="_blank">BitGit</a> &#8211; A ton of open source applications on Git</li>
<li><a href="http://dot-bit.org/Main_Page" target="_blank">Namecoin</a> - A decentralized, open DNS system based on the bitcoin technology.</li>
<li><a href="http://www.findabitcoin.com" target="_blank">FindaBitcoin</a> &#8211; A website that lets you add your Bitcoin website for free. A lot of resources can be found here</li>
</ul>
<p>This list should get most people started and keep you well in the loop of all Bitcoin technical development. In general for all developers the Bitcointalk.org forums as well as Github is the place to find relevant information. Please share any new tools with us and we will put them on our website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/bitcoin-tools-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 framework that works!</title>
		<link>http://www.thinlinedata.com/html5-framework-works/</link>
		<comments>http://www.thinlinedata.com/html5-framework-works/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 12:49:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[best-html5-framework]]></category>
		<category><![CDATA[best-html5-framework-for-seo]]></category>
		<category><![CDATA[html5-css-framework-less]]></category>
		<category><![CDATA[html5-framework]]></category>
		<category><![CDATA[html5-work-with-framework]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1354</guid>
		<description><![CDATA[Looking for a kick ass HTML5 framework that fits all needs? Well Bootstrap might just be that. Since getting our hands on Bootstrap more or less all admin interfaces, login panels and in general administrator driven projects have been based on the Bootstrap framework. For those that are unaware of what frameworks are, here is ...]]></description>
			<content:encoded><![CDATA[<p>Looking for a kick ass HTML5 framework that fits all needs? Well Bootstrap might just be that. Since getting our hands on <a title="Bootstrap" href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> more or less all admin interfaces, login panels and in general administrator driven projects have been based on the Bootstrap framework.</p>
<p>For those that are unaware of what frameworks are, here is a quick rundown.</p>
<p>- Bootstrap framework is a HTML5 based collection of ready made functions</p>
<p>- The framework is pure HTML5 and works with any browser</p>
<p>- The framework comes with its own CSS style</p>
<p>- The framework contains only client side code</p>
<p>- The framework is composed of multiple modules ready to copy and paste where people see fit, as well as Javascript driven events</p>
<p>The main difference of using a framework versus a CMS portal is that the framework is more code and less point and click. This is especially good for developers that want to focus on their server side functions rather than having to go through legacy code and obscure php3 functions that are either defunct or bugged. It also gives developers the peace of mind to work with their server side functions while knowing that all client side interface is neatly build in a hierarchy that has been thoroughly tested by the open source community.</p>
<p>Bootstrap is nice to work with, really really nice actually. Not only is the code at the official site very well explained, and not only is the CSS that comes with it also perfectly integrated, but the Javascripts that comes with Bootstrap makes it stand out as a very versatile framework.</p>
<p>Bootstrap is mostly being used, from the looks of it, for admin interface systems, with a plethora of templates available through places like themefores. Its functional GUI and logical setup allows for some really interesting interfaces to be made for staff that potentially ends up sitting with a system.</p>
<p>Forking Bootstrap has obviously been done, and this is where it really shows value. The numerous hacks, edits and extensive libraries that has spun out of Bootstrap offers front end developers and GUI guru&#8217;s a near limitless chance to make complex interfaces client side.</p>
<p>On <a title="Bootsnip" href="http://bootsnipp.com/resources#1" target="_blank">Bootsnip</a> there is a list of a number of extensions for Bootstrap that should fit any developer. Save time, start using Bootstrap, it works and it works well!</p>
<p>For front end development, if setting up a completely new website, Bootstrap can in certain cases be useful, but in some others be tedious to work with, since its flexibility to skin the style is more or less inked in the fabric of Bootstrap itself. Not to say you cannot use it for a front end development, but CMS portals are more commonly used for front end development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/html5-framework-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNA &amp; Bio computer</title>
		<link>http://www.thinlinedata.com/dna-bio-computer/</link>
		<comments>http://www.thinlinedata.com/dna-bio-computer/#comments</comments>
		<pubDate>Sun, 17 Feb 2013 12:58:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[data-com-computer-repair-web-design-backup]]></category>
		<category><![CDATA[dna-computer]]></category>
		<category><![CDATA[dna-computer-bio]]></category>
		<category><![CDATA[dna-on-a-computer]]></category>
		<category><![CDATA[from-which-living-thing-getting-dna-for-dna-computing]]></category>
		<category><![CDATA[what-is-the-difference-between-dna-computer-and-biocomputer]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1346</guid>
		<description><![CDATA[Researchers all over the world are scrambling to build the next generation computers, as our current silicon computing technology soon wont be able to even catch up with Moores law. The future bet is on DNA computers, chemical computers or a merge between electronic computers and DNA computers. In our last blog post, DNA storage was ...]]></description>
			<content:encoded><![CDATA[<p>Researchers all over the world are scrambling to build the next generation computers, as our current silicon computing technology soon wont be able to even catch up with Moores law. The future bet is on DNA computers, chemical computers or a merge between electronic computers and DNA computers.</p>
<p>In our last blog post, <a title="DNA storage" href="http://www.thinlinedata.com/dna-storage-harddrives/" target="_blank">DNA storage</a> was looking as a reality to come to our computers, probably being the first technology mix of two carbon based systems and silicon based systems. DNA computers, however would rely on calculating the ones and zeros through biologically build systems, relying on DNA, biochemistry and biomolecular computing.</p>
<p>The problem with traditional computers is multitasking, also known as multi-threading, which lead to multi-core processors in order to meet the demands on calculation parallel processes. Despite the speed of our current transistors, capable of crunching billions of calculations per second, its still far inferior to a biological system, that can treat calculations multi threaded, and concurrent.</p>
<p>Computing using biological molecules or DNA computation was fully realized in 1994 when L. Adleman managed to solve the Hamiltonian Path Problem with the use of DNA. Solving an instance of a directed graph through 7 nodes proved the massive parallelism of DNA molecules. A DNA computer works the same as an electronic computer, which uses digital logic to create the 3 logic gates AND, OR and NOT. This is naturally done using DNA enzymes.</p>
<p><strong>Molecular computation &amp; synthetic biology</strong></p>
<p>Synthetic biology has recently given DNA computers a boost, as biological systems have started to take shape performing tasks they were originally not ment to. MIT scientists have created genetic circuits in bacterial cells that not only perform logic functions, but also remember the results, which are encoded in the cell&#8217;s DNA and passed on for dozens of generations.</p>
<p><span class="pullquote_right">Ray Kurzweil“Our computers aren’t going to be these distinct rectangular devices we carry around. We are going to merge with them.” I second that.</span></p>
<p>Cells are nothing but hardware and DNA is nothing but software, and computer-assisted genetic design will give us the ability to make viruses and vaccines. Our bodies can repair themselves and this is also a field that is being explored in bio-molecular computing where a molecular computer can repair itself if it detects a flaw.</p>
<p>This opens up huge opportunities and more specialized fields of computing as the biological world and the electronic world will merge. DNA can build itself up from scratch and become anything it wants and self assemble. We can only shrink silicon so much.</p>
<p>Developing a material that could directly talk to living tissues would dramatically change the game for implants. In the future, it’s not far fetched to imagine how this integrated system could improve implants and be used to monitor and control embedded sensors in living things.</p>
<p>The research field of DNA computers is vast, with several teams making discoveries on a weekly basis, further enhancing the possibility that our computers one day, may be of a more familiar matter to us than ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/dna-bio-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNA storage for harddrives</title>
		<link>http://www.thinlinedata.com/dna-storage-harddrives/</link>
		<comments>http://www.thinlinedata.com/dna-storage-harddrives/#comments</comments>
		<pubDate>Sun, 03 Feb 2013 17:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[dna-data-storage]]></category>
		<category><![CDATA[dna-storage-future]]></category>
		<category><![CDATA[dna-storage-module]]></category>
		<category><![CDATA[storage-space-for-dna]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1336</guid>
		<description><![CDATA[DNA storage has been theoretically and practically proven, with a pair of researchers from Cambridge University, lead by Nick Goldman, showed that a song and a photo was stored in DNA and played back from the DNA, with a 100% accuracy. This was also done previous by a team of scientists from Harvard University. DNA ...]]></description>
			<content:encoded><![CDATA[<p>DNA storage has been theoretically and practically proven, with a pair of researchers from Cambridge University, lead by <a href="http://www.ebi.ac.uk/goldman/" target="_blank">Nick Goldman</a>, showed that a song and a photo was stored in DNA and played back from the DNA, with a 100% accuracy. This was also done previous by a team of scientists from <a href="http://hms.harvard.edu/news/writing-book-dna-8-16-12" target="_blank">Harvard University</a>.</p>
<p>DNA storage has a vast advantage over storing data on a magnetic disk, or a solid state disk. It does not require electricity to be read/written, and it can last for much longer, as well as it stores higher data intensity.  Encoding data into DNA allows for storage space of petabytes, and DNA-based storage scheme could be scaled far beyond current global information volumes and offers a realistic technology for large-scale, long-term and infrequently accessed digital archiving.</p>
<p>While the cost for such data encoding is quite expensive, $12,400 per megabyte, the researchers say that current technology trends are reducing DNA synthesis costs every year, which means that their DNA encoding scheme could be cost-effective within a decade if not less, considering the development being made with synthetic DNA and the need for cheap DNA sequencing and related DNA studies.</p>
<p><strong>DNA storage is long lasting</strong></p>
<p>DNA library does not contain maintenance as it does not change with time, something that cannot be said about how we stored information on floppy drives, cd&#8217;s, mini disks and other storage mediums that are obsolete now. As more and more information gets lots due to advances being made in storage space and storage read/write, a more universal approach is needed, and DNA seems to be the logical choice to this.</p>
<p>While the high cost of DNA storage is the obstacle at the moment and the entire process of scaling this up to facilitate all the storage hungry computers, petabyte storage that takes up less space than a dust corn sounds like a solution for data intense groups, such as CERN, SETI@HOME, FOLDING@HOME and other research groups that stores several petabytes of information. CERN for instance is throwing out a lot of potentially important data, due to constrains of storage.</p>
<p><strong>How to read and write the data</strong></p>
<p>Computer data is in binary, while each location in a DNA molecule can hold any one of four bases (A, T, C, and G). Reading the data you simply sequence it, just as if you were sequencing the human genome, and convert each of the TGAC bases back into binary. The language of DNA is digital, but not binary. Where binary encoding has 0 and 1 to work with, DNA has 4 positions, T, C, G and A.</p>
<p>There is only one way to encode &#8216;a&#8217; to binary: 10110001. However, there are 256 ways to encode &#8216;a&#8217; to DNA: cGTaaacG or aTTacccT or aTGaaccG to name a few. A self made hacker has taken a look into how to work with DNA to and from Binary representation <a href="http://ds9a.nl/amazing-dna/" target="_blank">here</a></p>
<p><strong>More storage is the future!</strong></p>
<p>DNA storage promises unheard of storage space compared to our current harddrives, and looking at how computing is turning into hardware driven by more novel inventions DNA is most likely one of those future capabilities our computers will have. Another invention that is currently being looked into is <a href="http://translate.google.com/translate?sl=ja&amp;tl=en&amp;js=n&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=2&amp;eotf=1&amp;u=http%3A%2F%2Fwww.hitachi.co.jp%2FNew%2Fcnews%2Fmonth%2F2012%2F09%2F0924.html" target="_blank">Quartz glass storage</a>, by Hitachi, promising high storage intensity and added benefits such as storing the data in warm locations, whereas DNA needs to be stored cold and dark.</p>
<p>Whichever storage medium wins in the future is most likely up to whomever can mass produce cheap and versatile medium&#8217;s of storage, and doing it fast enough. While DNA storage may seem as a solution to bridging the molecular world and the electronic world, quartz holds the leading spot in the race for being versatile and already undergoing development by a multi national company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/dna-storage-harddrives/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASIC devices for Bitcoin mining finally arrives!</title>
		<link>http://www.thinlinedata.com/asic-devices-bitcoin-mining-finally-arrives/</link>
		<comments>http://www.thinlinedata.com/asic-devices-bitcoin-mining-finally-arrives/#comments</comments>
		<pubDate>Sat, 02 Feb 2013 15:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[asic-bitcoin]]></category>
		<category><![CDATA[asic-bitcoin-china]]></category>
		<category><![CDATA[asic-bitcoin-mining]]></category>
		<category><![CDATA[asic-bitcoin-mining-designer]]></category>
		<category><![CDATA[asic-desin-bitcoin-mining]]></category>
		<category><![CDATA[asic-devices-for-mining]]></category>
		<category><![CDATA[asic-miner]]></category>
		<category><![CDATA[asic-miners]]></category>
		<category><![CDATA[asic-miners-shipped]]></category>
		<category><![CDATA[avalon-asic-batch-2]]></category>
		<category><![CDATA[bitcoin-asic]]></category>
		<category><![CDATA[bitcoin-asic-shipping]]></category>
		<category><![CDATA[china-asic-bitcoin]]></category>
		<category><![CDATA[company-selling-asic-for-bitcoin-mining]]></category>
		<category><![CDATA[future-for-asic-mining]]></category>
		<category><![CDATA[how-will-bitcoin-asic-work]]></category>
		<category><![CDATA[marketing-campaigns]]></category>
		<category><![CDATA[silk-road-marketplace-url]]></category>
		<category><![CDATA[where-to-buy-asic-miners]]></category>
		<category><![CDATA[yifu-bitcoin-asic]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1332</guid>
		<description><![CDATA[The much long speculated ASIC devices finally made their entry into the world of Bitcoin mining. A young Chinese entrepreneur  named Yifu Guo, was the first to sucesfully complete and ship a working ASIC device, capable of hashing/mining Bitcoin&#8217;s at an astonishing speed compared to FPGA units and GPU cards. ASIC stands for Application-specific integrated circuit, ...]]></description>
			<content:encoded><![CDATA[<p>The much long speculated ASIC devices finally made their entry into the world of Bitcoin mining. A young Chinese entrepreneur  named Yifu Guo, was the first to sucesfully complete and ship a working ASIC device, capable of hashing/mining Bitcoin&#8217;s at an astonishing speed compared to FPGA units and GPU cards.</p>
<p>ASIC stands for Application-specific integrated circuit, and does exactly what it sounds like, one specific thing it has been designed for. In this case, the new ASIC device is all about mining Bitcoin&#8217;s or, hashing blocks on the Bitcoin decentralized network, in order to clear transactions.</p>
<p>While FPGA&#8217;s can be reprogrammed to be used in a large variety of different functions, an ASIC device is hardware locked to a certain task . It is brute but it certainly shows its weight when a certain computational task has to be performed over and over again.</p>
<p>While a large number of people were awaiting ASIC devices to come from multiple vendors since last year in the summer, it proved that none of those could deliver, and failed miserably despite their marketing campaigns. The winners came to be BitSynCom, a Chinese company run by a young brilliant man, releasing the so-called <a href="http://avalon-asic.com" target="_blank">Avalon ASIC</a> miner. A second batch is now under way, and preorders are taken by the time of writing of this article.</p>
<p>Originally two test ASIC&#8217;s were shipped, one to a leading Bitcoin developer, <a href="https://twitter.com/jgarzik">Jeff Garzik</a> and the <a href="https://bitcoinfoundation.org/">Bitcoin foundation</a> both confirming the ASIC devices hashing with pictures and video, finally putting an end to the endless speculation of working ASIC devices, which can be seen <a href="https://bitcointalk.org/index.php?topic=140363.0">here</a> and <a href="https://bitcointalk.org/index.php?topic=140099.0" target="_blank">here</a></p>
<p>At the same time it was announced by <a href="https://bitcointalk.org/index.php?topic=99497.msg1493791#msg1493791" target="_blank">ASICMiner</a> another company, selling shares for ASIC hardware that they are ready to ship their ASIC devices, claiming second throne in the ASIC race if their projections hold.</p>
<p>The Bitcoin network is forever changed and this proves that Bitcoin is at the very limit of innovation and ingenuity. Whole new business are springing up around Bitcoin, created by Satoshi Nakamoto, and driving forth a new era of finance. The ASIC miners are a mayor step in the right direction as they will be a determinant factor to secure the network against abuse from rogue parties in the future. The ASIC miners are capable of hashing an outstanding amount of SHA-256 data, which leaves any FPGA, GPU and CPU completely out of reach to attack, harm or otherwise disturb the Bitcoin network. A great time for Bitcoin, once again proving that it stands even more firm as the world most secure data transaction system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/asic-devices-bitcoin-mining-finally-arrives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mega launches!</title>
		<link>http://www.thinlinedata.com/mega-launches/</link>
		<comments>http://www.thinlinedata.com/mega-launches/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 18:26:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[eu-static-mega]]></category>
		<category><![CDATA[eu-static-mega-co-nz]]></category>
		<category><![CDATA[eu-static-mega-co-nzbase64-js]]></category>
		<category><![CDATA[eu-static-mega-co-nzcrypto-js]]></category>
		<category><![CDATA[eu-static-mega-com]]></category>
		<category><![CDATA[https-static-co-nz]]></category>
		<category><![CDATA[httpseu-static-mega]]></category>
		<category><![CDATA[httpseu-static-mega-co]]></category>
		<category><![CDATA[httpseu-static-mega-co-n]]></category>
		<category><![CDATA[httpseu-static-mega-co-nz]]></category>
		<category><![CDATA[httpseu-static-mega-co-nzkeygen_1-js]]></category>
		<category><![CDATA[httpsmega-co-nzdownload]]></category>
		<category><![CDATA[httpsmega-co-nzkeygen-js]]></category>
		<category><![CDATA[httpsmega-co-nzsignup]]></category>
		<category><![CDATA[mega]]></category>
		<category><![CDATA[mega-cn-nz-welche-javascript-verschlsselung]]></category>
		<category><![CDATA[mega-co-nz]]></category>
		<category><![CDATA[mega-co-nz-js]]></category>
		<category><![CDATA[mega-hosted-fil]]></category>
		<category><![CDATA[static-mega-co-nz]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1317</guid>
		<description><![CDATA[Kim Dotcom&#8217;s latest project, aka. Mega, has just launched after a lavish party in his New Zealand mansion. After Mega Upload was shut down by the FBI exactly one year ago, Kim Dotcom is back with his latest project. What is uniquely different about this one is that all files hosted on the Mega cloud ...]]></description>
			<content:encoded><![CDATA[<p>Kim Dotcom&#8217;s latest project, aka. Mega, has just launched after a lavish party in his New Zealand mansion. <span class="pullquote_right">The Launch Party<img class=" imgbox2" src="http://www.thinlinedata.com/pics/megalaunch.jpg" alt=""></span>After Mega Upload was shut down by the FBI exactly one year ago, Kim Dotcom is back with his latest project. What is uniquely different about this one is that all files hosted on the Mega cloud solution are encrypted with a 2048-bit RSA key. Nobody can decrypt your data, not even the Mega.co.nz employees, as long as you do not tell anyone else the encryption key that you created.</p>
<p>On top of the added security there are different plans that offer different level of space.</p>
<ul class="itemlist">
<li>Pro I - 500GB of storage and 1TB of transfers for €9.99</li>
<li>Pro II - 4TB of storage with 4TB of transfers for €19.99</li>
<li>Pro III - 4TB of storage with 8TB of transfers for €29.99</li>
</ul>
<p>From the looks of things this dwarfs Dropbox and Google Drive, and on top of that add encryption to everything.</p>
<p>After digging around we found the source files for the javascript that handles the encryption for Mega. They can be downloaded at the following urls:</p>
<p>https://eu.static.mega.co.nz/rsa.js</p>
<p>https://eu.static.mega.co.nz/crypto.js</p>
<p>https://eu.static.mega.co.nz/keygen.js</p>
<p>https://eu.static.mega.co.nz/mouse.js</p>
<p>https://eu.static.mega.co.nz/base64.js</p>
<p>https://eu.static.mega.co.nz/hex.js</p>
<p>What is however most intriguing about this file storage option is the option for third party to signup and host files in the shared Mega cloud. Said otherwise that means anyone with some serious storage, but without any guarantee for getting a piece of the hosting market can sign up to Mega and earn to host files. Obviously being the host does not mean you have access to the keys, nor giving you access to any of the files.</p>
<p>The new website has been heavily browsed in the past 24 hours and Kim claims that more than 100.000 registrations occurred in its first hour. Right now at the time of writing of this post the website seems down, but for future reference please visit the website here: <a href="http://mega.co.nz/" target="_blank">http://mega.co.nz/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/mega-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spintronics Memory</title>
		<link>http://www.thinlinedata.com/spintronics-memory/</link>
		<comments>http://www.thinlinedata.com/spintronics-memory/#comments</comments>
		<pubDate>Sun, 13 Jan 2013 18:28:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[albert-fert-and-spintronic-2012]]></category>
		<category><![CDATA[douwe-monsma-spintronics]]></category>
		<category><![CDATA[graphene-spintronics]]></category>
		<category><![CDATA[memory-storage-using-spintronics]]></category>
		<category><![CDATA[memorychipsimagesforspintronics]]></category>
		<category><![CDATA[mram-chips]]></category>
		<category><![CDATA[racetrack-memory]]></category>
		<category><![CDATA[racetrack-memory-data-storage]]></category>
		<category><![CDATA[racetrack-memory-spintronik]]></category>
		<category><![CDATA[racetrack-memory-storage]]></category>
		<category><![CDATA[spintronic-memories-to-revolutionize-data-storage]]></category>
		<category><![CDATA[spintronic-memory]]></category>
		<category><![CDATA[spintronics]]></category>
		<category><![CDATA[spintronics-based-data]]></category>
		<category><![CDATA[spintronics-in-ram]]></category>
		<category><![CDATA[spintronics-memory]]></category>
		<category><![CDATA[spintronics-memory-density]]></category>
		<category><![CDATA[the-different-types-of-spintronics]]></category>
		<category><![CDATA[the-future-spintronics-memory-chips]]></category>
		<category><![CDATA[write-up-for-spintronics]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1285</guid>
		<description><![CDATA[Another great tech that may hit our shelves is Spintronics. Another technology that supposedly changes our electronic computers to perform even better. While our past article about memristor technology focused on memory storage without charge, spintronics is a different ballgame. Spintronics studies the properties of the electron spin and improving the efficiency of electronic devices by utilizing a ...]]></description>
			<content:encoded><![CDATA[<p>Another great tech that may hit our shelves is Spintronics. Another technology that supposedly changes our electronic computers to perform even better. While our past article about <a href="http://www.thinlinedata.com/memristors-smart-memory-future/" target="_blank">memristor</a> technology focused on memory storage without charge, spintronics is a different ballgame.</p>
<p>Spintronics studies the properties of the electron spin and improving the efficiency of electronic devices by utilizing a electron&#8217;s spin state. Albert Fert, the pioneer of spintronics that discovered magnetoresistance, a phenomenon that has revolutionized hard disks, is working on further improving hard-drive reading/writing by exploring the spin of electrons which makes it possible to control the motion of electrons in magnetic metals like iron or nickel.</p>
<p>Spin is a quantum mechanical property that arises when the rotational momentum of a particle, in this case an electron, creates a tiny magnetic field and acts as a state of storage. It stores data since the spin of the electron can be either up or down, thus representing the binary storage we are familiar with, the ones and the zero&#8217;s to represent data. Another interesting side effect from storing data through spintronics technology is however, spin-based storage does not disappear when the electrical current stops.</p>
<p><span class="pullquote_right"><img src="http://www.thinlinedata.com/images/spintronicschip.jpg" alt="" width="205" height="250" />Spintronics based silicon chip developed by Biqin Huang, and Douwe Monsma, of Cambridge NanoTech in Cambridge.</span></p>
<p>Obviously people are not researching this technology &#8220;just&#8221; to create another way of storage. The fundamental  problem we have today with storage is transistors and other components we build on the nanoscale level are so dense that even their infinitesimal individual currents are combining to produce scorching heat.</p>
<p>Researches at Berkley are working on spintronics as well, trying to perfect the technology. MRAM being one of the technologies utilizing spin. Everspin Technologies, is now selling magnetoresistive random access memory, or MRAM, a kind of spintronic memory. Freescale, Honeywell, IBM, Infineon, Micron, and Toshiba, as well as start-ups and university research groups—are busy investigating MRAM technology of four, rather than two, defined states for a logic bit translates into higher data transfer speed, greater processing power, increased memory density, and increased storage capacity, provided the properties of electron spin can be sufficiently controlled for practical applications. Future MRAM chips could combine all the advantages of existing memories with none of their shortcomings.</p>
<p>Below are the different types of memory/storage and their distinguished differences. Basically its the old vs. new, spintronics vs non spintronics memory storage.</p>
<h3 style="text-align: center;"><em>Non-Spintronics based RAM and storage, volatile</em></h3>
<p><strong>SRAM (Static RAM)</strong></p>
<ul class="bulletlist">
<li>Superfast read and write speeds; low power</li>
<li>Large memory cells take up considerable space</li>
</ul>
<p><strong>DRAM (Dynamic RAM) (DDR, DDR2, DDR3, SDRAM</strong></p>
<ul class="bulletlist">
<li>High density; low cost; fast read and write speeds</li>
<li>Constant refreshing of data drains power</li>
</ul>
<h3 style="text-align: center;"><em>Spintronics based RAM and storage, non-volatile</em></h3>
<p><strong>NVRAM (Flash), however not spintronics based</strong></p>
<ul class="bulletlist">
<li>Non-volatile (does not loose data stored once plugged off)</li>
<li>Slow compared to Dynamic memory, and has short life span</li>
</ul>
<p><strong>MRAM (Magnetoresistive RAM)</strong></p>
<ul class="bulletlist">
<li>High density has fast read and write speeds uses low power and can be overwritten unlimited times</li>
</ul>
<p><strong>Racetrack memory (Experimental Memory Type)</strong></p>
<ul class="bulletlist">
<li>Storage density higher than MRAM, higher read/write performance</li>
<li>It is not known if Racetrack memory can offer significant advantages to a later version of MRAM yet though</li>
</ul>
<p>While digging into the different types of RAM is not something we can cover in this article, it still gives a nice overview of a rather important part of RAM, the spintronics part. While different materials may come in use in the future, such as Graphene or Carbon Nanotubes to create RAM modules, and the scale will be in the nano scale of things with exotic carbon material, a spintronics based RAM type is favored regardless of the material used. A leading company in this field is <a href="http://www.everspin.com/" target="_blank">Everspin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/spintronics-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best WordPress plugins</title>
		<link>http://www.thinlinedata.com/best-wordpress-plugins/</link>
		<comments>http://www.thinlinedata.com/best-wordpress-plugins/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 20:19:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[best-captcha-plugin]]></category>
		<category><![CDATA[best-captcha-plugin-wordpress]]></category>
		<category><![CDATA[best-wordpress-plugins]]></category>
		<category><![CDATA[best-wordpress-plugins-for-web-designers]]></category>
		<category><![CDATA[top-wordpress-plugins-for-web-designers]]></category>
		<category><![CDATA[top-wordpress-plugins-to-get-more-traffic]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1272</guid>
		<description><![CDATA[Wordpress is without doubt the biggest CMS, and even our website is based on WordPress, as well as we usually build our clients websites around WordPress. So why WordPress and not a custom framework such as the frameworks we wrote about in the last article? And why WordPress but not Joomla or Drupal? This requires ...]]></description>
			<content:encoded><![CDATA[<p>Wordpress is without doubt the biggest CMS, and even our website is based on WordPress, as well as we usually build our clients websites around WordPress. So why WordPress and not a custom framework such as the frameworks we wrote about in the last article? And why WordPress but not Joomla or Drupal?</p>
<p>This requires a little explanation before moving on to the best WordPress plugins. First of all WordPress is easy to install, easy to maintain and its documentation throughout the internet on what looks like a billion different topics is far exceeding what any other CMS has ever achieved. Another mayor factor is that very few people actually require a full Python framework, or a full php framework to have their website build around, since most functions in most start up projects are simple and exists for WordPress. Thirdly, if they do not exist, building them is far easier vs. Drupal or a custom framework.</p>
<p>However most of the success that WordPress is enjoying is definitely from its vast amount of plugins. With a brilliant one click install for even complex functions WordPress sets a standard that is hard to follow. Some of the plugins have become so popular in themselves that they have almost completely build themselves into third party projects that themselves offer plugins on top of the original plugin. Other plugins are so well made they in turn become paid for as their functionality is undeniable. And in some instances third party developed premium templates usually offers a number of functions found in plugins, but which have become an integral part of the templates, without further need to look for plugins.  Lets take a look at the plugins that are a must for every new website.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/auto-seo-tags/" target="_blank">Auto SEO Tags</a> </strong>- From a SEO point of view, Auto SEO Tags is one of the most important plugins you can imagine to install. It auto adds SEO tags in a SEO cloud area on your website, based on the words people went to your site by. It also adds a snowball effect to the entire website as search robots will see the tags, and value them into their ranking, as well as more are automatically added, or the current ones are made bigger the more people search them. Install this if you like traffic to your website!</p>
<p><strong><a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact Form 7</a></strong> &#8211; Does this even need any introduction? One of the most widely used plugins for WordPress is Contact Form 7. It offers anyone without any know-how of database programming of general php programming a fast and efficient way to create contact forms. Contact Form 7 is one of those plugins that has grown so massive that plugins have been developed to work in conjunction with it.</p>
<p>A plugin worthy to mention is <a href="http://wordpress.org/extend/plugins/contact-form-7-dynamic-text-extension/" target="_blank">Contact Form 7 Dynamic Text Extension</a> which allows the users to populate the Contact Form 7 with dynamic fields among other usages. This obviously gives you the option to split a form up in multiple pages.</p>
<p>Another plugin allows Contact Form 7 to save the information directly to a database. The plugin is called <a href="http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/" target="_blank">Contact Form to DB Extension</a></p>
<p>There is obviously also a CAPTCHA plugin called <a href="http://wordpress.org/extend/plugins/sweetcaptcha-revolutionary-free-captcha-service/" target="_blank">Sweet Captcha</a> that gives CAPTCHA options to Contact Form 7.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/wp-mail-smtp/" target="_blank">WP-Mail-SMTP</a></strong> &#8211; Is a great plugin, especially to work together with the Contact Form 7 plugin, as php-mail fails on most servers or gets caught by firewalls and/or mail assassins. Route all your traffic through SMTP and it should be all fine.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/wp-page-numbers/" target="_blank">WP Page Numbers</a></strong> &#8211; A quite essential plugin if your WordPress is used to blog, which most people use WordPress for. Instead of loosing the option to have ALL your blogs listed on your blog, this will create a page 2, 3 etc. This was no posts get lost, and you keep the linking structure in place.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/show-content-only/" target="_blank">Show Content Only</a></strong> &#8211; A very useful plugin if you want to publish the core functionality of a script, without the CSS and other page influenced objects. For instance you can create a contact form and port it over to other systems and use a different CSS rather than porting over the entire WordPress post/page + CSS and javascripts.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/wp-google-analytics/" target="_blank">WP Google Analytics</a></strong> &#8211; Want to install Google Analytics easily on your website? This is the plugin for it!</p>
<p><strong><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XMP Sitemap Generator</a></strong> &#8211; Another must have Google/Search Engine related plugin. This one generates a sitemap based on your WordPress pagination and pings the most popular search engines.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/custom-css-stylesheet-for-posts-or-pages/" target="_blank">Custom CSS for Posts and Pages (CCSS)</a> </strong>- For some reason some people may want to use custom CSS on certain pages in their template without defining that CSS in the main styles.css This plugin offers easy integration that way.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/seo-ultimate/" target="_blank">SEO Ultimate</a> </strong>- Is exactly what this plugin will do for you. The more than 100 to-remember-SEO-rules are more or less embedded into this script. Its highly customizable, highly efficient and should in all websites ALWAYS be used.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/twitter-facebook-google-plusone-share/" target="_blank">Twitter, Facebook Like, Google Plus</a></strong> &#8211; Same plugin we have working on our website. We activated the &#8220;like and share functions&#8221; on our page through this script. Gives your users a better way to spread the news about your website.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/twitter-tools/" target="_blank">Twitter Tools</a> &#8211; </strong>This plugin is a fast track to add all your WordPress posts to Twitter. Once you publish here, you publish on Twitter. Easy and simple.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/redirection/" target="_blank">Redirection</a></strong> &#8211; A plugin that is capable of redirecting your dead pages to specific pages. Very useful if you delete old posts or pages and those have been linked to from other sources. This way you dont loose that important SEO juice and your users wont feel they come to yet another dead site on the internet.</p>
<p>Due to the high amount of WordPress plugins we will continue this post into a new post, reserved for Premium Plugins and more complex plugins. The above mentioned should however be a great start for anyone selecting WordPress and their primary engine for a new website or blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/best-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML5 Frameworks</title>
		<link>http://www.thinlinedata.com/html5-frameworks/</link>
		<comments>http://www.thinlinedata.com/html5-frameworks/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 23:49:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[best-html5-framework-for-seo]]></category>
		<category><![CDATA[best-html5-wordpress-framework]]></category>
		<category><![CDATA[best-scripting-language-for-a-web-application-html5]]></category>
		<category><![CDATA[framework-app-html5-news-cms]]></category>
		<category><![CDATA[frameworks-html5]]></category>
		<category><![CDATA[html5-framework-seo]]></category>
		<category><![CDATA[html5-frameworks]]></category>
		<category><![CDATA[html5-frameworks-supported-framework]]></category>
		<category><![CDATA[html5-front-end-frameworks]]></category>
		<category><![CDATA[html5-frontend-framework]]></category>
		<category><![CDATA[kendo-ui-and-html5-boilerplate]]></category>

		<guid isPermaLink="false">http://www.thinlinedata.com/?p=1267</guid>
		<description><![CDATA[As with any new web technology comes a horde of web frameworks, even in the case of HTML5. While HTML5 is an upgrade from HTML it does offer enough flexibility for finally start focusing on collection of the best standards for a web framework. Another big reason for moving everything to HTML5 is now Google&#8217;s unequivocal support ...]]></description>
			<content:encoded><![CDATA[<p>As with any new web technology comes a horde of web frameworks, even in the case of HTML5. While HTML5 is an upgrade from HTML it does offer enough flexibility for finally start focusing on collection of the best standards for a web framework.</p>
<p>Another big reason for moving everything to HTML5 is now Google&#8217;s unequivocal support for the language, thus HTML5 is going to be a big integral part in most websites for the future. Choosing a framework, that has already laid the foundation and maybe throwing in some CSS3 frameworks would get most web developers quickly up to speed when developing new sites.</p>
<p>The power of HTML5 combined with CCS3 is actually so great that complete web apps for Chrome and Android are possible to build. Throw in some Javascripts and some jQuery and you have yourself the option to make great functionality for any front end application or even games. When picking a framework, keep some things in mind:</p>
<ul class="bulletlist">
<li>A web framework is NOT a CMS system such as Drupal or WordPress. It is a collection of functions (code) that can be implemented in development environments</li>
<li>Choose a framework that is documented and supported by a large amount of developers and at least have some activity on stackoverflow</li>
<li>Make sure the documentation is at least available in some sort for support of scripting such as Python or Perl or php</li>
<li>Try multiple frameworks and stick to what suits your style and needs, dont go for popularity voting or sheep mentality</li>
</ul>
<p>One of the most known HTML5 frameworks is the HTML5 boilerplate framework that offers great support and activity by its founders and core developers. It has amazing CCS3 support and offers great custom setup for what you would want to include in your &#8220;boilerplate&#8221; setup.</p>
<p>Then there is Kendo UI, a HTML5 framework that relies on jQuery and is being used in multiple web apps and mobile applications. The good thing about Kendo UI is that it has a proven concept, since it offers a CMS example, and great dev tools for .NET people.</p>
<p>Last but not least, if you are into CSS then 52frameworks is the choice to go by. It offers magnificent support for CCS3 and the cross browser support is outstanding.</p>
<p>HTML5 is a great reason to why web designers, developers and in general front end designers have a more practical saying in the matters. Especially people that are not well versed in php, .NET, Python, Perl or other server side scripting languages will be of great use as HTML5 finally clearly defines a standard for front end development. And this is not only for the web part of things, but as well for front end designs in apps for multiple environments such as Android, iOS, Blackberry and the soon to come Ubuntu phone system.</p>
<p>At the end of the day it is all about practicality and standardization of code and implementation of code. Especially since multiple developers are assumed to work on successful applications, a framework might be a better foundation for the code instead of everyone chipping in junk code that takes longer to decipher than SHA3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinlinedata.com/html5-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
