Summer has come and the temperature rises to more than 30 degrees as shown on a smart meter in my house. The sunglass is a favorite/must-have gadget that you …
The Workflow is an app for the Apple iOS. It allows users to chain a list of actions easily. Workflow can be integrated with IFTTT as well. Users can …
Bing uploads a daily wallpaper, and we can show today’s Bing wallpaper via the following PHP function. <?php function display_daily_bing_wallpaper() { $bing_daily_image_xml = file_get_contents('http://cn.bing.com/HPImageArchive.aspx?idx=0&n=1'); preg_match("/<urlBase>(.+?)<\/urlBase>/ies", $bing_daily_image_xml, $matches); $bing_daily_img_url= 'https://s.cn.bing.com' …
Whilst we may all be instantly familiar with casino games like slots, blackjack and roulette, when it comes to coding for the gaming sites, it requires consideration of several …
This post shows you how to parse and download the .m3u8 Video file using the PHP and Javascript. Some video URLs are represented by .m3u8 extension, which is basically …
In case you didn’t notice , I have added an button/link to allow inline chrome extension without leaving the current page/site. When the users click the button on the …