Quantcast
Channel: Axelology
Browsing all 33 articles
Browse latest View live

Installing Aptana Notes

Install Aptana Studio 3 http://aptana.org/products/studio3/download Install Git for Mac http://code.google.com/p/git-osx-installer/downloads/list?can=3 Logout and log back in for git PATH to take...

View Article



xcode love it

NOTTTTT I hate all of the different issues with xcode versions, ios versions, phonegap versions, childbrowser.js not working on ios 4.3… etc… I’m upgrading from xcode 4.1 > 4.3 so i can have ios 5,...

View Article

Testing IE in Mac

Very nice. Windows: http://www.howtogeek.com/102261/how-to-run-internet-explorer-7-8-and-9-at-the-same-time-using-virtual-machines/...

View Article

Adobe CQ userInfo

When you use the default foundation component “userInfo” be sure that in headLibs.jsp you include <cq:include path="analytics" resourceType="cq/analytics/components/analytics"/> <cq:include...

View Article

yahoo ui builder

Note to self: use this: http://developer.yahoo.com/yui/grids/builder/

View Article


install npm windows

http://csell.net/2011/10/20/setting-up-npm-for-node-js-on-windows/

View Article

Using Git/SSH on windows

http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/ http://stackoverflow.com/questions/2499331/git-with-ssh-on-windows...

View Article

GIS query mysql

zip_code.sql CREATE FUNCTION `earth_distance_miles`(p1 point, p2 point) RETURNS int(11) RETURN ((ACOS(SIN(x(p1) * PI() / 180) * SIN(x(p2) * PI() / 180) + COS(x(p1) * PI() / 180) * COS(x(p2) * PI() /...

View Article


Apache proxy config

do this if you want to fake out your webserver to request something from somewhere else (aka some file hosting place instead of you, so it doesnt eat up your bandwidth) ServerName twintech DocumentRoot...

View Article


WampServer with PHP 5.4.3 fails to load Curl extension [Solved]

After starting the WampServer on x64 with PHP 5.4.3, you see the following error: PHP Startup: Unable to load dynamic library ‘…/php_curl.dll’ – The application has failed to start because its...

View Article

MySQL function to get totals from another table

Sometimes when you want to run reports on users, maybe that have sales orders associated to them, you maybe just want to put a total into the row. Of course you could do this by looping and run a query...

View Article

Setup Selenium in Eclipse Galileo

Integration Testing can be a very powerful tool when developing. Ever had a long project run on, that has many complicated steps and different roles and approval systems? Automate the testing, of a web...

View Article

Symbolic links sublime Text 2

Create a symbolic link on mac to sublime text 2, so you can use it at command prompt without editing your bash file… ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl...

View Article


Selenium Testing Javascript variables

Using Selenium 2.5 Webdriver for Java, see how to create a base class, and extend it to be able to reuse integration tests, this does a simple test on the url to make sure it's not redirecting.

View Article

Notes to self Jenkins Mac OSX start stop

http://www.luscarpa.com/snippets/jenkins/start-stop-jenkins-daemon-on-mac-os-x/ Start Jenkins: sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist Stop Jenkins: sudo launchctl unload...

View Article


Notes To Self: uninstall Jenkins Mac

stack overflow Something like this: sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist sudo rm -rf /Applications/Jenkins “/Library/Application Support/Jenkins”...

View Article

Notes To Self: Jenkins change default port Mac OSX

I have a webserver running on my mac, and it happens to already be running on port 8080, which is jenkins default port, so i need to change it…. I found a good stackoverflow on this, and want to repost...

View Article


Notes to self: Coreaudiod goes crazy

The other day, I was trying to uninstall a program and so happened to delete my /Library folder on mac, which I then restored from another machine… after a restart, some craziness started happening,...

View Article

Eclipse Juno Install process selenium

Download Eclipse Juno: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR1/eclipse-java-juno-SR1-macosx-cocoa-x86_64.tar.gz after install run this update....

View Article

Installing Brunch.io on windows

1. Install nodejs http://nodejs.org/download/ (i’m using 0.8.14) http://blog.nodejs.org/2012/10/25/node-v0.8.14/ 2. open cmd 3. reference(http://brunch.io/) execute “npm install -g brunch@1.4.0” 4....

View Article
Browsing all 33 articles
Browse latest View live


Latest Images