Start the VNC server on raspberry pi
ifconfig wlan0 to get your ip address on the pi.
Just ssh in as pi@your.ip.address
then run: from the command line
vncserver :1
Using vnc viewer you can then connect as your.ip.address :1
ifconfig wlan0 to get your ip address on the pi.
Just ssh in as pi@your.ip.address
then run: from the command line
vncserver :1
Using vnc viewer you can then connect as your.ip.address :1
A working media query for iPhones that is verified and in production
git blame droogle.module | grep James | wc -l
Ajax calls without bootstrapping Drupal every time! This module is bringing out jabber ajax calls from 1.5 seconds down to 60 ms !
https://www.drupal.org/project/js
Create a transparent background for an image in photoshop
1.) right click on the background layer on the right hand side of the screen.
2.) choose "duplicate layer"
3.) choose the magic wand from the skinny tools menu on the left.
4.) highlight the background areas to change over to become transparent, then click delete.
Put a dom element in memory and then search it.
var fullPreservedCourseList = $('.user-rows2');
var hidemeHTML = fullPreservedCourseList.find('#hidingme-152216').html();
var fullPreservedCourseListHtml = fullPreservedCourseList.html();
SET PASSWORD FOR ‘jbarnett’@'localhost’ = PASSWORD(‘text password’);
More on changing MYSQL passwords
Use the command:
composer global update
Use Composer's built-in command for listing packages that have updates available:
You can get the same information with the Composer's show command.
I just made this Ardruino Nano cubicle alarm. If anybody is within a few feet of your work cubicle, including behind me, the led will turn red.