Category Archives: Wordpress

Best PHP Tools for Analyzing and Parsing PHP Code

Hi Friends, Today one important topic for web developers related to PHP tools for analyzing and parsing. Somany tools are available in PHP for developers. PHP language designed for web development purpose because it’s a sever side scripting language. And it is also used as a general purpose programming language. PHP is one of the… Read More »

Retrieve the current post title – WordPress

Hi, Now I discuss how to retrieve or fetch the current post title in wordpress. We can display the title in wordpress pages or we can put it on the banner images with heading. In wordpress, many inbuilt functions are provided for different operations. For fetch the current post title, the wordpress support get_the_title(), the_title(),… Read More »

Color Picker – HTML5

Hi Friends, Today I’m going to tell related to color picker in html. The HTML5 has many new features than HTML. It support <video>, <audio>, and <canvas&gt tags and also different input types support like input type=”text/date/color/…”. It look like Adobe Photoshop color picker. For selecting the color combination or single color, in PHP or… Read More »

An Introduction to SQL Data Types – PostgreSQL

Hi Friends, Everybody know that SQL is a structured Query Language is a computer language. It is used for storing, manipulating and retrieving data stored in relational databases. This article give you a basic idea about data types in PostgreSQL. SQL support standard language for relational database system. The all relational database management system like:… Read More »

Create mysql database – Cpanel

Hi Friends, Here we discuss, how to create mysql database in cpanel. All are familure with database and user creation in localhost using XAMP or WAMP. In cpanel, database and user creation is different. It’s very important for developing the web site and other useful applications. Following seven step helps you to how to create… Read More »

CSS Zoom Effect on Image Hover

Hi all Today we will discuss one interesting topic related to CSS code for creating zoom effect on image hover. In image hover there are many ways are available to add special effect. We can adding a zoom effect using CSS3 transition on image when the user hover the image. The CSS3 transition also provide… Read More »

Image With Shadow – CSS

Hi friends, Today I share one important topic related to CSS effect. Here I describe image box shadow using CSS3. Shadow is a powerful properties in CSS. CSS3 box-shadow properties allows you to create single or multiple, inner or outer drop-shadows. We can use these properties our site our needs. We can set the style… Read More »

SQL Query Interview Questions with Answers

Hi all, Today I share one important topic related to SQL. SQL query is very important. This article mainly focus sql query related to interview questions and answer. In this article, I am giving some examples of SQL queries with answer which is frequently asked when you go for a programming interview. The main advantages… Read More »