Ways To Stay Safe When Connecting To The Internet!!!

0
A University of Salford exhibition at the Manc...

A University of Salford exhibition at the Manchester Science Festival will follow in the footsteps of Monty Python by asking: “What has the Internet has ever done for us?” The Family Telecommunications Exhibition is showing this weekend and features a collection of artefacts and demonstrations including the Morse telegraph, telephones, mobile phones, home computers, the Internet and much more. (Photo credit: Wikipedia)

Throughout the years, I have came to be very paranoid about how should I protect myself from the bad things that harbor along with the good things on the Internet.  It is never easy to weed out the bad things from the good things, therefore I always on the lookout for newer and better technology to protect myself from all Internet bad things.  To tell the truth, I don’t have anything to protect other than my online financial activities just like everybody does nowadays…  Banking nowadays can be done easily online, but sometimes the insecurity of doing it online can be even more stressful than doing it the traditional way — but nobody is sure that traditional way is anyway safer than banking online… get it?  Anyhow, since I’m so paranoid about online security over the years, to a great discomfort of mine, I think I have knew several ways to stay safe from strangers’ prying eyes when connecting to the Internet.  Of course, there are countless ways to skin this cat, and it’s an ongoing thing, but I have simply pooled the easiest and the most necessary ways that one can stay safe when connecting to the Internet into a video.  I hope this will help anybody who needs some guidance on how to stay safe when connecting to the Internet.  Also, this video will be something that I will gladly tell the people I know in real life who are very much ignorant about their online safety.  The video will prevent me from giving a long boring lecture, because it will be the boring lecture instead of me — avoid the wrath of the people who if ever need my help on online security.  So, if you need any guidance on staying secure when connecting to the Internet, why not check out my video right after the break.  Enjoy!

About these ads

Compressing A Website To Improve Its Speed

0

There are many ways to make your website loads faster, but in this blog post, I’ll mention the Zlib compression method for websites that are using PHP (i.e., scripting programming language).  According to what I’ve read so far on the Internet, Zlib not only can compress your PHP website to make it loads faster, it can also greatly reduce the amount of bandwidth that requires of your PHP/Apache server to serve the web requests to web browsers (i.e., website visitors’ browsers).  Of course, I’m not the one who had genuinely come up with this idea, and so I will produce the sources (i.e., on the information I write in this blog post) at the end of this blog post.

To have Zlib compression works for your PHP/Apache website, first you need to make sure that your PHP/Apache web server is actually has configured with Zlib module.  To do this, you can create a phpinfo test page to list the installed Apache and PHP modules.  An example of phpinfo test page can be found here.  To put this another way, you need to create a webpage ends with .php extension, and inside this webpage, you add an opening tag of php, a function of phpinfo (i.e., phpinfo();), and a closing tag of php to completely close the php program; don’t forget to save the php webpage so you can visit it through a browser to pull up the list of installed Apache and PHP modules.

Let say your php info test page confirms that your web server had configured with Zlib module.  Great!  All you have to do is to paste this tidbit of code which can be found here into your webpage, but make sure this very code goes above everything (i.e., above document types).  To put this in another way, you need to create an opening php tag, the php ob_start function (i.e., ob_start(‘ob_gzhandler’);), and to close up everything you add the closing php tag — this very code has to be above everything that resides inside your webpage.

There is another way to enable Zlib compression for your entire website by adding the right elements into your htaccess file.  Nonetheless, I’m still looking for the valid code for htaccess method.  The ob_start method (i.e., calling for ob_gzhandler function) is cumbersome for people who don’t use content management systems (e.g., WordPress, Drupal, etc…), because they have to add the php ob_start function (i.e., to call the ob_gzhandler function) to every webpage that they want to compress.  Luckily for WordPress users and other Content Management Systems’ users, because by adding the ob_start function to the headers of the websites’ templates (e.g., header.php, index.php, etc…) once — it suffices to say that such website owners have sufficiently enabling their websites to be compressed by Zlib.

To test to see if your website is actually compressed or not, you can visit here.  Another method is to download Google’s Page Speed extension for Chrome browser.  I believe Page Speed extension is also available for Firefox browser, but I’m not exactly sure on this.  You can find it out for yourself though!

Update:  Besides using Page Speed extension from your browsers (e.g., Chrome, Firefox), you can visit Page Speed Online to test out your website’s performance at pagespeed.googlelabs.com.

Update:  Also, you can try out webpagetest.org, because I find out this website has incorporated Page Speed into its test results for testing websites’ performances.

Sources:  http://www.desilva.biz/php/zlib.htmlhttp://php.net/manual/en/function.ob-gzhandler.phphttp://www.gidnetwork.com/tools/gzip-test.php.

Google Updates Results Dynamically

0

Google is testing and probably will make a new feature permanently of allowing results to be updated instantly while you’re typing in search keywords.

Source.