Team meeting and SCRUM strategy
Mondays Email from Lead Project Manager to All Staff with bullets outlining the coming week’s work to be accomplished by each resource. This benefits each employee to know what is expected of them, and lets the product and management team have a
Team meeting and SCRUM strategy
Mondays Email from Lead Project Manager to All Staff with bullets outlining the coming week’s work to be accomplished by each resource. This benefits each employee to know what is expected of them, and lets the product and management team have a
Client Support: Keywords and META
Q: How do I determine the words that allow people to find my website easily? Is that through my wordpress back end?
A: What you are looking to do is alter your HTML head code by adding meta tags. Meta is the information used by websites like Google to learn about your web sites.
Client Support: Keywords and META
Q: How do I determine the words that allow people to find my website easily? Is that through my wordpress back end?
A: What you are looking to do is alter your HTML head code by adding meta tags. Meta is the information used by websites like Google to learn about your web sites.
The “Make-It-Fun Community Web-Dev Thinkubator”
TEDTalks. What a great execution of a fabulous concept: give brilliant minds a forum to speak to the world. Recently I watched a talk by Temple Grandin (The world needs all kinds of minds), legendary livestock facility designer, about how
The “Make-It-Fun Community Web-Dev Thinkubator”
TEDTalks. What a great execution of a fabulous concept: give brilliant minds a forum to speak to the world. Recently I watched a talk by Temple Grandin (The world needs all kinds of minds), legendary livestock facility designer, about how
Google Map API V3 – Lat and Long values change
I was struggling with this for a while and have now learned 2 valuable things. 1. I solved my problem where Google Maps API was changing the internal variable names of it’s Latitude Longitude object, which was intermittently causing me
Google Map API V3 – Lat and Long values change
I was struggling with this for a while and have now learned 2 valuable things. 1. I solved my problem where Google Maps API was changing the internal variable names of it’s Latitude Longitude object, which was intermittently causing me
Ye olde ‘Measure Twice, Cut Once’ strategy
Leading a team has taught me that there is rarely a poor worker, just different skills and styles.
Ye olde ‘Measure Twice, Cut Once’ strategy
Leading a team has taught me that there is rarely a poor worker, just different skills and styles.
Map comment location with geocode on Google Map
In this post you will see how I cobbled together information from other genius people to create a plotting of a commenter’s supplied geographic location. To do this I extended the comment field to accept location, built a new feed
Map comment location with geocode on Google Map
In this post you will see how I cobbled together information from other genius people to create a plotting of a commenter’s supplied geographic location. To do this I extended the comment field to accept location, built a new feed
swfupload not working in ie9
This is a sneaky issue. Most of the time IE9 resolves issues, but in this case… the trusty ol’ SWFupload.js script stopped working in IE9. What happens is the the browse button simply doesn’t execute, therefore not allowing the user
swfupload not working in ie9
This is a sneaky issue. Most of the time IE9 resolves issues, but in this case… the trusty ol’ SWFupload.js script stopped working in IE9. What happens is the the browse button simply doesn’t execute, therefore not allowing the user
Ladies Learning Code mentorship
I recently participated in an intensive JavaScript mentorship program with the super excellent and so well done Toronto organization Ladies Learning Code. My role was a simple one, be available for a 9-5 work shop attended by women who are
Ladies Learning Code mentorship
I recently participated in an intensive JavaScript mentorship program with the super excellent and so well done Toronto organization Ladies Learning Code. My role was a simple one, be available for a 9-5 work shop attended by women who are
How to connect to a web server with FTP
Here is a basic tutorial on how to connect to a remote web server from your computer using an FTP client.
How to connect to a web server with FTP
Here is a basic tutorial on how to connect to a remote web server from your computer using an FTP client.
Hiding keywords in HTML = bad practice
It is inadvisable to hide text on the HTML in the method previously used on aura.net. Google uses a clever algorithm and actually penalizes sites that try to trick it, placing keywords in hidden text is against search engine guidelines. A quick Google search for ‘hiding keywords in html’ will show many discussions regarding how Google ‘will get you’ and regards the practice as equivalent to ‘spamming’.
Hiding keywords in HTML = bad practice
It is inadvisable to hide text on the HTML in the method previously used on aura.net. Google uses a clever algorithm and actually penalizes sites that try to trick it, placing keywords in hidden text is against search engine guidelines. A quick Google search for ‘hiding keywords in html’ will show many discussions regarding how Google ‘will get you’ and regards the practice as equivalent to ‘spamming’.