Posts Tagged ‘PHP’

CakePHP- What Makes it the #1 Choice for Large Scale Web App Development

Comments Off

CakePHP the rapid development PHP framework.

The rapidly growing success and popularity of PHP development has given birth to numerous frameworks which have been effectively utilized for developing web services and solutions with a difference. CakePHP is one such PHP framework, which is open source in nature and comes loaded with a set of libraries for the web programming professionals. Today, in this post, I will be looking at some of the most remarkable features of CakePHP which have made it the first preference of developers who are looking ahead to develop large scale web applications using PHP. Continue Reading »

A Comprehensive Guide to Creating PHP Contact Form of the Nature of the iPhone Slider

Comments Off

PHP Contact Form of the Nature of the iPhone Slider

To run a successful website, you need a concoction of several methodologies which combined pour in the best results for you. Now, among all those significant methodologies, collecting data pertaining to your website’s users – new and existing – is right up there among the most effective methods. And when you talk of collecting data and fetching the feedback from your users, contact form is the go-to source. Continue Reading »

How To Display Author’s Comment Count in WordPress Without a Plugin

In this tutorial, I will show you how to display the number of comments an author has posted in the post´s comment section without the need of a plugin, as shown in the image below:

Counting Author's Comments.

Everytime someone leaves a comment on any post, the Author´s comment total count will show up next to his/her name.

Continue Reading »

How To Display & Modify Allowed HTML Tags in WordPress Comments | allowed_tags

In this tutorial I will show you how to display the WordPress default allowed HTML Tags list for the comment form on your WordPress blog, as shown in the image below:

Add Notice for Comments: Allowed default HTML Tags and attributes.

Also, I will show you how to modify the allowed HTML tags and attributes list to fit your needs. I will show you how to remove tags from the default list and how to add HTML tags to the list for the Comment textarea in WordPress. Continue Reading »

CodeLobster Integrated Development Environment (IDE) – Review

Comments Off

CodeLobster is a code editor for PHP, HTML, JavaScript and CSS. A shareware product that offers code debugging, syntax highlighting, dynamic help, auto-complete, class view and other features that helps with coding. Codelobster PHP Edition streamlines and simplifies PHP development process. You don’t need to keep in mind names of functions, arguments, etc. It is implemented for you in the auto-complete feature for PHP, HTML, JavaScript and even CSS. Continue Reading »

WordPress Tip: How To Separate Comments From Trackbacks & Pingbacks Using wp_list_comments Function

In this tutorial, I will show you how to separate pings (Trackbacks & Pingbacks) from comments when using the wp_list_comments() function in WordPress. The wp_list_comments() function is located in the comments.php file in your theme´s folder.

The wp_list_comments() purpose is to display all comments (including Trackbacks & Pingbacks) for posts based on a variety of parameters including ones set in the dashboard in Settings -> Discussion panel. Continue Reading »

WordPress Tip: How To Exclude Pages From wp_nav_menu Function

In this tutorial, I will show you how to exclude certain pages from the navigation menu when using the wp_nav_menu() function in WordPress. The wp_nav_menu() function is usually located in the header.php file in your theme´s folder.

To my surprise, I discovered that the wp_nav_menu() does not contain “exclude” as one of its parameters. So in this case, how to prevent certain pages from showing up in the menu? Continue Reading »

How To Add HTML Sitemap For Custom Post Types in WordPress

In this tutorial, I will show you how to dynamically display an HTML Sitemap for Custom Post Types in WordPress without the need of a plugin. Dynamically means that the Sitemap updates automatically with every new Custom post added. Yes, there are plugins that add an HTML Sitemap to your blog. But I encourage you to read my previous post about unnecessarily adding plugins to your theme, and you don´t need a plugin for such a simple task. Continue Reading »

How To Add a Dynamic HTML Sitemap in WordPress Without a Plugin

WordPress HTML sitemap.In this tutorial, I will show you how to dynamically display an HTML sitemap for your WordPress blog without the need of a plugin. Dynamically means that the sitemap updates automatically with every new post and other blog changes. Yes, there are plugins that add an HTML sitemap to your blog. But I encourage you to read my previous post about unnecessarily adding plugins to your theme. Continue Reading »

How To Display the Author Profile Box in WordPress Without a Plugin

In this tutorial, I will show you how to easily develop and display the Author´s Bio box in your WordPress posts without the need of a plugin. Probably you already have seen some Websites displaying the Author´s profile at the end of each post and you wonder how it is done.

Are you putting a face to your articles? Continue Reading »