Search Results

Building Something Scalable: Security

Wednesday, October 22nd, 2008
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!This is part 2 of the Building Something Scalable series / experiment: Security. Umm why are you talking about security? Security is part of being scalable, simple. Think about it. If your security is setup decently your servers will ignore […]


holy crap its too damn hard to do the right thing

Monday, August 18th, 2008
today one of the projects I work on tracked a user repeatedly trying to get contact information from our younger members, actually only our younger female members. We’re kid friendly so always watch out for certain types of communcation. After repeat bans we then did an ip ban, because he keep coming back to try and […]


Introducing the Google AJAX Translation WordPress Plugin

Wednesday, April 23rd, 2008
Keep an eye on this project. libin at libinpan.com has started a wordpress plugin to translate your text using ajax and google’s translation service Google just released a new API yesterday: Google AJAX Language API. AJAX Language API is built on top of Google Translate, it current supports 13 languages and 29 translation pairs. It is new […]


Code: Php Authorize.net AIM Class

Friday, November 16th, 2007
Want to use authorize.net’s payment processing? your in luck so did I The Authorize.net AIM Class is free and open source so enjoy. Features : cc processing, test mode, and error details the class will retain both a variable for the processed response and the raw response. there’s some basic documentation in the file, i’ll work to add […]


how to: using edgecast live streaming

Friday, October 19th, 2007
the documentation was a little confusing. for broadcasting use the url provided for publishing with out the trailing / so if your publishing point is : rtmp://fmsbcastserverurl/20xxxx/ , use rtmp://fmsserverurl/20xxxx to view your stream use the player url without the stream name (that got me for a bit). their documentation says to include you stream name, don’t. so if […]


MySpace Access Class - Closed

Monday, October 15th, 2007
THIS PROJECT HAS BEEN SHUTDOWN, CEASED, SHOT, STABBED, ETC Why? I’m shutting down this project due to spam concerns, lack of time, and because it can be done a lot better. Next Steps http://myspaceapi.info It’s not live, and i have no idea when i’ll start or finish it, but i’m aiming for an end of the year launch. […]


sounds cool: swx data format for Flash

Friday, September 21st, 2007
SWX is the native data format for the Flash Platform. SWX RPC is a remote procedure call protocol encoded in SWX. It’s simple enough that you can get up and running with it in about five minutes. SWX RPC is perfect for building mashups (with easy-to-use APIs for Flickr, Twitter, and others), mobile applications (Flash Lite […]


Flex Module for Apache and IIS

Sunday, September 9th, 2007
The Flex module for Apache and Microsoft IIS provides web-tier compilation of MXML and ActionScript files on Apache and IIS web servers. This module lets you rapidly compile, test and deploy an application by simply requesting the main application file from a web browser, similar to working with server-side scripting languages such as PHP, ColdFusion […]


how to: get apache proxypass working with ssl

Friday, August 31st, 2007
their seems to be alot of documentation on apaches proxy module. Yet i was unable to find anything that worked to get a ssl to ssl proxy running. you can also use this information for a basic proxypass, just ignore anything ssl related most of the documentation left out one item : SSLProxyEngine on You […]


MySpace Access Class - June 1st - Ver. JJ

Wednesday, June 20th, 2007
The Myspace Access Class has been updated, it is still in .alpha Ver. JJ Please review the features list for new features. Also if interested in having automation functions included in the Myspace Access Class please review the following message and leave a comment. http://elsid.net/2007/05/26/myspace-class-automation-functions/ ————- I’m no longer keeping version numbers, because basically you wanta get the latest version. […]