Getting the thumbnail image for a Vimeo video is very easy. Just use the following link, replacing the with the id of the video.
1 CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
Getting the thumbnail image for a YouTube video is very easy. Just use the following link, replacing the
You can delete files from the server with PHP’s file system function unlink() which will delete/remove the files. Using unlink you can removes all types…
Leave a CommentIn this post, I will show you how to Detect user State(active or idle) on the web page or on the element using JQuery. if…
3 CommentsRegular expression are very vital in any programming language, especially in web development we can use Regular Expression in verity of situation like User input…
Leave a CommentThe transitions properties allow us to set delay time while elements changing from one state(style) to another state(style). Note: If the duration part is not…
Leave a CommentArjun Forums – Version 1 Hey everyone, Arjun Forums is a PHP/MySQL Forums Software built on the Codeigniter Framework. Project is under Development Stage and…
Leave a CommentPHP has very powerful date handling functions and it makes TimeZone Conversion extremely simple. In some PHP application where we need to display date and…
Leave a CommentIt’s pretty easy to obtain the like count via Facebook’s Graph Api.This small code snippet given below uses FaceBook’s graph api and returns the likes…
6 CommentsIn this tutorial, I will cover the ZF2 installation on xampp for the windows operating system. 1 First, you need to download and install the…
2 CommentsCoding Standards place a vital role in any programming language for achieving a high code quality and to write more readable and clean code. Here…
1 CommentcURL is very powerful library, which allows transfer of data across a wide variety of protocols. I often use curl in my projects. here is…
Leave a CommentjQuery has become a popular choice among web designers and developers because of the user’s ability to create websites with more personalization schemes without the…
Leave a CommentPHP File Handling is very impotent for serious programmers, we often use File Handing methods in web development, In this post i will cover file…
1 CommentThis post is about codeigniter URI Segments, ci’s uri class is initialized automatically by the system. with the help of uri segments we an get…
1 Comment