<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>Barcode Knowledge and More</title>
	<link>http://www.barcodeschool.com</link>
	<description>dedicated on barcode</description>
	<lastBuildDate>Sun, 11 Dec 2011 03:04:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using JanRain OpenID with Zend Framework</title>
		<description>We are currently working on an OpenID consumer implementation. We looked into the Zend_OpenID - unfortunately it did not work. We are unable to get it work with Google. The remaining choice is the excellent JanRain library.   OK, the Jan rain library is not PHP 5.3 friendly. There ...</description>
		<link>http://www.barcodeschool.com/2011/12/using-janrain-openid-with-zend-framework/</link>
			</item>
	<item>
		<title>Overdesign case in Web UI</title>
		<description>Today I went to a site that displays information on domains. I wanted to look at how we are doing so I entered Morovia in the search box. Quickly surprisingly I received a message

Morovia is an Invalid Extension.

difficult to understand uuuh? Obviously you have to put your full domain name ...</description>
		<link>http://www.barcodeschool.com/2011/12/overdesign-case-in-web-ui/</link>
			</item>
	<item>
		<title>Useful QR Code Ideas for Small Business Marketing</title>
		<description>Nowadays smart phones are cheap. Android powered phones are around 100 dollars. It is not surprising that majority people now have smart phones - those with touch screen and have far more power than their predecessors. This phenomenon brings business opportunities that you as a business owner want to tap.

[caption ...</description>
		<link>http://www.barcodeschool.com/2011/12/useful-qr-code-ideas-for-small-business-marketing/</link>
			</item>
	<item>
		<title>Creating Barcodes in Memory with PHP</title>
		<description>Morovia KB 10148 talks about how to use Barcode ActiveX to generate barcode images in PHP 5. Barcode ActiveX 3 has a long history in Morovia, as it was conceived in year 2003 and our first ActiveX control product.

In this article, barcode is generated first in a front end script ...</description>
		<link>http://www.barcodeschool.com/2011/08/creating-barcodes-in-memory-with-php/</link>
			</item>
	<item>
		<title>IDispatch::Invoke Arguments are passed in reverse order</title>
		<description>Today I am testing the IDispatch of a COM object. The method has the following fingerprint:  [id(6)] HRESULT DataMatrixEncodeSet(   &#160;&#160;&#160;&#160;&#160;&#160;&#160; [in] BSTR strDateToEncode,    &#160;&#160;&#160;&#160;&#160;&#160;&#160; [in] LONG sizeID,     &#160;&#160;&#160;&#160;&#160;&#160;&#160; [out,retval] LONG* chunks);      I was quite surprise ...</description>
		<link>http://www.barcodeschool.com/2011/03/idispatchinvoke-arguments-are-passed-in-reverse-order/</link>
			</item>
	<item>
		<title>Bulk generate barcode images using Barcode ActiveX and Perl</title>
		<description>With Morovia Barcode ActiveX 3, it is easy to bulk generate barcode images. The following 10 lines of perl code just demonstrate how easy it is.

use Win32::OLE;
my $object = Win32::OLE-&#62;new('Morovia.BarcodeActivex', '');
$object-&#62;{"Symbology"} = 8; #UPC-A symbology
$object-&#62;{"ShowComment"} = 0;
$object-&#62;{"BarHeight"}=1000;

for(my $number=0; $number&#60;=999; $number++)
{
my $text_number = sprintf("%03d", $number);
$object-&#62;{"message"} = "81058201" . $text_number;

print("exporting image $text_number.\n");

$object-&#62;ExportImage($object-&#62;{"message"} ...</description>
		<link>http://www.barcodeschool.com/2011/02/bulk-generate-barcode-images-using-barcode-activex-and-perl/</link>
			</item>
	<item>
		<title>Display Developer Tab in Word 2007/2010</title>
		<description>In default installation the Developer tab is disabled. This tab is required to access programmability, such as macro and ActiveX control. If you need to insert Barcode ActiveX into a word document, you need to enable this tab first.

Follow the steps below to enable the Developer tab:

	Click the Microsoft Office ...</description>
		<link>http://www.barcodeschool.com/2011/01/display-developer-tab-in-word-20072010/</link>
			</item>
	<item>
		<title>Programmatically Collect and Analyze VSTS Code Coverage Data</title>
		<description>Visual Studio 2005 and later versions have code coverage feature built-in – only available in team edition. However a standalone profile is available to download from Microsoft site. Code coverage is a great help for programmer’s confidence on the code. It is not possible to test all possible execution path- ...</description>
		<link>http://www.barcodeschool.com/2010/12/programmatically-collect-and-analyze-vsts-code-coverage-data/</link>
			</item>
	<item>
		<title>Pitfalls of applying const in C++</title>
		<description>One annoyance aspect as a programmer is having to to know the sublets of the language. Many features are great on paper, however, you run into trouble immediately if you do not understand the possible issue associated.

Many C++ programmers are now familiar with keyboard const. They want to apply the ...</description>
		<link>http://www.barcodeschool.com/2010/12/pitfalls-of-applying-const-in-c/</link>
			</item>
	<item>
		<title>Publishers, Fix the MetaData of PDF file</title>
		<description>I recently bought a Nook. Originally I did not expect much, and consider only to read ebooks in .epub format. To my surprise, it also reads PDF. It displays PDF in a different way than what people imagine - it retrieves the text and graph, and reflows the paragraphs. I ...</description>
		<link>http://www.barcodeschool.com/2010/09/publishers-fix-the-metadata-in-the-pdf-file/</link>
			</item>
</channel>
</rss>

