Saturday, April 4, 2009
iPhone Application with Oracle Apex and iWebKit
Created the mobile version of Philadelphia Cricket League website for iPhone using Oracle Apex, JQuery and iWebKit. It's came out pretty neat, it's a work in progress but I had to post this in sheer excitement :). All this without actually using the Apple iPhone SDK.
http://mobile.philadelphiacricketleague.com
Like me if you don't have an iPhone/Touch, you can always view it in http://www.testiphone.com/
Corresponding thread in Oracle Apex Forum:
http://forums.oracle.com/forums/thread.jspa?threadID=880797&tstart=0
Sunday, March 22, 2009
Oracle Apex Showcase Site Updated
Inspired by the SmartGWT Showcase, I updated my Oracle Apex showcase. It has demos for Forms, Lists, Calendars and also a whole bunch of screens related to JQuery integration. It's still a work in progress, but has decent amount of stuff to showcase the power of Oracle Apex and it's possibilities.
Here's a direct link: http://apex.oracle.com/pls/otn/f?p=40346
Monday, March 2, 2009
New Cricket Club Portal with Oracle Apex/JQuery
Check out the new cricket club portal developed with Oracle Apex/JQuery. It has host of features including automatic statistics generation, storefront integration with Google checkout among a few of the features. A club should be able to perform all their tasks, such as posting announcements, headlines, matches, match signups, team selection, online surveys, live chat among other things without any technical knowlege. Check it out, login with the sample user id's provided and let me know if you or someone is in need for a portal for your sports club, it's not just limited to Cricket, it can be expanded for all sports!!! More details at http://www.cricketclubportal.com
Here's the direct link: http://demo.cricketclubportal.com
Tuesday, February 3, 2009
Page Access Protection
I believe since version 3.1, the pages now have Page Access Protection. Use this feature to the fullest to protect the sensitive pages in your application. Without this malicious users can tamper with the URL and do harm. It's available under Page Attributes -> Security -> Page Access Protection. I recommend using "Arguments must have checksum". This will ensure that a checksum is appended to the URL that is specific to only that specific instance of the URL and cannot be manipulated.
In addition, you should also use another mechanism to secure the sensitive buttons, pl/sql processes in the page.
Sunday, February 1, 2009
Accordion using JQuery
Created this demo site where I will be posting new things I try out. It now has a page to show how to get JQuery accordion running within Apex, it's so simple to setup and use. Hope you guys like it. JQuery is so cool, this weekend was dedicated to it. Why didn't I look into it earlier? :)
Updated: 2/2/09: Also added DatePicker (page level and application level)
Updated: 2/2/09: Also added DatePicker (page level and application level)
My first screencast about the Cricket Club Portal
Check this screencast of the upcoming Cricket Club Portal that's under development. Wanted to create a sneak peak to garner the interest. It's developed using Oracle Apex. :)
Cricket Club Portal screencast
www.cricketclubportal.com
Cricket Club Portal screencast
www.cricketclubportal.com
Thursday, January 29, 2009
Oracle Apex AJAX Resources
Wednesday, January 28, 2009
Pipelined function
Great articles on usage of Pipelined functions to deal with delimited string as a table of rows:
http://christopherbeck.wordpress.com/2008/12/05/pipelined-functions/#comment-67
http://articles.techrepublic.com.com/5100-10878_11-5259821.html
http://christopherbeck.wordpress.com/2008/12/05/pipelined-functions/#comment-67
http://articles.techrepublic.com.com/5100-10878_11-5259821.html
Sunday, January 18, 2009
Incorporating Captcha on Oracle Apex site
Check out this fantastic article by Patric on integrating Captcha on Oracle Apex. It works beautifully.
http://www.inside-oracle-apex.com/2007/09/adding-captcha-to-your-oracle-apex.html
http://www.inside-oracle-apex.com/2007/09/adding-captcha-to-your-oracle-apex.html
Friday, January 9, 2009
OpenId
Check out this handy reference to enable openId on your website. OpenId enables your clients to login to your website using one single userid/password, taking the hassle out of remembering multiple userids/passwords for each site. If you are using yahoo, gmail, blogger, wordpress etc. you already have openid, you just need to enable them and use it.
Check this handy reference:
http://www.plaxo.com/api/openid_recipe
To learn more about openId, check out the official website at:
http://www.openid.net
Check this handy reference:
http://www.plaxo.com/api/openid_recipe
To learn more about openId, check out the official website at:
http://www.openid.net
Yahoo Maps API
You can use Yahoo Maps API to integrate Yahoo maps within your application, it's pretty simple and neat. You can even display traffic information. Check out:
https://developer.yahoo.com/maps/
https://developer.yahoo.com/maps/
Google Chart API
Google Chart API allows you to dynamically create charts by just passing parameters to an URL, it's pretty amazing. You can generate all kinds of charts, check it out...
http://code.google.com/apis/chart/types.html
Check this simple example:
http://code.google.com/apis/chart/types.html
Check this simple example:
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World
Subscribe to:
Posts (Atom)