joshuaostrom.com
Warehouse Dashboard Architecture « Joshua Ostrom – riafan
http://www.joshuaostrom.com/2010/06/22/warehouse-dashboard-architecture
Joshua Ostrom – riafan. RIA, embedded programming, what else! If Flex has a sweet spot, dashboards would be it. The technology provides a richness that makes engaging UIs very easy to implement. Click here to cancel reply. Mail (will not be published) (required). To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word. Brighter ideas through software innovations. Nginx Access Denied 403. Flex OLAP Take Two.
joshuaostrom.com
999 Tax Calculator « Joshua Ostrom – riafan
http://www.joshuaostrom.com/2011/10/14/999-tax-calculator
Joshua Ostrom – riafan. RIA, embedded programming, what else! Okay, had some extra time on my hands and I was curious about the 999 Tax plan, so I wrote a calculator that gives you a good idea of your current tax burden vs a 9% sales tax 9% income tax. http:/ 999calc.com. Click here to cancel reply. Mail (will not be published) (required). To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word. Flex OLAP Take Two.
joshuaostrom.com
Wordpress « Joshua Ostrom – riafan
http://www.joshuaostrom.com/category/wordpress
Joshua Ostrom – riafan. RIA, embedded programming, what else! Archive for the ‘Wordpress’ Category. Trying to clone an uncloneable object of class stdClass. Ran into the following error recently:. PHP Fatal error: Trying to clone an uncloneable object of class stdClass in /wp-includes/cache.php. Adding the following to the PHP config fixed the error. Adding for wp-e-commerce plugin. Zendze1 compatibility mode = Off. Return clone $data;. Return unserialize(serialize($data) ;. Nginx Access Denied 403.
joshuaostrom.com
EC2 « Joshua Ostrom – riafan
http://www.joshuaostrom.com/category/ec2
Joshua Ostrom – riafan. RIA, embedded programming, what else! Archive for the ‘EC2’ Category. Okay here’s the steps to upgrade an existing Ec2 EBS instance to a larger box. 1) Right click on the instance and select Create Image (EBS AMI). This will take a few minutes. 2) Go to your snapshots and right click on the new snapshot you just made select Create Volume from Snapshot. 3) Create your new EC2 (larger) Instance. 4) Stop your new EC2 instance. 6) Detach the volume auto assigned to the new EC2 Instance.
joshuaostrom.com
RIA « Joshua Ostrom – riafan
http://www.joshuaostrom.com/category/ria
Joshua Ostrom – riafan. RIA, embedded programming, what else! Archive for the ‘RIA’ Category. Okay, had some extra time on my hands and I was curious about the 999 Tax plan, so I wrote a calculator that gives you a good idea of your current tax burden vs a 9% sales tax 9% income tax. http:/ 999calc.com. Setting up Blazeds ( Tomcat ) on Amazon Ec2 à la Ubuntu. See if we have it already. Sudo apt-get install sun-java6-jdk. If no repo add it. Sudo apt-get install sun-java6-jdk. Sudo /etc/init.d/apache2 ...
joshuaostrom.com
Upgrading Ec2 Instance « Joshua Ostrom – riafan
http://www.joshuaostrom.com/2011/11/10/upgrading-ec2-instance
Joshua Ostrom – riafan. RIA, embedded programming, what else! Okay here’s the steps to upgrade an existing Ec2 EBS instance to a larger box. 1) Right click on the instance and select Create Image (EBS AMI). This will take a few minutes. 2) Go to your snapshots and right click on the new snapshot you just made select Create Volume from Snapshot. 3) Create your new EC2 (larger) Instance. 4) Stop your new EC2 instance. 6) Detach the volume auto assigned to the new EC2 Instance. 7) Start your new EC2 instance.
joshuaostrom.com
Pentaho Kettle Scheduled Task: Windows « Joshua Ostrom – riafan
http://www.joshuaostrom.com/2010/07/08/pentaho-kettle-scheduled-task-windows
Joshua Ostrom – riafan. RIA, embedded programming, what else! Pentaho Kettle Scheduled Task: Windows. To run a Spoon/Kettle job from the command line (convenient for creating a scheduled task) use the following syntax:. Kitchen.bat /rep:”REPOSITORY NAME” /job:”JOB NAME” /dir:/LOCATION /user:USER NAME /pass:PASSWORD /level:Basic. Replace /job: with /file: to run a job from a file if you’re not using a repository. Click here to cancel reply. Mail (will not be published) (required). July 9, 2010 at 7:02 am.
joshuaostrom.com
Javascript « Joshua Ostrom – riafan
http://www.joshuaostrom.com/category/javascript
Joshua Ostrom – riafan. RIA, embedded programming, what else! Archive for the ‘Javascript’ Category. JQuery Tools Tooltip Positioning Fix. I started using jQuery Tool’s Tooltip today and ran into a position problem. When using bottom center the tooltip would position offscreen when the target was too close to the edge of the browser. The following ticket notes include a proposed patch. To quickly update the minified version with the proposed fix replace. G= "left"&&(f-=i);return{top:e,left:f}.
joshuaostrom.com
Nginx Access Denied 403 « Joshua Ostrom – riafan
http://www.joshuaostrom.com/2012/08/01/nginx-access-denied-403
Joshua Ostrom – riafan. RIA, embedded programming, what else! Nginx Access Denied 403. Ran into a 403 error serving up a dynamic PHP script with a non-standard ending. My nginx config correctly passed it to PHP FPM however, the extension needs to be added to security.limit extensions in the php fpm config. Click here to cancel reply. Mail (will not be published) (required). Brighter ideas through software innovations. Jostrom at dluminosity dot com j ostrom at hotmail dot com. Nginx Access Denied 403.
joshuaostrom.com
Flex OLAP Take Two « Joshua Ostrom – riafan
http://www.joshuaostrom.com/2010/06/15/flex-olap-take-two
Joshua Ostrom – riafan. RIA, embedded programming, what else! Flex OLAP Take Two. After running some OLAP benchmarks. It was obvious that a more scalable OLAP solution was needed. After some quick searching and downloading, I’ve wired up a scalable Flex OLAP UI. I downloaded and setup Mondrian from Pentaho. For my OLAP server. Mondrian supports XMLA making integration easy. I found a few Flex projects interfacing to OLAP via XMLA. The most robust appears to be Grebulon. Added the following JARs. Twitter ...