<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Programming</title>
    <description>Anything related to programming... PHP, PERL, ASP, ColdFusion, C++, etc.</description>
    <pubDate>Sun, 19 Oct 2014 20:42:01 +0000</pubDate>
    <lastBuildDate>Sun, 19 Oct 2014 20:42:01 +0000</lastBuildDate>
    <generator>Digital Point</generator>
    <link>https://forums.digitalpoint.com/forums/programming.17/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forums.digitalpoint.com/forums/programming.17/index.rss"/>
    <item>
      <title>Buy - 2leep, Wahoha, Zaparena Clone script</title>
      <pubDate>Sun, 19 Oct 2014 11:54:19 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/buy-2leep-wahoha-zaparena-clone-script.2736005/</link>
      <guid>https://forums.digitalpoint.com/threads/buy-2leep-wahoha-zaparena-clone-script.2736005/</guid>
      <author>52X</author>
      <dc:creator>52X</dc:creator>
      <content:encoded><![CDATA[Is there someone have this script:<br />
<br />
<a href="https://forums.digitalpoint.com/threads/clone-2leep-wahoha-zaparena-like-site-script-for-sell.1945071/" target="_blank" class="internalLink">https://forums.digitalpoint.com/thr...a-zaparena-like-site-script-for-sell.1945071/</a><br />
<br />
I will buy it now! Demo site is: <a href="http://2kurl.com/" target="_blank" class="externalLink" rel="nofollow">http://2kurl.com/</a><br />
<br />
Thank you.<br />
<br />
<a href="https://forums.digitalpoint.com/threads/buy-2leep-wahoha-zaparena-clone-script.2736005/" target="_blank" class="internalLink">Buy - 2leep, Wahoha, Zaparena Clone script</a>]]></content:encoded>
    </item>
    <item>
      <title>Error message "Not found" in wordpress ?</title>
      <pubDate>Sat, 18 Oct 2014 22:59:18 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/error-message-not-found-in-wordpress.2735545/</link>
      <guid>https://forums.digitalpoint.com/threads/error-message-not-found-in-wordpress.2735545/</guid>
      <author>Quikrinfo</author>
      <dc:creator>Quikrinfo</dc:creator>
      <content:encoded><![CDATA[After migration website from old host to new host few Options Register ,Sign in buttons are  Not working (Wordpress site) .Error message &quot;Not found&quot;..<br />
Website is vahaninfo.com. <br />
<br />
Kindly suggest.<br />
<br />
Thanks in advance.]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>I am looking for the best dating software for a new site, any suggestions?</title>
      <pubDate>Sat, 18 Oct 2014 05:08:31 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-am-looking-for-the-best-dating-software-for-a-new-site-any-suggestions.2505003/</link>
      <guid>https://forums.digitalpoint.com/threads/i-am-looking-for-the-best-dating-software-for-a-new-site-any-suggestions.2505003/</guid>
      <author>canaryspace</author>
      <dc:creator>canaryspace</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
   I am starting a new venture into the dating business, having had my Adsense account removed from my main site that was a chat site. If you didnt know already, Google have banned Adsense from chat sites, so after some amazingly great advice from a DP member, I have purchased a great domain name, both .com and .net for a dating site and I am confident it will work. I have traffic on the chat site, lots of traffic and can send a lot of it to the dating site because the niche is very...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/i-am-looking-for-the-best-dating-software-for-a-new-site-any-suggestions.2505003/" target="_blank" class="internalLink">I am looking for the best dating software for a new site, any suggestions?</a>]]></content:encoded>
      <slash:comments>35</slash:comments>
    </item>
    <item>
      <title>Best Dating Script @ Cheap Rate</title>
      <pubDate>Sat, 18 Oct 2014 04:56:22 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/best-dating-script-cheap-rate.2709943/</link>
      <guid>https://forums.digitalpoint.com/threads/best-dating-script-cheap-rate.2709943/</guid>
      <author>alanmark</author>
      <dc:creator>alanmark</dc:creator>
      <content:encoded><![CDATA[Hello Friends,<br />
<br />
Its been a long time I have been inactive. I was so busy with my affiliate work, web designing work etc, thats why can&#039;t make time to participate on this community. <br />
<br />
So recently I have made up my mind to built some dating sites and make money with them. I need help from you guys about this. As I am targeting to built 10 dating site at a same time so I need a dating script, of course in cheap rate and must be reliable. So is here anyone can give me the address where I can get...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/best-dating-script-cheap-rate.2709943/" target="_blank" class="internalLink">Best Dating Script @ Cheap Rate</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Strpos()</title>
      <pubDate>Fri, 17 Oct 2014 20:09:56 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/strpos.2735886/</link>
      <guid>https://forums.digitalpoint.com/threads/strpos.2735886/</guid>
      <author>ssimon171078</author>
      <dc:creator>ssimon171078</dc:creator>
      <content:encoded><![CDATA[i need to extract all words that begin with &quot;a&quot; in file linux.words but i started to write code in php but i have problem i receive all words that contain &quot;a&quot; ,how to fix it ?<br />
&lt;?php<br />
$str=a;<br />
$counter=0;<br />
$content=file(&quot;linux.words&quot;);<br />
foreach ($content as $line)<br />
{<br />
  $d=strpos($line,&quot;a&quot;);<br />
  if($d==1){<br />
  echo $line.&quot;&lt;br&gt;&quot;;<br />
   <br />
  $counter++; }<br />
}<br />
 echo &quot;counter=&quot;.$counter.&quot;&lt;br&gt;&quot;;<br />
?&gt;]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Chromecast Mac/PC Local DVD/Video Player, is it possible?</title>
      <pubDate>Fri, 17 Oct 2014 18:07:37 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/chromecast-mac-pc-local-dvd-video-player-is-it-possible.2735885/</link>
      <guid>https://forums.digitalpoint.com/threads/chromecast-mac-pc-local-dvd-video-player-is-it-possible.2735885/</guid>
      <author>Briton</author>
      <dc:creator>Briton</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
Are there any players currently on the market that allow me to cast DVDs or local video files to my Chromecast?<br />
<br />
I understand you can use the tab cast feature or other tab based player extensions but every time I&#039;ve tried to do this the cast is very laggy and choppy and nowhere near the same quality as the Netflix or Hulu streaming services. <br />
<br />
I want to create a PC/Mac video player that can do this but first wanted to see if this was even possible?]]></content:encoded>
    </item>
    <item>
      <title>Best free Graphic User Interface Program?</title>
      <pubDate>Fri, 17 Oct 2014 03:03:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/best-free-graphic-user-interface-program.2735825/</link>
      <guid>https://forums.digitalpoint.com/threads/best-free-graphic-user-interface-program.2735825/</guid>
      <author>dude101</author>
      <dc:creator>dude101</dc:creator>
      <content:encoded><![CDATA[Hello all,<br />
<br />
I am currently learning C++ and am looking into building an application soon.  However, I have never worked with any GUI before and would like to start messing around with it to figure out how to integrate it into applications.  Any recommendations?<br />
<br />
Thank you.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Classic ASP</title>
      <pubDate>Thu, 16 Oct 2014 07:24:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/classic-asp.2734021/</link>
      <guid>https://forums.digitalpoint.com/threads/classic-asp.2734021/</guid>
      <author>Robin Mohammad</author>
      <dc:creator>Robin Mohammad</dc:creator>
      <content:encoded><![CDATA[i have several development sites on my wix xp laptop (all classic asp). Do anyone know why i need to type localhost/site/default.asp (i keep getting a 405 error on iis 5.1) and not just localhost/site thanks]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Kik Autoresponder</title>
      <pubDate>Wed, 15 Oct 2014 10:18:33 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/kik-autoresponder.2735653/</link>
      <guid>https://forums.digitalpoint.com/threads/kik-autoresponder.2735653/</guid>
      <author>Brian123</author>
      <dc:creator>Brian123</dc:creator>
      <content:encoded><![CDATA[I know this might sound like a ridiculous question, but does anyone know of a Kik messaging autoresponder?<br />
Would something like this be easy to create?<br />
Thanks]]></content:encoded>
    </item>
    <item>
      <title>I want to become a full time freelancer, how do I start?</title>
      <pubDate>Wed, 15 Oct 2014 05:20:04 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-want-to-become-a-full-time-freelancer-how-do-i-start.2735320/</link>
      <guid>https://forums.digitalpoint.com/threads/i-want-to-become-a-full-time-freelancer-how-do-i-start.2735320/</guid>
      <author>Dallin Nguyen</author>
      <dc:creator>Dallin Nguyen</dc:creator>
      <content:encoded><![CDATA[Hi guys, my name is Dallin 24 years old these are my skills:<br />
<br />
Frontend : HTML5 / CSS3 / jQuery / EmberJs / Bootstrap<br />
<br />
Backend : Laravel / PHP / Emberbase<br />
<br />
Database: MySql / PostgreSQL / Sqlite<br />
<br />
Guys, please tell me how to get started, I try Odesk, peopleperhour but I couldn&#039;t find a client, anyone here have experience please share me, I&#039;m really appreciate it]]></content:encoded>
      <slash:comments>25</slash:comments>
    </item>
    <item>
      <title>Blank Magento Homepage</title>
      <pubDate>Tue, 14 Oct 2014 12:22:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/blank-magento-homepage.2727417/</link>
      <guid>https://forums.digitalpoint.com/threads/blank-magento-homepage.2727417/</guid>
      <author>gizmo101.net</author>
      <dc:creator>gizmo101.net</dc:creator>
      <content:encoded><![CDATA[My Magento website stopped working all of the sudden. Now it just shows a blank page: <a href="http://www.mywheelrepair.com" target="_blank" class="externalLink" rel="nofollow">www.mywheelrepair.com</a><br />
<br />
The blog (WordPress) seems to be working somewhat fine, but it does show a parse error at the end of the page: blog.mywheelrepair.com<br />
<br />
I think there is a connection in the errors, although the main website is in Magento and the blog is in Wordpress.<br />
<br />
<a href="https://forums.digitalpoint.com/threads/blank-magento-homepage.2727417/" target="_blank" class="internalLink">Blank Magento Homepage</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Full Study Material for ISTQB – Foundation to All 3 Advanced level Certification Exam</title>
      <pubDate>Tue, 14 Oct 2014 09:01:35 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/full-study-material-for-istqb-%E2%80%93-foundation-to-all-3-advanced-level-certification-exam.2387849/</link>
      <guid>https://forums.digitalpoint.com/threads/full-study-material-for-istqb-%E2%80%93-foundation-to-all-3-advanced-level-certification-exam.2387849/</guid>
      <author>yogindernath</author>
      <dc:creator>yogindernath</dc:creator>
      <content:encoded><![CDATA[I am bringing to you Full-Fledged Crash Courses cum Self Learn Study Material for ISTQB Foundation Level as well as Advanced CTAL level exams for Test Managers, Test Analysts &amp; Technical Test Analysts exams. <br />
<br />
Use the following link to access the new study material for All 4 types of ISTQB Certification exams.<br />
<a href="http://www.softwaretestinggenius.com/articalDetails?qry=1062" target="_blank" class="externalLink" rel="nofollow">http://www.softwaretestinggenius.com/articalDetails?qry=1062</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Need HYIP Script (payment Libertyreserve or PayPal)</title>
      <pubDate>Mon, 13 Oct 2014 18:29:52 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/need-hyip-script-payment-libertyreserve-or-paypal.2645743/</link>
      <guid>https://forums.digitalpoint.com/threads/need-hyip-script-payment-libertyreserve-or-paypal.2645743/</guid>
      <author>arabknight</author>
      <dc:creator>arabknight</dc:creator>
      <content:encoded><![CDATA[Hi there :<br />
 <br />
I Need HYIP Script<br />
 <br />
(payment Libertyreserve or PayPal)<br />
 <br />
thnks]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Zend Server?</title>
      <pubDate>Mon, 13 Oct 2014 15:51:23 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/zend-server.2735477/</link>
      <guid>https://forums.digitalpoint.com/threads/zend-server.2735477/</guid>
      <author>scottlpool2003</author>
      <dc:creator>scottlpool2003</dc:creator>
      <content:encoded><![CDATA[I manage a few websites that are growing quite large in size and are now getting a little too big to handle.<br />
<br />
The websites don&#039;t run on any frameworks, so I was thinking about having them running with Zend Server - mainly because it&#039;s popular but also because I like the live monitoring.<br />
<br />
Question is, is it worth it? Do I need it? Will it actually help me build, manage &amp; maintain more efficiently?<br />
<br />
Answers appreciated.]]></content:encoded>
    </item>
    <item>
      <title>Best Free Web FLV Player?</title>
      <pubDate>Mon, 13 Oct 2014 09:46:30 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/best-free-web-flv-player.232518/</link>
      <guid>https://forums.digitalpoint.com/threads/best-free-web-flv-player.232518/</guid>
      <author>scottmweaver</author>
      <dc:creator>scottmweaver</dc:creator>
      <content:encoded><![CDATA[Hey guys,<br />
<br />
I&#039;m trying to find the BEST free FLV Player for the web.<br />
<br />
Preferrably, the flv player would be exactly like Youtube&#039;s in functionality.<br />
<br />
It wouldn&#039;t hurt if it were pretty as well.<br />
<br />
Anyone know of anything like this?<br />
<br />
Thanks,<br />
Scott]]></content:encoded>
      <slash:comments>71</slash:comments>
    </item>
    <item>
      <title>Split</title>
      <pubDate>Sat, 11 Oct 2014 19:02:15 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/split.2735282/</link>
      <guid>https://forums.digitalpoint.com/threads/split.2735282/</guid>
      <author>ssimon171078</author>
      <dc:creator>ssimon171078</dc:creator>
      <content:encoded><![CDATA[i need to split string to 25 chars each line in Php:<br />
&lt;?php<br />
  $text = &quot;AAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaaaaaaaAAAAAAAAAAAAAaaaaaaaaa&quot;;]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Need opinions from WordPress developers</title>
      <pubDate>Sat, 11 Oct 2014 09:50:04 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/need-opinions-from-wordpress-developers.2735258/</link>
      <guid>https://forums.digitalpoint.com/threads/need-opinions-from-wordpress-developers.2735258/</guid>
      <author>BenBlurr</author>
      <dc:creator>BenBlurr</dc:creator>
      <content:encoded><![CDATA[Hello..<br />
<br />
I’m doing a roundup and I’d love to hear from people who work a lot with WordPress your answer to the following question:<br />
<br />
<div style="padding-left: 30px"><i>Which WordPress plugins do you use most in the following categories</i>:<br />
1. Seo, 2. Social Media, 3. Comments, 4. Performance, 5. Captcha and 6. Payments.&#8203;</div><br />
It will be great if you can declare at least 1 (more = better) plugin per category and motivate why you use it.<br />
<br />
I&#039;ve created a Google form so it will only take a minute of your time to...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/need-opinions-from-wordpress-developers.2735258/" target="_blank" class="internalLink">Need opinions from WordPress developers</a>]]></content:encoded>
    </item>
    <item>
      <title>MIA for 9 Years. How to Get Back Into HTML/CSS/PHP?</title>
      <pubDate>Sat, 11 Oct 2014 04:52:03 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/mia-for-9-years-how-to-get-back-into-html-css-php.2735230/</link>
      <guid>https://forums.digitalpoint.com/threads/mia-for-9-years-how-to-get-back-into-html-css-php.2735230/</guid>
      <author>Jason S</author>
      <dc:creator>Jason S</dc:creator>
      <content:encoded><![CDATA[I taught myself HTML, CSS, and PHP about 15 years ago and did a bit of web development work for some time until I stopped 9 years ago. Now, I am considering picking it back up as a hobby. Because I never learned formally, I probably missed some of the basics back then while charging ahead with intermediate programming. I also have no idea what has changed in the interim. How do you recommend I get up to speed again on HTML/CSS/PHP and perhaps Javascript? What is the best way to learn or relearn...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/mia-for-9-years-how-to-get-back-into-html-css-php.2735230/" target="_blank" class="internalLink">MIA for 9 Years. How to Get Back Into HTML/CSS/PHP?</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Anyone need a job in Android development on eclipse?</title>
      <pubDate>Fri, 10 Oct 2014 22:47:30 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/anyone-need-a-job-in-android-development-on-eclipse.2735101/</link>
      <guid>https://forums.digitalpoint.com/threads/anyone-need-a-job-in-android-development-on-eclipse.2735101/</guid>
      <author>canaryspace</author>
      <dc:creator>canaryspace</dc:creator>
      <content:encoded><![CDATA[I am looking for someone to work for me developing Android apps on eclipse.<br />
<br />
I have many projects to do and want someone to compile and add customizations to scripts that I purchase. <br />
<br />
Finish 1 project and you are paid to start the next and paid in full when each project is delivered in fully working order. I do the graphics so I need each project sent to me for importing into eclipse.<br />
<br />
We work on Skype and payment is by Paypal. <br />
<br />
This is a long term opportunity for someone with knowledge of...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/anyone-need-a-job-in-android-development-on-eclipse.2735101/" target="_blank" class="internalLink">Anyone need a job in Android development on eclipse?</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>iOS Dev. Advise</title>
      <pubDate>Fri, 10 Oct 2014 16:39:12 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/ios-dev-advise.2735195/</link>
      <guid>https://forums.digitalpoint.com/threads/ios-dev-advise.2735195/</guid>
      <author>DC87dddd</author>
      <dc:creator>DC87dddd</dc:creator>
      <content:encoded><![CDATA[Hey guys,<br />
<br />
I have a specification &amp; mockups for an iOS app I want to develop (my 1st). It is a dating app similar to Tinder, Happn &amp; Blendr, with a twist.<br />
<br />
I need to find a developer to finish refining the algorithm/dev plan with me, and then work with me to develop the app.<br />
I am posting the job on work platforms like oDesk/Elance. What skills do I need to specify in the job post to find appropriate developers?<br />
<br />
many thanks,<br />
Josh]]></content:encoded>
    </item>
    <item>
      <title>E-commerce Assistance Required</title>
      <pubDate>Fri, 10 Oct 2014 12:43:21 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/e-commerce-assistance-required.2735065/</link>
      <guid>https://forums.digitalpoint.com/threads/e-commerce-assistance-required.2735065/</guid>
      <author>mentos514</author>
      <dc:creator>mentos514</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
We need a programmer to develop a simple shopping cart and integrate with our payment processor.<br />
<br />
If you are interested, please provide samples of past work, PM or reply with skype.<br />
<br />
Thank You]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>currency converter API</title>
      <pubDate>Fri, 10 Oct 2014 12:10:37 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/currency-converter-api.2734229/</link>
      <guid>https://forums.digitalpoint.com/threads/currency-converter-api.2734229/</guid>
      <author>i_am_dhaval</author>
      <dc:creator>i_am_dhaval</dc:creator>
      <content:encoded><![CDATA[Hi<br />
<br />
i would like to add currency converter in my one of the website for USD to INR<br />
<br />
when Indian people can get money on direct his bank account and if they pay on site then it will show 100$ =  this much INR<br />
<br />
is any bank provide this type of API ? <br />
<br />
or any online resources ?<br />
<br />
Thanks]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>How can i find back links threw php programing ?</title>
      <pubDate>Thu, 09 Oct 2014 16:05:43 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-i-find-back-links-threw-php-programing.2735039/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-i-find-back-links-threw-php-programing.2735039/</guid>
      <author>i_am_dhaval</author>
      <dc:creator>i_am_dhaval</dc:creator>
      <content:encoded><![CDATA[i need to develop program to find perfect backlinkg from Google.<br />
<br />
can anyone help me ?]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Require freelancer who can built forums into my domain</title>
      <pubDate>Thu, 09 Oct 2014 12:40:25 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/require-freelancer-who-can-built-forums-into-my-domain.2734545/</link>
      <guid>https://forums.digitalpoint.com/threads/require-freelancer-who-can-built-forums-into-my-domain.2734545/</guid>
      <author>katty.will</author>
      <dc:creator>katty.will</dc:creator>
      <content:encoded><![CDATA[Hi Guys,<br />
<br />
I am in need of a person who can built or develop forum into my domain. I shall guide you what kind of or similar need is.<br />
<br />
PM if interested.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>SMS Sending</title>
      <pubDate>Mon, 06 Oct 2014 19:16:13 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/sms-sending.2204517/</link>
      <guid>https://forums.digitalpoint.com/threads/sms-sending.2204517/</guid>
      <author>NetBastard</author>
      <dc:creator>NetBastard</dc:creator>
      <content:encoded><![CDATA[I&#039;ve seen many SMS sending services such as <a href="http://sendible.com/" target="_blank" class="externalLink" rel="nofollow">http://sendible.com/</a> where they offer plans on sending sms messages out.<br />
<br />
I&#039;m interested in knowing exactly how they send out messages from a server? I want to develop my own sms sending software but I dont know how to actually get the service that sends out the texts that I can integrate into the software.<br />
<br />
Please help?]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Static html/css/javascript front end connected to WordPress</title>
      <pubDate>Mon, 06 Oct 2014 19:09:59 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/static-html-css-javascript-front-end-connected-to-wordpress.2733865/</link>
      <guid>https://forums.digitalpoint.com/threads/static-html-css-javascript-front-end-connected-to-wordpress.2733865/</guid>
      <author>Pepitu</author>
      <dc:creator>Pepitu</dc:creator>
      <content:encoded><![CDATA[Hello!<br />
<br />
I heard of an option to build websites by creating a static html/css/javascript front end and connecting that to a WordPress admin side or even an excel spreadsheet where the admin add content.<br />
<br />
I think this would be amazing but I don&#039;t know anything about it yet. I first thought it was something new from WordPress 4.0, but I don&#039;t even think it&#039;s related to 4.0 because I heard that can be done even with Drupal admin.<br />
<br />
<i>So essentially you log in and put the content in Drupal or...</i><br />
<br />
<a href="https://forums.digitalpoint.com/threads/static-html-css-javascript-front-end-connected-to-wordpress.2733865/" target="_blank" class="internalLink">Static html/css/javascript front end connected to WordPress</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Php  crawler</title>
      <pubDate>Mon, 06 Oct 2014 19:00:12 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/php-crawler.2734030/</link>
      <guid>https://forums.digitalpoint.com/threads/php-crawler.2734030/</guid>
      <author>ssimon171078</author>
      <dc:creator>ssimon171078</dc:creator>
      <content:encoded><![CDATA[i started to write  Php  crawler i need to filter some links how can i do it ?preg_match_all  ?<br />
for example i need to block <a href="https://www.website.com/user" target="_blank" class="externalLink" rel="nofollow">https://www.website.com/user</a>..<br />
<br />
my code :<br />


<div class="bbCodeBlock bbCodePHP">
	<div class="type">PHP:</div>
	<div class="code"><ol class="php" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?php</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000088;">$page</span> <span style="color: #339933;">=</span> <a target="_blank" rel="nofollow" href="http://www.php.net/file_get_contents"><span style="color: #990000;">file_get_contents</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'https://www.website.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000088;">$newstr</span><span style="color: #339933;">=</span><a target="_blank" rel="nofollow" href="http://www.php.net/preg_split"><span style="color: #990000;">preg_split</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/&lt;a href=/&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #666666; font-style: italic;">//print_r($newstr);</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000088;">$fh</span><span style="color: #339933;">=</span><a target="_blank" rel="nofollow" href="http://www.php.net/fopen"><span style="color: #990000;">fopen</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;file111.txt&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$newstr</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$links</span><span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&#123;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000088;">$links</span><span style="color: #339933;">=</span><a target="_blank" rel="nofollow" href="http://www.php.net/strip_tags"><span style="color: #990000;">strip_tags</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$links</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #b1b100;">print</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$links</span> &lt;br/&gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><a target="_blank" rel="nofollow" href="http://www.php.net/trim"><span style="color: #990000;">trim</span></a> &nbsp;<span style="color: #009900;">&#40;</span><span style="color: #000088;">$links</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><a target="_blank" rel="nofollow" href="http://www.php.net/fwrite"><span style="color: #990000;">fwrite</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$fh</span><span style="color: #339933;">,</span><span style="color: #000088;">$links</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&#125;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><a target="_blank" rel="nofollow" href="http://www.php.net/fclose"><span style="color: #990000;">fclose</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$fh</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">?&gt;</span></div></li>
</ol></div>
</div>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>Forum Crawler/Scraper</title>
      <pubDate>Fri, 03 Oct 2014 15:09:37 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/forum-crawler-scraper.2732055/</link>
      <guid>https://forums.digitalpoint.com/threads/forum-crawler-scraper.2732055/</guid>
      <author>KateJames007</author>
      <dc:creator>KateJames007</dc:creator>
      <content:encoded><![CDATA[Hi<br />
<br />
I am wondering if there is any software available that will scrape forums. For example if you put in keywords of your niche - it then crawls forums and comes back with results of people asking particular question. This way, you are able to then go through and answer them and perhaps, if appropriate, offer a freebie or your product.<br />
<br />
<br />
I have done some research and have only found programs which spam forums so as to create backlinks. This is not what I am after.<br />
<br />
If there isn&#039;t anything like...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/forum-crawler-scraper.2732055/" target="_blank" class="internalLink">Forum Crawler/Scraper</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Looking For A WYSIWYG Android App Maker For Windows 8</title>
      <pubDate>Fri, 03 Oct 2014 15:07:39 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/looking-for-a-wysiwyg-android-app-maker-for-windows-8.2733131/</link>
      <guid>https://forums.digitalpoint.com/threads/looking-for-a-wysiwyg-android-app-maker-for-windows-8.2733131/</guid>
      <author>canaryspace</author>
      <dc:creator>canaryspace</dc:creator>
      <content:encoded><![CDATA[Does anyone know of a good Android App builder for Windows 8?<br />
I need the ability to add websites that open on the app full screen but with the app navigation buttons over the website pages or an expandable menu button throughout all pages.<br />
<br />
I dont want any third party online builders or free stuff with third party ads, I want to be able to add my own ads to pages easily within the app.<br />
<br />
Anyone got any ideas? Price is not a problem, apps will generate enough cash to cover costs.<br />
<br />
Thank you.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>First time App builder</title>
      <pubDate>Fri, 03 Oct 2014 15:03:56 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/first-time-app-builder.2734228/</link>
      <guid>https://forums.digitalpoint.com/threads/first-time-app-builder.2734228/</guid>
      <author>Marvin Cravens</author>
      <dc:creator>Marvin Cravens</dc:creator>
      <content:encoded><![CDATA[I want to try something new and build my own app. My kids love the memory game and thankfully there are a few great apps out there that have entertained them. Memory apps seem simple enough, but I am no whiz whatsoever when it comes to programming, designing, or anything else for that matter.  I figured if I could build a memory app for my girls, I would be the coolest dad ever (since my kids are still under the age of 7) especially if this app was customized to their liking.  So if anyone...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/first-time-app-builder.2734228/" target="_blank" class="internalLink">First time App builder</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>help in PHP</title>
      <pubDate>Fri, 03 Oct 2014 09:14:59 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/help-in-php.2733848/</link>
      <guid>https://forums.digitalpoint.com/threads/help-in-php.2733848/</guid>
      <author>blankeyecue</author>
      <dc:creator>blankeyecue</dc:creator>
      <content:encoded><![CDATA[I have barely coding knowledge.<br />
<a href="http://quicklinkuae.com/careers.html" target="_blank" class="externalLink" rel="nofollow">http://quicklinkuae.com/careers.html</a><br />
Anyone care to help me make the page work on php or asp.<br />
PM me pls.<br />
Thanks!]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>interactive voice response with automatic speech recognition</title>
      <pubDate>Wed, 01 Oct 2014 15:54:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/interactive-voice-response-with-automatic-speech-recognition.1591906/</link>
      <guid>https://forums.digitalpoint.com/threads/interactive-voice-response-with-automatic-speech-recognition.1591906/</guid>
      <author>johnyjj2</author>
      <dc:creator>johnyjj2</dc:creator>
      <content:encoded><![CDATA[Hello!<br />
<br />
I&#039;d like to create little system such that:<br />
1. user from mobile phone calls server<br />
2. server recognizes in real time what user says<br />
3. server answers to the user on mobile phone with mp3 files<br />
At this moment my idea is to:<br />
1. have Skype on mobile phone<br />
2. call Skype on server<br />
3. redirect speech from/to Sphinx4 ASR (automatic speech recognition) with the use of C# server application<br />
4. recognize it on Sphinx4 (Java)<br />
However, I think it can be done in easier way, i.e. with IVR...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/interactive-voice-response-with-automatic-speech-recognition.1591906/" target="_blank" class="internalLink">interactive voice response with automatic speech recognition</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>how to print barcode label using .net and sql serve</title>
      <pubDate>Tue, 30 Sep 2014 02:31:03 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-print-barcode-label-using-net-and-sql-serve.1763197/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-print-barcode-label-using-net-and-sql-serve.1763197/</guid>
      <author>aghahassan</author>
      <dc:creator>aghahassan</dc:creator>
      <content:encoded><![CDATA[Hi, I want to print bar code label using .net or anyother application. The database is sql server. Thank you.]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>how to fire javascript code when button is submit pressed</title>
      <pubDate>Mon, 29 Sep 2014 12:06:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-fire-javascript-code-when-button-is-submit-pressed.2733950/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-fire-javascript-code-when-button-is-submit-pressed.2733950/</guid>
      <author>lew1s666</author>
      <dc:creator>lew1s666</dc:creator>
      <content:encoded><![CDATA[i have a wordpress contact form with contact form 7 and need to fire javascript when submit button is pressed. how can i do this? what to add in footer ?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Which programming language to learn when developing a video software program?</title>
      <pubDate>Sat, 27 Sep 2014 17:19:07 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/which-programming-language-to-learn-when-developing-a-video-software-program.2727780/</link>
      <guid>https://forums.digitalpoint.com/threads/which-programming-language-to-learn-when-developing-a-video-software-program.2727780/</guid>
      <author>johnrush5</author>
      <dc:creator>johnrush5</dc:creator>
      <content:encoded><![CDATA[Hey I don&#039;t think this is a duplicate question, and I apologize if it is.<br />
<br />
I&#039;m a beginner to programming (I&#039;ve never program before) but I have a stellar idea for a video editing software. I have plenty of time to develop it and would like to do so on my own.<br />
<br />
I&#039;m not really sure where to start so I need to know which program I will need to learn.<br />
<br />
Any other resources (books, blogs, sites, apps) would also be greatly appreciated.]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Android App for Facebook</title>
      <pubDate>Sat, 27 Sep 2014 10:45:01 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/android-app-for-facebook.2733952/</link>
      <guid>https://forums.digitalpoint.com/threads/android-app-for-facebook.2733952/</guid>
      <author>ott</author>
      <dc:creator>ott</dc:creator>
      <content:encoded><![CDATA[I&#039;m not sure what language android uses but I&#039;m doing some reading on it now. <br />
All I want is a push notification that will tell me if I am logged off facebook. Nothing special. I&#039;ve never tried to make anything for android or iphone or any of that. <br />
This issue is from issues like, maybe someone doesn&#039;t like a post you made and it gets reported and facebook logs you out and your automatic posts no longer work because you&#039;re logged out.<br />
<br />
Can anyone point me in the right direction for this?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>.NET 4.5.1 and GoDaddy</title>
      <pubDate>Sat, 27 Sep 2014 08:57:01 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/net-4-5-1-and-godaddy.2733990/</link>
      <guid>https://forums.digitalpoint.com/threads/net-4-5-1-and-godaddy.2733990/</guid>
      <author>Robin Mohammad</author>
      <dc:creator>Robin Mohammad</dc:creator>
      <content:encoded><![CDATA[So I spent an hour on GoDaddy and Google and didn&#039;t get a definitive answer. Does GoDaddy&#039;s shared Windows Hosting plan support .NET 4.5.1? I found a page in their support section that mentions that the shared hosting plan supports .NET 4.5. But is that enough to run my website? Does that &quot;.1&quot; thing matter at all?<br />
<br />
I&#039;m using the default ASP.NET Web Forms template that comes with VS2013 Express, which is set to .NET 4.5.1 by default. I don&#039;t want to downgrade to 4.5 in case it would break some...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/net-4-5-1-and-godaddy.2733990/" target="_blank" class="internalLink">.NET 4.5.1 and GoDaddy</a>]]></content:encoded>
    </item>
    <item>
      <title>Need to find IPhone app developer. Able to turn my ideas into iphone apps.</title>
      <pubDate>Sat, 27 Sep 2014 08:05:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/need-to-find-iphone-app-developer-able-to-turn-my-ideas-into-iphone-apps.2509785/</link>
      <guid>https://forums.digitalpoint.com/threads/need-to-find-iphone-app-developer-able-to-turn-my-ideas-into-iphone-apps.2509785/</guid>
      <author>GlobalMediaPerformance</author>
      <dc:creator>GlobalMediaPerformance</dc:creator>
      <content:encoded><![CDATA[Hi i am new to iphone app development.<br />
<br />
I need someone to use my ideas that i pass onto them and then code it into an iphone app. <br />
<br />
Talking me through the process also.<br />
<br />
So just need an iphone app developer/coder. <br />
<br />
Thankyou PM Me.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>WordPress</title>
      <pubDate>Thu, 25 Sep 2014 18:39:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/wordpress.2733868/</link>
      <guid>https://forums.digitalpoint.com/threads/wordpress.2733868/</guid>
      <author>Robin Mohammad</author>
      <dc:creator>Robin Mohammad</dc:creator>
      <content:encoded><![CDATA[I&#039;m currently working on a widget which returns a single random featured property on a website but I&#039;m having some trouble with my WP_Query arguments.<br />
<br />
In the backend I have 2 checkbox meta fields &quot;featured&quot; and &quot;hidden&quot;. I want to return a post which is has the &quot;featured&quot; field checked and the &quot;hidden&quot; field unchecked. My query is as follows:<br />
<br />
$query_args = array(&#039;posts_per_page&#039;=&gt;&#039;1&#039;,&#039;orderby&#039;=&gt;&#039;rand&#039;,&#039;post_type&#039;=&gt;&#039;nc_property&#039;,&#039;meta_query&#039;=&gt; array(...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/wordpress.2733868/" target="_blank" class="internalLink">WordPress</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Splitting wordpress posts into multiple pages (CSS styling)</title>
      <pubDate>Wed, 24 Sep 2014 14:18:52 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/splitting-wordpress-posts-into-multiple-pages-css-styling.2732818/</link>
      <guid>https://forums.digitalpoint.com/threads/splitting-wordpress-posts-into-multiple-pages-css-styling.2732818/</guid>
      <author>cini</author>
      <dc:creator>cini</dc:creator>
      <content:encoded><![CDATA[Hi;<br />
<br />
Most of my blog posts are too long and i divide them into 3-4 parts using &lt;!--nextpage--&gt;<br />
<br />
Normally it shows only post numbers 1 2 3 4...<br />
<br />
I want to style(small boxes) them using CSS but i don&#039;t know how to do it.<br />
Can someone please help me?<br />
<br />
Regards]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Looking For Search Engine Script &amp; Crawler</title>
      <pubDate>Mon, 22 Sep 2014 22:17:05 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/looking-for-search-engine-script-crawler.2731965/</link>
      <guid>https://forums.digitalpoint.com/threads/looking-for-search-engine-script-crawler.2731965/</guid>
      <author>KevJ</author>
      <dc:creator>KevJ</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
<br />
Can anyone point me in the right direction of a free or low cost search engine script and crawler, Needs to run on CentOS, Can be left crawling the internet and **MOST IMPORTANTLY** I need to be able to customize what webmasters see in there SEO Statistics, For example, googlebot, bingcrawler etc etc<br />
<br />
<br />
Thanks]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Wordpress Plugin Needed - Recent Post (With Single Image)</title>
      <pubDate>Mon, 22 Sep 2014 22:08:58 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/wordpress-plugin-needed-recent-post-with-single-image.2733252/</link>
      <guid>https://forums.digitalpoint.com/threads/wordpress-plugin-needed-recent-post-with-single-image.2733252/</guid>
      <author>LindseyInteractive</author>
      <dc:creator>LindseyInteractive</dc:creator>
      <content:encoded><![CDATA[Hello Guys,<br />
<br />
We are creating a new sites much like (cnn.com or foxnews.com) and we are looking for a plugin that will post articles from a specific category and have a SINGLE thumbnail/image for it. All the ones we are finding now have individual thumbnails for all of the different post, that is nto what we are needign.<br />
<br />
We need a single plugin that is going to post the images from the category with a single thumbnail, like you see on those news sites.<br />
<br />
Please anyone can help us and point us in...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/wordpress-plugin-needed-recent-post-with-single-image.2733252/" target="_blank" class="internalLink">Wordpress Plugin Needed - Recent Post (With Single Image)</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>PHP Validation Script</title>
      <pubDate>Mon, 22 Sep 2014 19:29:18 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/php-validation-script.2733571/</link>
      <guid>https://forums.digitalpoint.com/threads/php-validation-script.2733571/</guid>
      <author>[GV]AnarchY</author>
      <dc:creator>[GV]AnarchY</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
Would be a great help if someone could help me here.  I&#039;ve got basically everything I need completed.  I&#039;ve got SQL data base up.  I&#039;ve got form that I fill out and adds ID to database Its a simple PHP validation script that validates a customer ID based off of their input.  You can see demo here <a href="http://192.185.52.231/~okcorp/outpost_server/chat.php" target="_blank" class="externalLink" rel="nofollow">http://192.185.52.231/~okcorp/outpost_server/chat.php</a>.  The working script is below:<br />
<br />
&lt;?PHP<br />
if($_GET[&quot;inputid&quot;] == &quot;0&quot; &amp;&amp; $_GET[&quot;value&quot;] == &quot;TEST&quot;)<br />
<br />
{<br />
   echo...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/php-validation-script.2733571/" target="_blank" class="internalLink">PHP Validation Script</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>What script is this site</title>
      <pubDate>Mon, 22 Sep 2014 17:08:13 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-script-is-this-site.2733577/</link>
      <guid>https://forums.digitalpoint.com/threads/what-script-is-this-site.2733577/</guid>
      <author>carrieathomer</author>
      <dc:creator>carrieathomer</dc:creator>
      <content:encoded><![CDATA[What script is this site<br />
<br />
<a href="http://www.bayt.com" target="_blank" class="externalLink" rel="nofollow">http://www.bayt.com</a><br />
<br />
or custom programming<br />
<br />
<a href="https://forums.digitalpoint.com/threads/what-script-is-this-site.2733577/" target="_blank" class="internalLink">What script is this site</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How to create a contact form in php</title>
      <pubDate>Sun, 21 Sep 2014 22:08:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-create-a-contact-form-in-php.2728873/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-create-a-contact-form-in-php.2728873/</guid>
      <author>taran_xi</author>
      <dc:creator>taran_xi</dc:creator>
      <content:encoded><![CDATA[Hey i m trying to make a website and little bit confuse to make a contact form <br />
Is there is anyone who can guide me <br />
<br />
<br />
Thank you]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Jupix Property Software</title>
      <pubDate>Sun, 21 Sep 2014 16:23:24 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jupix-property-software.2733480/</link>
      <guid>https://forums.digitalpoint.com/threads/jupix-property-software.2733480/</guid>
      <author>PaulB1974</author>
      <dc:creator>PaulB1974</dc:creator>
      <content:encoded><![CDATA[Hi everyone<br />
<br />
I am new.  Is there anyone here that has had any experience with Jupix Devlopment?<br />
<br />
In retrieving my clients XML feed, there are some elements that I am unaware of that if you have done this before you&#039;d be able to help.<br />
<br />
Many thanks!<br />
<br />
Paul]]></content:encoded>
    </item>
    <item>
      <title>CSS help to align tombstone image with paragraph text</title>
      <pubDate>Sat, 20 Sep 2014 20:20:12 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/css-help-to-align-tombstone-image-with-paragraph-text.2733337/</link>
      <guid>https://forums.digitalpoint.com/threads/css-help-to-align-tombstone-image-with-paragraph-text.2733337/</guid>
      <author>sunilmamo</author>
      <dc:creator>sunilmamo</dc:creator>
      <content:encoded><![CDATA[I need someone to tell me how does one do this:<br />
<br />
<img src="proxy/Zjl03hsYz9HrZSjtjGaqstaDovqZ8bkn3h5avMMagTlB8puar3qLkFs9/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://b4he.com/images/tombstonesample.png" /><br />
<br />
More specifically:<br />
<br />
<img src="proxy/Zjl03hsYz9HrZSjtjGaqstaDovqZ8bkn3h5avMMagTlB8puar3rU7ZQI0UX1/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://b4he.com/images/tombstonesampleqgq.png" /><br />
<br />
How do you align the image to the end of the paragraph text like that?]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Please Identify Mouse Hover Effect</title>
      <pubDate>Sat, 20 Sep 2014 08:26:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/please-identify-mouse-hover-effect.2725614/</link>
      <guid>https://forums.digitalpoint.com/threads/please-identify-mouse-hover-effect.2725614/</guid>
      <author>makcapri</author>
      <dc:creator>makcapri</dc:creator>
      <content:encoded><![CDATA[I need help. Please open below url. In this url, you will see 3 boxes above footer. On any of them box there is a mouse hover effect. Please tell me how can I create this myself? Is this CSS3?<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">http://thepaintdrop.com/</div></li>
</ol></div>
</div>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>What is the best tool for this job</title>
      <pubDate>Thu, 18 Sep 2014 10:32:25 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-the-best-tool-for-this-job.2733157/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-the-best-tool-for-this-job.2733157/</guid>
      <author>amarrly</author>
      <dc:creator>amarrly</dc:creator>
      <content:encoded><![CDATA[Im still in the planning stage so any help much appreciated, Building site with Jquery mobile i want the user to be able to add/choose options, hit submit and a notification of there choices be sent instantly to recipient. Users will often be on a public wifi, or mobile data so i want the site to be as super light weight as possible. Am i going down the right path with Jquery mobile, and maybe using php or javascript for quick email updates?]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Looking for a justpaste type script.</title>
      <pubDate>Tue, 16 Sep 2014 08:02:21 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/looking-for-a-justpaste-type-script.2731568/</link>
      <guid>https://forums.digitalpoint.com/threads/looking-for-a-justpaste-type-script.2731568/</guid>
      <author>desertstorm</author>
      <dc:creator>desertstorm</dc:creator>
      <content:encoded><![CDATA[Hi there,<br />
<br />
I am looking at purchasing a justpaste.it type of  script.<br />
<br />
I looked around, saw an old ad that offered something like it for $80 but its not available anymore.<br />
<br />
Any ideas.<br />
<br />
Kind regards]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
  </channel>
</rss>
