note for self: hiding a dynamic field, based on a certain radio button being selected if(xfa.resolveNode(“form_some_id.#subform.some_field.some_radio_buttonField[4]”).rawValue == null){ this.presence = “hidden”; }
note for self: hiding a dynamic field, based on a certain radio button being selected if(xfa.resolveNode(“form_some_id.#subform.some_field.some_radio_buttonField[4]”).rawValue == null){ this.presence = “hidden”; }
Motorola Motocare Motorola over the past month has been a complete disappointment. I have had some phone issues with the Moto X Gen 1, numerous issues, enough to where my phone has maxed out verizons insurance, and so I had to buy secondary insurance. I’ve bought 2 phones for the full price and finally I […]
I was getting an issue installing brunch today, and this was some of the output npm http GET https://registry.npmjs.org/node-gyp npm ERR! Error: SSL Error: CERT_UNTRUSTED npm ERR! at ClientRequest.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:440:26) npm ERR! at ClientRequest.g (events.js:185:14) if you get this try this command npm config set ca “”
Code: https://www.dropbox.com/s/6yuwnn9rzem28y4/stairs.ino Arduino Stair Lighting – Final step. Parts List: http://www.axelscript.com/2014/02/06/arduino-uno-led-stair-lighting/ Video: http://youtu.be/YSPgSEaD4-s Code: https://www.dropbox.com/s/6yuwnn9rzem28y4/stairs.ino
The goal of this is to use an Arduino UNO to light my stairs when there is motion. This project is to show a concept that I don’t have in place yet, so you’ll only see the concept in the video, after I get everything in place, I’ll make another video to show the finished […]
Using a potentiometer to turn a servo via an arduino uno, and some code. Here is the video http://www.youtube.com/watch?v=3MyjufWWzFQ #include <Servo.h> Servo myservo; // create servo object to control a servo int sensorPin = A0; // select the input pin for the potentiometer int servoPin = 13; // select the pin for the LED int […]
http://www.onlamp.com/pub/a/onlamp/2008/03/04/step-by-step-configuring-ssl-under-apache.html
Using Brunch Banapancakes when coming from brunch eggs and bacon. Brunch is an assembler to assemble html js bootstrap, with backbonejs apps. There are a number of things brunch does, and one of its skeletons is to use Bootstrap. The Problem If you came up old school ( a whole year ago ) Node was […]
Query for the facebook api to get posts related to a subject, this will get all posts that have the word “read” in it. SELECT post_id,actor_id, target_id,message FROM stream WHERE filter_key = ‘others’ AND strpos(message, ‘read’) >= 0 Debug on facebook
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. http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp Download Subclipse: http://marketplace.eclipse.org/content/subclipse#.UN3Ta4njl6o Install TestNG http://beust.com/eclipse
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, after looking at activity monitor I found that coreaudiod was going crazy, 130% cpu usage. Here is what i did to […]
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 /Library/LaunchDaemons/org.jenkins-ci.plist
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 side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail The php_curl.dll library is bugged […]
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 “/Library/WebServer/Documents/twintech” DirectoryIndex Main.html ProxyPass /um/ hhttp://somefilehosting.com/myaccount/um/ ProxyPassReverse /um/ http://somefilehosting.com/myaccount/um/ ProxyPass /assets/ http://somefilehosting.com/myaccount/assets/ ProxyPassReverse /assets/ http://somefilehosting.com/myaccount/assets/
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() / 180) * COS((y(p1) – y(p2)) * PI() / 180)) * 180 / PI()) * 60 * 1.1515) SELECT earth_distance_miles( ( SELECT location FROM […]
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 http://stackoverflow.com/questions/6515039/jenkins-git-permission-denied-publickey https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin http://www.imranulhoque.com/project-management/inegrate-assembla-git-on-windows-machine-issue-solved/
http://csell.net/2011/10/20/setting-up-npm-for-node-js-on-windows/
Note to self: use this: http://developer.yahoo.com/yui/grids/builder/
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 path=”clickstreamcloud” resourceType=”cq/personalization/components/clickstreamcloud”/> it includes a CQ_Analytics class that the default logout() function uses.
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« Oct | ||||||
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |