In this post, I would like to show you how to enable WordPress post thumbnails on your WordPress theme. Post thumbnails are pretty useful and…
Leave a 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.
I often Use Image Data URIs for large-scale applications depending on client requirement(not supported in IE7 and below). Data URI: The data URI scheme is…
Leave a CommentWe can set or change front page or home page of YII Driven web Application with simple Changes, we can do this with changing a…
1 CommentIn this post, we are going to discuss alphabet navigation, before that do you know How to generate alphabets in a loop with PHP built-in…
Leave a CommentThis Tutorial takes you through How to make a PHP Image Uploading Script, rather than uploading images to a database this tutorial shows you how…
Leave a CommentWhen Making links with Background images to keep text visible to search engines or text-to-speech applications we use Text indent about large negative values to…
Leave a CommentYou can Configure the CodeIgniter to Dynamically distinguish between development, test and production servers, It’s Better to keep your Development, testing, and production Config options…
Leave a CommentIn general, we write all validation rules in Controllers, This is perfectly fine, but can lead to a large amount of validation code within your…
1 CommentCodeIgniter is a PHP framework, CodeIgniter has a number of helpers and libraries, which will reduce the development time and we can write more reliable…
41 CommentsCodeIgniter is a PHP framework, CodeIgniter has a number of helpers and libraries, which will reduce the development time and we can write more reliable and bugs free…
9 CommentsWe can pass multiple Callback function to array_map with use of anonymous function , just pass the anonymous function as arguments to array_map() function ,…
Leave a Commentyou can get base url of codeIgniter applicatoin with $this->config->base_url();, you can also call base_url(), but to use the function you need to load codeigniter…
Leave a CommentIn CodeIgniter you can get current page URL using CodeIgniter URL helper function current_url(). Now you knew how to get current page URL, then append…
4 CommentsIn this programming tutorial, you will learn page Redirection using PHP. you can use header() function in PHP or use meta to redirect to a…
Leave a CommentUsually, when we run a Yii website, the URL will have index.php after the hostname. To remove this in appache web server, we need to…
1 Comment