Entries Tagged ‘Programming’
tweetcount_url=’http://applicationdeveloper.net/2009/07/18/calling-php-jsp-java-pages-javascript-js/’;tweetcount_title=’Calling #PHP on #JSP / #Java Pages with Javascript – #js’;tweetcount_short_url=’http://su.pr/1noPDy’;tweetcount_cnt=2;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;Working with hacked together management systems that utilize both Java/JSP and PHP can be extremely annoying. However, jQuery has made our lives a lot easier by letting us call PHP using Javascript.Most of us are script kiddies. Admit it, we like to build our [...]
tweetcount_url=’http://applicationdeveloper.net/2009/07/17/user-authentication-twitter-oauth-curl/’;tweetcount_title=’User Authentication Through Twitter OAuth or cURL’;tweetcount_short_url=’http://su.pr/1oKNbi’;tweetcount_cnt=7;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;Twitter offers 2 types of authentication. Using the standard cURL GET HTTP protocols or the new and fancy OAuth. cURL is easy, we all get it, and it works great. However, OAuth offers a wide range of fancy features, most importantly, securtiy.Taken from the OAuth website – An [...]
tweetcount_url=’http://applicationdeveloper.net/2009/07/13/seo-friendly-links-htaccess-tricks/’;tweetcount_title=’SEO Friendly Links and .htaccess Hacks’;tweetcount_short_url=’http://su.pr/2rFwbF’;tweetcount_cnt=1;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;I’m going to assume most people know how to activate or edit their own .htaccess files. If you’re not sure how to edit them then visit this link.htaccess modifications can come in really handy when cleaning up some of the old management systems. For those that use Google Webmaster [...]
tweetcount_url=’http://applicationdeveloper.net/2009/07/12/post-twitter-curl/’;tweetcount_title=’How to Post to Twitter using cURL’;tweetcount_short_url=’http://su.pr/2o31xZ’;tweetcount_cnt=4;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;Having a choice of 50 Wordpress plugins are great when you are using Wordpress but what do you do when you have custom made software or don’t use Wordpress?Using this handy cURL php code, you can post to Twitter from anywhere on your website. You can include the [...]