Entries for the ‘PHP’ Category

Passing Variables into Flash using FlashVars

tweetcount_url=’http://applicationdeveloper.net/2009/09/26/passing-variables-flash-flashvars/’;tweetcount_title=’Passing Variables into Flash using FlashVars’;tweetcount_short_url=’http://su.pr/ArobYt’;tweetcount_cnt=2;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;The trouble with Flash has always been the level of communication between Flash and the web page. While this isn’t a new topic, it’s one that many webmasters have a lot of issues with. This is written assuming someone already knows how their way around Flash or actionscript. Looking [...]

Leave a Comment

Calling #PHP on #JSP / #Java Pages with Javascript – #js

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 [...]

Comments (1)

User Authentication Through Twitter OAuth or cURL

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 [...]

Comments (1)

Parse a String with BB Code or RSS using PHP

tweetcount_url=’http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/’;tweetcount_title=’Parse a String with BB Code or RSS using PHP’;tweetcount_short_url=’http://su.pr/20H1o1′;tweetcount_cnt=1;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;Writing a function to parse BB Code and RSS Feeds each time you need them is a pain. Here’s a use function to throw into an include or just have on hand for later.A little while ago I was stuck reading forum content outside of [...]

Comments (4)

BackType Tweetcount 1.2 with su.pr Short URL Support

tweetcount_url=’http://applicationdeveloper.net/2009/07/14/backtype-tweetcount-12-supr-short-url-support/’;tweetcount_title=’BackType Tweetcount 1.2 with su.pr Short URL Support’;tweetcount_short_url=’http://su.pr/2TeEyI’;tweetcount_cnt=2;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;The new BackType Tweetcount just launched last night. With a little work, it’ll support your very own custom shortened URL in the re-tweet. We like su.pr. Thanks to a bit of help from Michael of BackType, we’re able to figure out this mod overnight.The previous version of [...]

Comments (3)

1

tweetcount_url=’http://applicationdeveloper.net/2009/07/12/33/’;tweetcount_title=’1′;tweetcount_short_url=’http://su.pr/2tpd9o’;tweetcount_cnt=2;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;3aiwpg5y72

Leave a Comment

How to Post to Twitter using cURL

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 [...]

Leave a Comment

su.pr – cURL Links into your Account with Login/API

tweetcount_url=’http://applicationdeveloper.net/2009/07/11/supr-curl-links-account-loginapi/’;tweetcount_title=’su.pr – cURL Links into your Account with Login/API’;tweetcount_short_url=’http://su.pr/1aBTEU’;tweetcount_cnt=2;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;Unlike bit.ly, tinyurl, or any of the other 50 services, su.pr is the first URL shortener to also syndicate content. I’m a bit late in posting about this but they did a terrific job on their URL shortener. The catch here is that it also syndicates [...]

Comments (1)

String Handling: Parsing Links from a String

tweetcount_url=’http://applicationdeveloper.net/2009/07/10/string-handling-parsing-links-string/’;tweetcount_title=’String Handling: Parsing Links from a String’;tweetcount_short_url=’http://su.pr/2oUmR8′;tweetcount_cnt=1;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;With the popularity of APIs that connect to Twitter, Facebook, and even sites like StumbleUpon, it’s becoming increasing important to work with String Handling functions.Here’s a very handy function to replace a link in a String with the html format for posting on the web.I can’t remember where [...]

Leave a Comment