apextoday.blogspot.com
Oracle Application Express - A Blog: Get TinyURL from PL/SQL - APEX
http://apextoday.blogspot.com/2008/08/get-tinyurl-from-plsql-apex.html
Oracle Application Express - A Blog. Blogging my experience with Oracle Application Express , Linux, Java and other Oracle Technologies. Thursday, August 14, 2008. Get TinyURL from PL/SQL - APEX. Here is an example of how to use a PL/SQL function to convert an URL into a TinyURL using their api. This is very simple stuff yet it can save a lot of space! Create or replace FUNCTION get tinyURL(t url IN VARCHAR2). Http req utl http.req;. Http resp utl http.resp;. Res value VARCHAR2(4000);. Return res value;.
apextoday.blogspot.com
Oracle Application Express - A Blog: Post Updates to Twitter from JAVA
http://apextoday.blogspot.com/2008/07/post-updates-to-twitter-from-java.html
Oracle Application Express - A Blog. Blogging my experience with Oracle Application Express , Linux, Java and other Oracle Technologies. Wednesday, July 23, 2008. Post Updates to Twitter from JAVA. Here is some sample java code you can use to post updates to Twitter from java. This is just a simple POST method, if you are looking for a full Twitter library head to Twitter Development Talk. I implemented this code on the OraTweetBot which I will make available soon. Import java.io.BufferedReader;. Connect...
apextoday.blogspot.com
Oracle Application Express - A Blog: May 2008
http://apextoday.blogspot.com/2008_05_01_archive.html
Oracle Application Express - A Blog. Blogging my experience with Oracle Application Express , Linux, Java and other Oracle Technologies. Friday, May 16, 2008. Adding IM (Jabber/XMPP) messaging to Oracle APEX. My first implementation was just a simple class that called smack functions loaded on the DB by loadjava. But I recently found a project started by Adrien Sales. That wraps more of the Smack functions such as rosters. To add IM functionality to your application follow these steps:. Call dbms java...
apextoday.blogspot.com
Oracle Application Express - A Blog: June 2008
http://apextoday.blogspot.com/2008_06_01_archive.html
Oracle Application Express - A Blog. Blogging my experience with Oracle Application Express , Linux, Java and other Oracle Technologies. Saturday, June 28, 2008. Getting friends timeline from Twitter to Oracle APEX (PL/SQL). Now that you have posted your Twitter updates from APEX. FUNCTION get twitter timeline(t user IN VARCHAR2, t pass IN VARCHAR2). Http req utl http.req;. Http resp utl http.resp;. T update send VARCHAR2(200);. Res value VARCHAR2(4000);. XML RETURN CLOB;. T update send := '- head';.
apextoday.blogspot.com
Oracle Application Express - A Blog: Post Updates to Twitter from Oracle APEX (PL/SQL)
http://apextoday.blogspot.com/2008/06/post-updates-to-twitter-from-apex-plsql.html
Oracle Application Express - A Blog. Blogging my experience with Oracle Application Express , Linux, Java and other Oracle Technologies. Tuesday, June 24, 2008. Post Updates to Twitter from Oracle APEX (PL/SQL). I started a pet project called OraTweet. It is an Oracle internal "Twitter" with some key advantages such as the ability to follow groups and IM (XMPP/Jabber) integration. Aside from having our own internal "tweets" a user can direct a message @oratweet. I started playing with the Twitter API.
apextoday.blogspot.com
Oracle Application Express - A Blog: OraTweetBot, an XMPP/Jabber listener for Twitter
http://apextoday.blogspot.com/2008/07/oratweetbot-xmppjabber-listener-for.html
Oracle Application Express - A Blog. Blogging my experience with Oracle Application Express , Linux, Java and other Oracle Technologies. Thursday, July 24, 2008. OraTweetBot, an XMPP/Jabber listener for Twitter. OraTweetBot is an XMPP/Jabber bot built with Java that will listen for tweets and post them to Twitter or to a database. This is part of my pet project OraTweet which is built with Oracle APEX. And will soon make it available through a distributable APEX package. END INSERT TWEET;. Java -jar OraT...
phayesone.wordpress.com
Partners | PHAYES TWO
https://phayesone.wordpress.com/partners
What's Next in Marketing – by Pete Hayes, Chief Marketing Outsider. For more than 20 years, I’ve had the pleasure of working with some great marketing agencies. Here are a few of the ones I recommend:. 3 reasons to hire a virtual CMO or VP of marketing lnkd.in/bxcdYEc. Reality Sinks In: What The Marketers Say Is True hubs.ly/H045j780. Vistage hosts Are you poised for Success in 2017 economic breakfast meeting lnkd.in/bfGgE4k. 10 Questions to Ask When Hiring a CMO dlvr.it/M1qDkw. Pete Hayes’ Profile.
SOCIAL ENGAGEMENT