Skip to content
unlock SD card

How to unlock sd card password

Download facebook videos

How to download Videos from Facebook

Have you ever come across a video on Facebook that you wanted to download to view later on?

One way that you can save a copy of the video on Facebook is to use the save on facebook features

But that only let’s you bookmark the video to view later on.

What if you lost your original video file and you want to upload it to another social network such as Instagram or Youtube?

Instead of spending hours re-creating your video, you can download a copy from Facebook.

Read More »How to download Videos from Facebook

Yii

Remove index.php in the url of Yii website

Complete URL management for a Web application involves two aspects:

  1. When a user request comes in terms of a URL, the application needs to parse it into understandable parameters.
  2. The application needs to provide a way of creating URLs so that the created URLs can be understood by the application.

For a Yii application, these are accomplished with the help of CUrlManager.

Yii is one of favourite php framework of all time. Here we give another one hidden secret of Yii which is very helpful for changing the URL structure to your application for more convenient reading.

Read More »Remove index.php in the url of Yii website