• Home
  • Contact Me
  • Store
WordPress Tavern
Where Every Drink Is On The House
Browse: Home / montreal
WordCamp Montreal 2011 Looking For Speakers

WordCamp Montreal 2011 Looking For Speakers

By Jeffro on March 22, 2011

wordcamp montreal logoWordCamp Montreal has recently announced that they have nailed down a date of July 9th-10th 2011 while the venue quite possibly will be UQAM like last year. While the website devoted to the event used to be WPMTL.org, the new website is WCMTL.org. WordCamp Montreal is one of those unique events where speakers and sessions intertwine with both the English and French languages presenting some diversity. Early bird tickets are currently at a discount of $30.00 which will soon be raised to $40.00 so register now if you’re interested in attending. Last but not least, WordCamp Montreal is currently seeking sponsors as well as speakers. If interested in speaking, please go through their speaker application process.

I wonder if Ron and Andrea will be making the trip to Montreal this year?

Posted in Meetups | Tagged montreal, speakers, wordcamp | 3 Responses

Review Of WordCamp Montreal 2010

Review Of WordCamp Montreal 2010

By Jeffro on September 6, 2010

Joachim KudishThis is a guest blog post written by Joachim Kudish, author of the blog, http://jkudish.com/. You can also follow him on Twitter.

WordCamp Montreal 2010 was held on (August 28th and 29th) in Downtown Montreal (at the UQAM Coeur des Sciences venue). The two-day conference was a success with over 300 attendees. The venue was divided into two rooms, one serving more beginner topics (such as A beginner’s guide to WordPress) and the other more advanced ones (such as Tweaking plugins to be 3.0 Network-Compatible).

Attendees were well treated with T-Shirts, the usual selection of stickers, breakfast and lunch (during both days), a special cupcake appearance and a great after-party. One could tell that the event was a success by the amount of tweets on the #wcmtl hashtag on twitter. The infamous Rennick family drove down all the way from New-Brunswick for the event. Both Ron and Andrea gave amazing talks, all whilst volunteering at the registration desk and providing cupcake security. Andrea’s talk was particularly enjoyed by the crowd who let away lots of laughs.

All of the presentations can be found here (most have slides up on slideshare), and you should check out the awesome photos of the event on flickr. I also hear that videos of the event are scheduled to pop up soon!

WordCamp Montreal was organized by Jeremy Clark, Brendan Sera-Shriar and Shannon Smith and was the 2nd WordCamp for Montreal (first one was in 2009).

During the event, an important decision was made for the Montreal WordPress community. WordPress meetups will be held on a bi-monthly basis, where WordPress users can get together to chat about their favorite piece of software.

Posted in Meetups | Tagged canada, montreal, wordcamp, wordpress | 4 Responses

WordCamp Montreal August 28th-29th

WordCamp Montreal August 28th-29th

By Jeffro on August 19, 2010

For my friends north of the border, if you’re anywhere near Montreal around the end of August, consider attending WordCamp Montreal which is a two day event focused on WordPress. The culturally diverse city transpires into WordCamp as English and French are both well represented. The cost of admission is $40.00 and includes a T-Shirt with lunch. There will also be a special deal for those in attendance with $1.00 hosting from Netfirms.

The first Montreal WordCamp took place in July 2009 and was a great success. I don’t see how the 2010 version could be any less.

Posted in Meetups | Tagged events, meetups, montreal, wordcamps | 1 Response

Top 5 WordPress Security Tips You Most Likely Don’t Follow

Top 5 WordPress Security Tips You Most Likely Don’t Follow

By Jeffro on August 9, 2009

Brad WilliamsThis is a guest blog post written by Brad Williams, author of the blog, Strangework.com. He’s also a developer for WebDevStudios.com

I recently gave a presentation at WordCamp Montreal on WordPress Security. While doing research for my presentation I came across a bunch of great WordPress Security tips that all WordPress users should use. Surprisingly, a good majority of these tips are not usually followed. Below is a list of the top 5 tips that most WordPress administrators do not do, but should:

1. Don’t use the admin account – The default user account that is created with every installation of WordPress is the admin account. Unfortunately the entire world knows this, including hackers, and can easily launch a dictionary attack on your website to try and guess your password. If a hacker already knows your username that’s half the battle. It’s highly recommended to delete or change the admin account username.

2. Move your wp-config.php file – Did you know since WordPress 2.6 you can move your wp-config.php file outside of your root WordPress directory? Most users don’t know this and the ones that do don’t do it. To do this simply move your wp-config.php file up one directory from your WordPress root. WordPress will automatically look for your config file there if it can’t find it in your root directory.

