Montreal STM network crashes

Other sources have reported that the problem was not caused by one computer alone, but by a series of cascading failling computers on their network. Tremblay also stated that the network failure in June was caused by a router problem. To me it seems that it may be caused by the bad management of their network

Read More…

Lumia’s on Videotron network

According to reliable sources who prefer to remain annonymous  mobile carrier Videotron will also release the Nokia Lumia 800 and 900 on their network, after the release of the Nokia Lumia 710 in July. We hope this will be in the following month

How to remove images from RSS feed

Remove the following code lines from the file functions.php.  You will find this in the wp-includes folder.   function cwc_rss_post_thumbnail($content) { global $post; if(has_post_thumbnail($post->ID)) { $content = ‘<p>’ . get_the_post_thumbnail($post->ID) . ‘</p>’ . get_the_content(); } return $content; } add_filter(‘the_excerpt_rss’, ‘cwc_rss_post_thumbnail’); add_filter(‘the_content_feed’, ‘cwc_rss_post_thumbnail’);   And from Settings -> General make sure that View summary posts is

Read More…

All devices can be hacked

” Avi Rubin is Professor of Computer Science at Johns Hopkins University and Technical Director of the JHU Information Security Institute. Avi’s primary research area is Computer Security, and his latest research focuses on security for electronic medical records. Avi is credited for bringing to light vulnerabilities in electronic voting machines. In 2006 he published

Read More…

Videotron to release Nokia Lumia 710

  According to reliable sources who prefer to remain annonymous Videotron is going to release in July the Nokia Lumia 710 on their network, which is the first Nokia phone  running Microsoft Windows Phone 7.5 Mango in Canada. This was released in 2011, and better and upgraded versions were already released such as Nokia Lumia

Read More…

Point of no return for RIM

As you all may know things for RIM (Research in motion) haven’t been all good lately, and they became worse. Analysts had been expecting disastrous results, but it looks like that they were worse. The situation for RIM looks like they don’t have the strength to get back up from this blow. BkackBerry lost approximately

Read More…

Useful plugins for WordPress

Here are a couple of useful plugins that are worth mentioning for WordPress. SEO tools: 1. All in one  2. CBnet Ping  3. Google Sitemap 4. SEO Automatic Links 5. SEO Image 6. Sitemap Generator  7. Zemanta These SEO tools will help you optimize your blog accordingly and will make you save time while writing

Read More…

Useful tips for WordPress

Put this code in your .htaccess file. Usually it should be in your root, if not you can create one yourself.   RewriteEngine On RewriteCond %{HTTP_HOST} ^routersecure.com[nc] RewriteRule ^(.*)$ http://www.routersecure.com/$1 [r=301,nc]   This redirects routersecure.com to www.routersecure.com, helps SEO and lets Google know that it’s the same website.   # 480 WEEKS <FilesMatch “.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$”> Header

Read More…

Telecommunications Protocols

      Computers speak to each other’s over the biggest network which is the Internet over a TCP/IP protocol. The protocol is a standardised method for computers to be able to see each other and to browse web pages, transfer files over bigger networks. The main protocols are: IPX/SPX NetBIOS AppleTalk TCP/IP   The

Read More…