<?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/"
	>

<channel>
	<title>InfoLoop, LLC</title>
	<atom:link href="http://infoloop.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://infoloop.com</link>
	<description>Custom Web Development and Software Solutions</description>
	<pubDate>Tue, 10 Mar 2009 20:03:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WAMP Stack - Apache crashing on Windows Server</title>
		<link>http://infoloop.com/2009/03/10/wamp-stack-apache-crashing-on-windows-server/</link>
		<comments>http://infoloop.com/2009/03/10/wamp-stack-apache-crashing-on-windows-server/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 19:31:12 +0000</pubDate>
		<dc:creator>Brian Messenlehner</dc:creator>
		
		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[vbScript]]></category>

		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://infoloop.com/?p=700</guid>
		<description><![CDATA[We have a client running a WAMP (Windows, Apache, MySQL, PHP)  stack on a Windows 2003 server. IIS and Apache are running off of two seperate IP addresses on this dedicated server and every so often Apache crashes. I constantly check the Apache error file typically located: [C:\Program Files\Apache Software Foundation\Apache2.2\logs\error.log] but have found no [...]]]></description>
			<content:encoded><![CDATA[<p>We have a client running a WAMP (Windows, Apache, MySQL, PHP)  stack on a Windows 2003 server. IIS and Apache are running off of two seperate IP addresses on this dedicated server and every so often Apache crashes. I constantly check the Apache error file typically located: [C:\Program Files\Apache Software Foundation\Apache2.2\logs\error.log] but have found no good reason why Apache is crashing except the following error messages:</p>
<p>Child 5184: Child process is exiting<br />
Parent: Received shutdown signal &#8212; Shutting down the server.<br />
Child 6924: Exit event signaled. Child process is ending.<br />
Child 6924: Released the start mutex<br />
Parent: Forcing termination of child process 432</p>
<p>Which is just telling me that Apache is crashing but not why. I am trying to pinpoint what the problem is but not sure how long I will have to Goolge search before I come up with the answer. In the mean time I have to manually restart Apache ever time it crashes. A website monitoring system would at least tell me when Apache crashes by emailing me or sending a txt to my cell phone but I would still have to manually log into the server and start Apache.</p>
<p>Wait a minute! I&#8217;m running IIS so why can&#8217;t I make my own monitoring script to check if a PHP website is up and running and if it&#8217;s not automaticlly start Apache and send an email/text message alert to whomever&#8230;</p>
<p>I made a simple PHP file called &#8220;check-apache.php&#8221; with the text &#8220;Apache is running!&#8221; in it and uploaded it to a PHP website ran on Apache. Then I created the following vbscript file:</p>
<blockquote style="border: 1px solid #999999; margin: 0pt; padding: 1em; background: white none repeat scroll 0% 0%; color: #999999; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-size: 10px;"><p>on error resume next<br />
Set xml = CreateObject(&#8221;Microsoft.XMLHTTP&#8221;)<br />
xml.Open &#8220;POST&#8221;, &#8220;http://yourwebsite.com/check-apache.php&#8221;, False<br />
xml.Send &#8220;&#8221;<br />
TS=xml.responseText<br />
set xml = nothing<br />
If TS&lt;&gt;&#8221;Apache is running!&#8221;then<br />
Dim oShell<br />
Set oShell = WScript.CreateObject (&#8221;WScript.shell&#8221;)<br />
oShell.CurrentDirectory =&#8221;C:\Program Files\Apache Software Foundation\Apache2.2\bin&#8221;<br />
oShell.run &#8220;httpd -k start&#8221;<br />
Set oShell = Nothing<br />
Set objEMail = CreateObject(&#8221;CDO.Message&#8221;)<br />
objEMail.To = &#8220;alert email addresses&#8221;<br />
objEMail.From = &#8220;from emal address&#8221;<br />
objEMail.Subject = &#8220;Apache Server Crashed&#8221;<br />
objEMail.HTMLBody = now&amp;&#8221;&lt;br&gt;&#8221;&amp;Err.Number<br />
objEMail.Send<br />
Set objEMail = Nothing<br />
End if</p></blockquote>
<p>This vbscript uses a XMLHTTP request to check if the text &#8220;Apache is running!&#8221; exists in the returned value from /check-apache.php, if not then the command prompt is opened to start Apache with the &#8220;httpd -k start&#8221; command and emails are sent. This .vbs file is set up on a scheduled task to run every x minutes.  So the end result is if/when Apache crashes it will be back up within x minutes and I will be notified.</p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2009/03/10/wamp-stack-apache-crashing-on-windows-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>InfoLoop &#038; Helium Design launch Pringle-Quinn.com Website</title>
		<link>http://infoloop.com/2009/02/06/infoloop-helium-design-launch-pringle-quinncom-website/</link>
		<comments>http://infoloop.com/2009/02/06/infoloop-helium-design-launch-pringle-quinncom-website/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:50:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Attorney Websites]]></category>

		<category><![CDATA[Law Firm Websites]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://infoloop.com/?p=682</guid>
		<description><![CDATA[




Pringle Quinn Anzano, P.C. (PQA) is a New Jersey based Law Firm. The PQA website is powered by WordPress 2.7, an Open Source content management system and was themed by Helium Design with the iCompany WordPress theme. The PQA website is highly optimized for search engine ranking and is also listed in Google Local Business [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pringle-quinn.com"></a></p>
<table border="0">
<tbody>
<tr>
<td><a href="http://pringle-quinn.com" target="_blank"><img class="alignnone size-full wp-image-684" title="pringle-quinn-anzano-website" src="http://infoloop.com/wp-content/uploads/2009/02/pringle-quinn-anzano-website.gif" alt="pringle-quinn-anzano-website" width="300" height="199" /></a></td>
<td style="text-align: left;" valign="top"><a title="Pringle Quinn Anzano, P.C. - New Jersey Law Firm" href="http://pringle-quinn.com/" target="_blank">Pringle Quinn Anzano, P.C.</a> (PQA) is a New Jersey based Law Firm. The PQA website is powered by WordPress 2.7, an Open Source content management system and was themed by <a title="Premium graphic, web, marketing &amp; photography services." href="http://heliumdesign.com/" target="_blank">Helium Design</a> with the iCompany WordPress theme. The PQA website is highly optimized for search engine ranking and is also listed in Google Local Business Center. If you would like a robust website for your law firm or business <a title="Contact us about a website for your business." href="/contact-us">click here</a> to contact us.</td>
</tr>
</tbody>
</table>
<p><a href="http://pringle-quinn.com"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2009/02/06/infoloop-helium-design-launch-pringle-quinncom-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>President-elect Utilizes Social Networking Sites</title>
		<link>http://infoloop.com/2009/01/15/president-elect-utilizes-social-networking-sites/</link>
		<comments>http://infoloop.com/2009/01/15/president-elect-utilizes-social-networking-sites/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:07:02 +0000</pubDate>
		<dc:creator>April Heline</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Social Networking]]></category>

		<category><![CDATA[Barack Obama]]></category>

		<category><![CDATA[CNN]]></category>

		<category><![CDATA[President-elect]]></category>

		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://infoloop.com/?p=659</guid>
		<description><![CDATA[The use of new technology in government is growing as shown by President-elect Barack Obama.  Obama and his team have embraced the public every step of the way from the very beginning of his candidacy using new kinds of resources where he will be able to reach a whole new demographic of citizens with the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://infoloop.com/2009/01/15/president-elect-utilizes-social-networking-sites/"><img class="alignleft size-medium wp-image-661" title="Obama and YouTube" src="http://infoloop.com/wp-content/uploads/2009/01/obama.bmp" alt="" width="200" height="132" /></a>The use of new technology in government is growing as shown by President-elect Barack Obama.  Obama and his team have embraced the public every step of the way from the very beginning of his candidacy using new kinds of resources where he will be able to reach a whole new demographic of citizens with the many online communication portals available today.  This is much different than the interaction President Bush had with the people.</p>
<p>CNN senior political analyst Bill Schneider observes that &#8220;In the old model, the president talks to the people on television [and] the people talk back in polls. In the new model, communication is online, and two-way.&#8221; Will Obama&#8217;s YouTube broadcast be more successful than Bush&#8217;s televised weekly address? Will the use of these social networking sites open communication with the public and create a new role for the president?</p>
<p>For more on President-elect Obama&#8217;s use of the internet <a title="Obama poised to be first 'wired' president" href="http://edition.cnn.com/2009/TECH/01/15/obama.internet.president/index.html" target="_blank">click here</a> to read the CNN.com article.</p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2009/01/15/president-elect-utilizes-social-networking-sites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Presidential Candidates Take Advantage of New Media Outlets</title>
		<link>http://infoloop.com/2008/10/20/presidential-candidates-take-advantage-of-new-media-outlets/</link>
		<comments>http://infoloop.com/2008/10/20/presidential-candidates-take-advantage-of-new-media-outlets/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 18:45:20 +0000</pubDate>
		<dc:creator>April Heline</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Social Networking]]></category>

		<category><![CDATA[BBC News]]></category>

		<category><![CDATA[Media Outlets]]></category>

		<category><![CDATA[Presidential election]]></category>

		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://infoloop.com/?p=654</guid>
		<description><![CDATA[This year&#8217;s presidential candidates have embraced many of the new media outlets available online.  For the first time ever, CNN and YouTube held Democratic and Republican debates back in July and November of 2007 that took advantage of people video mailing their questions via YouTube.  The candidates were also encouraged to create YouTube ads that [...]]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s presidential candidates have embraced many of the new media outlets available online.  For the first time ever, CNN and YouTube held Democratic and Republican debates back in July and November of 2007 that took advantage of people video mailing their questions via YouTube.  The candidates were also encouraged to create YouTube ads that aired during the debates.  Since then all of the potential nominees and now presidential candidates have taken advantage of YouTube&#8217;s ability to reach out to just about anyone with internet access.</p>
<p> An <a title="US presidential hopefuls Barack Obama and John McCain continue to pave new trails as they use online media in their campaigns." href="http://news.bbc.co.uk/2/hi/technology/7671626.stm">article from BBC news </a>highlights the new ways that Senators Obama and McCain have been using these outlets to reach out to voters, highlight their platforms and get out the vote.  The article focuses on two aspects of how online media has affected this year&#8217;s campaign season, Obama&#8217;s advertising via video games and McCain&#8217;s grips with YouTube&#8217;s copyrighting clauses.</p>
<p> Senator Obama has moved beyond conventional sources such as television, radio and print.  The article states that his campaign has paid for advertising in 18 video games.  These ads are being run in 10 states that allow early voting to encourage potential voters to vote before November 4<sup>th</sup>.</p>
<p> Senator McCain&#8217;s campaign has been taking advantage of YouTube by posting campaign related news segments on the website.  However, many of these videos have been removed due to copyright claims outlined in the Digital Millennium Copyright Act.  McCain&#8217;s campaign disagrees with the removal of the news segments because they are an effective media outlet for the campaign and include important information for voters.</p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2008/10/20/presidential-candidates-take-advantage-of-new-media-outlets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tom Volker for Belmar Council 2008</title>
		<link>http://infoloop.com/2008/10/01/tom-volker-for-belmar-council-2008/</link>
		<comments>http://infoloop.com/2008/10/01/tom-volker-for-belmar-council-2008/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 21:52:37 +0000</pubDate>
		<dc:creator>April Heline</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Belmar]]></category>

		<category><![CDATA[Campaign Websites]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://infoloop.com/?p=641</guid>
		<description><![CDATA[This year Tom Volker is running for a seat on the borough council of Belmar, New Jersey.  Tom is a 15-year resident of Belmar who currently owns the Inn at the Shore Bed and Breakfast.
Tom has worked to improve Belmar by involving himself with many of their groups and organizations. He is a trustee on the Belmar Historical Council and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-642 alignleft" title="Tom Volker" src="http://infoloop.com/wp-content/uploads/2008/10/volker_1767_57-214x300.jpg" alt="" width="214" height="300" /><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">This year Tom Volker is running for a seat on the borough council of Belmar, New Jersey.  Tom is a 15-year resident of Belmar who </span></span><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">currently owns the Inn at the Shore Bed and Breakfast.</span></span></p>
<p><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Tom has worked to improve Belmar by involving himself with many of their groups and organizations. He is a t</span></span><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">rustee on the Belmar Historical Council and the Belmar Adopt-a-Spot program, as well as a m</span></span><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">ember of the Belmar Chamber of Commerce, the </span></span><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Belmar Harbor Commission and the </span></span><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Belmar Beautification Committee.</span></span></p>
<ul>
<li><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">In order to get the word out, the Tom Volker for Belmar Council campaign has taken advantage of InfoLoop&#8217;s <a title="Campaign &amp; Fundraising Solutions" href="http://infoloop.com/our-products/campaign-fundraising-solutions">Campaign &amp; Fundraising Solutions</a> package.  If you are interested in using this package for your own campaign click here to <a title="Request A Quote" href="http://infoloop.com/get-a-quote">request a quote</a>. </span></span></li>
</ul>
<p><span style="font-size: medium; color: #000000; font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">If you would like to learn more about Tom Volker, click here to view <a title="Tom Volker for Belmar Council 2008 in Belmar New Jersey" href="http://www.welovebelmar.com" target="_blank">WeLoveBelmar.com</a>.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2008/10/01/tom-volker-for-belmar-council-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bloggers Gain Legitimacy at the DNC</title>
		<link>http://infoloop.com/2008/08/28/bloggers-gain-legitimacy-at-the-dnc/</link>
		<comments>http://infoloop.com/2008/08/28/bloggers-gain-legitimacy-at-the-dnc/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:46:32 +0000</pubDate>
		<dc:creator>April Heline</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Tech News]]></category>

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[CNN]]></category>

		<category><![CDATA[Media Outlets]]></category>

		<category><![CDATA[Presidential election]]></category>

		<guid isPermaLink="false">http://infoloop.com/?p=615</guid>
		<description><![CDATA[A CNN article highlights the effects blogging has had on this year&#8217;s Democratic National Convention.  Bloggers have come to the convention from all over the country, representing every group one could ever imagine.  A &#8220;blogger&#8217;s lounge&#8221; has been set up where you can find a diverse group of people from a middle-aged father of three [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small; font-family: arial,helvetica,sans-serif;">A <a title="Bloggers play key role at Denver convention" href="http://edition.cnn.com/2008/TECH/08/27/blogger.central.ap/index.html">CNN article</a> highlights the effects blogging has had on this year&#8217;s Democratic National Convention.  Bloggers have come to the convention from all over the country, representing every group one could ever imagine.  A &#8220;blogger&#8217;s lounge&#8221; has been set up where you can find a diverse group of people from a middle-aged father of three to a cattle rancher from Argentina.  Each blogger highlights their own personalized interests and how the events of the convention have played out providing a vast variety of information tailored to specific audiences.</span></p>
<p><span style="font-size: small; font-family: arial,helvetica,sans-serif;">The effect of blogging has created a whole new source of information bringing more interest to the convention than in the past.  GOP convention spokeswoman Melissa Subbotin points out, &#8220;Technology is playing an important role in this convention, more so than ever before.&#8221;  With specially reserved sections and up-to-the-minute updates, the DNC is experiencing how technology is changing the world first hand.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2008/08/28/bloggers-gain-legitimacy-at-the-dnc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New C-SPAN Websites Encourage Social Networking</title>
		<link>http://infoloop.com/2008/08/21/new-c-span-websites-encourage-social-networking/</link>
		<comments>http://infoloop.com/2008/08/21/new-c-span-websites-encourage-social-networking/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 20:51:54 +0000</pubDate>
		<dc:creator>April Heline</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Tech News]]></category>

		<category><![CDATA[C-SPAN]]></category>

		<category><![CDATA[Presidential election]]></category>

		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://infoloop.com/?p=506</guid>
		<description><![CDATA[C-SPAN isn&#8217;t particularly popular channel.  To be honest most of the time it&#8217;s almost unwatchable.  It is known for its 24/7 coverage of government and public affairs programming with viewers that are most likely to be middle-aged political science professors (and Cher).  However, C-SPAN is trying to change its reputation with the launch of two [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.c-span.org/" target="_blank">C-SPAN</a> isn&#8217;t particularly popular channel.  To be honest most of the time it&#8217;s almost unwatchable.  It is known for its 24/7 coverage of government and public affairs programming with viewers that are most likely to be middle-aged political science professors (and <a href="http://www.youtube.com/watch?v=oSDgmTLyxvg" target="_blank">Cher</a>).  However, C-SPAN is trying to change its reputation with the launch of two new websites dedicated to the upcoming <a href="http://www.denverconvention2008.com/" target="_blank">Democratic Convention</a> in Denver and <a href="http://www.gopconvention2008.com/" target="_blank">Republican Convention</a> in Minneapolis.  <a href="http://www.techcrunch.com/2008/08/21/new-c-span-sites-get-way-unboring-with-youtube-twitter-qik-flash/" target="_blank">Michael Arrington</a> finds the two new C-SPAN sites incorporate citizen journalism via blogs, Twitter, YouTube and Qik into portals to cover convention and related news while complimenting the existing C-SPAN Politics site.</p>
<p>Obama has found success and recognition with online campaigning and social networking.  It will be interesting to see if C-SPAN can do the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2008/08/21/new-c-span-websites-encourage-social-networking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NJELEC Affirms POLITICHECK.COM Can Be Used for Online Contributions</title>
		<link>http://infoloop.com/2006/04/20/new-jersey-election-enforcement-commission-affirms-politicheckcom-can-be-used-for-online-contributions/</link>
		<comments>http://infoloop.com/2006/04/20/new-jersey-election-enforcement-commission-affirms-politicheckcom-can-be-used-for-online-contributions/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 18:16:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Press Releases]]></category>

		<guid isPermaLink="false">http://wordpress.infoloop.com/?p=51</guid>
		<description><![CDATA[BELMAR &#8212; PolitiCheck.com, a new and much easier method for making and receiving campaign contributions online, is now cleared for use in New Jersey.
    In an advisory opinion issued yesterday, the New Jersey Election Law Enforcement Commission determined that online contributions by credit card or electronic check payment may be made through PolitiCheck.com in accordance with NJELEC regulations.  The Commission noted that the electronic check contribution [...]]]></description>
			<content:encoded><![CDATA[<p>BELMAR &#8212; PolitiCheck.com, a new and much easier method for making and receiving campaign contributions online, is now cleared for use in New Jersey.</p>
<p>    In an advisory opinion issued yesterday, the New Jersey Election Law Enforcement Commission determined that online contributions by credit card or electronic check payment may be made through PolitiCheck.com in accordance with NJELEC regulations.  The Commission noted that the electronic check contribution alternative offered by PolitiCheck.com &#8220;is the technological equivalent of a paper check and may serve the salutary purpose of promoting contributor participation in the political process.&#8221;  Click here to read <a href="http://www.infoloop.com/File_Library/Press%20Releases/advisory%20opinion%2002-2006.pdf"><span style="color: #0000ff;">Advisory Opinion 02-2006</span></a> in its entirety.</p>
<p>    PolitiCheck.com makes it easy for citizens to contribute online even in small amounts to the candidates and organizations of their choice.  PolitiCheck.com members can save their credit card or electronic check information, as well as their employer and other information required to be gathered by candidates, to their secure PolitiCheck.com acccount, and transmit it with a click of the mouse.  PolitiCheck.com memberships are free to contributors.</p>
<p>    PolitiCheck.com also provides an array of online campaign fundraising tools that let candidates and political organizations take maximum advantage of the convenience the internet offers potential contributors.  For example, in addition to using high-tech features like blast email solicitations for contributions, candidates that subscribe to PolitiCheck can even improve the effectiveness of their traditional fundraising mailings by including a line that lets their supporters know that contributions can be made online via PolitiCheck.com.  Time-strapped potential contributors are more likely to respond to fundraising solicitations if they can avoid handwriting a check and filling out a lengthy contributor informatoin card, and instead give simply with a few keystrokes. </p>
<p>   &#8220;PolitiCheck&#8217;s greatest promise lies in its potential for democratizing the political contribution process,&#8221; said Kenneth E. Pringle, the founder of InfoLoop, LLC, which owns PolitiCheck.com. &#8220;By making it cost-effective for candidates to solicit contributions even in small amounts, and convenient for ordinary citizens to give that way, PolitiCheck can lessen the importance of contributions from special interests,&#8221; he said. &#8220;This Advisory Opinion now clears the way for us to offer PolitiCheck.com, and perhap to begin changing the political landscape in the Garden State.&#8221;</p>
<p>   After beta testing during the 2006 election cycle, InfoLoop plans to begin actively marketing PolitiCheck.com to candidates and political organizations in New Jersey in time for the 2007 election season.</p>
]]></content:encoded>
			<wfw:commentRss>http://infoloop.com/2006/04/20/new-jersey-election-enforcement-commission-affirms-politicheckcom-can-be-used-for-online-contributions/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