3. Change the WordPress table prefix – The WordPress table prefix is wp_ by default. You can change this prior to installing WordPress by changing the $table_prefix value in your wp-config.php file. If a hacker is able to exploit your website using SQL Injection, this will make it harder for them to guess your table names and quite possibly keep them from doing SQL Injection at all. If you want to change the table prefix after you have installed WordPress you can use the WP Security Scan plugin to do so. Make sure you take a good backup before doing this though.

4. Use Secret Keys – This is probably the most followed security tip on the list, but still I’m amazed at how many people don’t do this. A secret key is a hashing salt that is used against your password to make it even stronger. Secret keys are set in your wp-config.php file. Simply visit https://api.wordpress.org/secret-key/1.1 to have a set of randomly generated secret keys created for you. Copy the 4 secret keys to your wp-config.php file and save. You can add/change these keys at any time, the only thing that will happen is all current WordPress cookies will be invalidated and your users will have to log in again.

5. htaccess lockdown – This is actually my favorite tip from my presentation. Using a .htaccess file you can lockdown your wp-admin directory by IP address. This means only IP addresses you specify can access your admin dashboard URLs. This makes it impossible for anyone else to try and hack your WordPress backend. To do this simply create a file called .htaccess and add the following code to your file, replacing xxx.xxx.xxx.xxx with your IP address:

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Access Control"
AuthType Basic
order deny,allow
deny from all
#IP address to Whitelist
allow from xxx.xxx.xxx.xxx

You can add multiple “allow from” lines so make sure to add any IP addresses you plan on accessing your site from (ie Home, Office, etc). Remember most ISP use dynamic IPs so your IP address might change on occasion. If you get locked out just update your .htaccess file or delete it all together. This obviously is not a good tip if you allow open registrations as you need to allow your users access to wp-admin.

So, how many of these tips do you follow regularly?

You can view my full WordPress Security Presentation from WordCamp Montreal below and view my slides (Canadian flags and all!) here:

Posted in WordPress | Tagged brad williams, montreal, security, tips, wordcamp | 59 Responses

Virtual WordCamp Virtually Disappears

Virtual WordCamp Virtually Disappears

By Jeffro on July 29, 2009

Back on July 3rd, I published an article about the first WordCamp event to take place on line giving it the name, Virtual WordCamp. I wasn’t the only one to take issue with the fact that the price to attend a Virtual WordCamp was higher than a physical event. Not only that, but some people argued that WordCamps are all about networking and getting together in a physical location and not virtually.

Fast forward to today, and VirtualWordCamp.com no longer loads. The site is gone. Instead, it’s been replaced with VirtualWordWeek.com. The new site removed the mention of WordCamp while also providing more details as to who the event is targeted for. But how did this come about? Was it a change of heart?

I have it on very good authority that higher ups in the WordPress community took note of VirtualWordCamp. They didn’t like what they saw and ended up with an email exchange with the organizer of the event. Because WordCamp has a fundamental meaning that is explained on WordCamp.org, on the surface, it looked like VirtualWordCamp was geared to take advantage of the WordCamp term and make a ton of money off of the event. If there is one thing WordCamp is not about, it’s money.

During WordCamp Montreal, Matt Mullenweg participated in a Q&A session. One of the questions came from me delivered via Brad Williams to Matt. The question was: Does Automattic have any plans on trademarking the term WordCamp as they have done for WordPress? Matt’s answer: There is probably going to be a trademark for WordCamp but it will be under the non profit side of things, under the WordPress Foundation. The Nascent foundation. However, Matt believes that the meanings of WordCamp and WordPress should be protected and upheld by the community. Via community pressure. However, Matt believes that trademarks should be used as a nuclear option.

Regarding the WordPress foundation, I have some info on that but I’ll be putting a post together that highlights the benefits of this foundation and what it’s possible purpose will be.

Posted in News | Tagged foundation, montreal, non-profit, virtual wordcamp | 4 Responses

WordCamp Montreal A Success

WordCamp Montreal A Success

By Jeffro on July 14, 2009

montrealmetblogThe feedback is starting to come in regarding this past weekends WordCamp Montreal event which I followed on Twitter and it looks like the event was a success. At least one person, Laura Roberts has published her thoughts and lessons learned while attending the event. She also highlights the fact on why you should be backing up your site on a regular basis and then downloading those backups onto a hard drive or some other media. You can read Laura’s experience from the event here. I also wanted to say congratulations to Brad Williams of WebDevStudios.com for putting on a great presentation discussing WordPress Security which you can also view online here.

This weekend, it’s WordCamp UK. If you want to follow along via Twitter, here is the hashtag to follow #wordcampuk.

Posted in Meetups | Tagged learned, lessons, montreal, wordcamp | 2 Responses

© Copyright WPTavern 2012 All rights reserved About / Poll Archive / Site Archive // Powered by WordPress Mtn. Dew And Hybrid