2 Wordpress Common Errors and Solutions.

2 Wordpress Common Errors and Solutions.

Today, I will discuss 10 wordpress problems and their solutions.
1. 500 Internal Server Error:
This is very common error and it mostly occurs when you move your blog/wordpress website from one host to another.
This issue has no connection with the .htaccess file as you will find as it is mention on many blogs and forums and [...]

Read more
Easy Approach – Equal height columns.

Easy Approach – Equal height columns.

In today’s tutorial, I am going to teach you the easiest way of equal height columns implementation.
In general design practice, it is very common that we get design which require 100% height of columns.
The common example is a design with left navigation with some links and content area on the right side of the page.
Most [...]

Read more
Round Corner – Jquery.Corner VS Nifty Corners.

Round Corner – Jquery.Corner VS Nifty Corners.

Today, we will take an overview of the javascript based round-corner/corner libraries.
 -  
The 1st thing which will be interesting for everyone, that’s the simplicity and documentation of  a programming library or application.
We can’t give good rank for nifty corners documentation. As they have defined it very briefly and you have to check the code of [...]

Read more

Build Spider/Crawler with PHP

PHPCrawl is a set of classes written in PHP for crawling/spidering websites, so just call it a webcrawler-library for PHP.

SOLUTION

The crawler “spiders” websites and delivers information about all found pages, links, files and so on to users of the library. By overriding a special method of the main-class users now decide what [...]

Read more

Characters Calculation of PDF Document with PHP

In this tutorial, We wil convert the document format also. We will convert pdf to text file through php and then read its content to calculate the number of characters in the file.

SOLUTION

It is quite simple to calculate characters of a pdf document. To accomplish this task. I willuse pdf2html [...]

Read more

Define Constants in Codeigniter.

Defining contants in codeigniter is easy but according to my point of view, I don’t like the procedure. But I have to provide solution to those who want to use constants.

SOLUTION

You can define the constants in the index.php present in the root directory of codeigniter. You can also include constant files in the [...]

Read more

Magento 5 Common Errors and Solutions.

Five Common Errors in Magento. Tweak your application for better performance

INTRODUCTION

Magento is an Ecommerce platform built for open-source technology.It is build on zend frame work.While using MAGENTO you face very common errors for example installation errors or Magento cannot login to the admin etc. which may create problems in application. Here are five common [...]

Read more

PHP Welcome Java

Java Integration with php is a lot easier with PHP/JAVA Bridge.

INTRODUCTION

The PHP/Java Bridge is an implementation of a streaming, XML-based network protocol, which can be used to connect a native script engine, for example PHP, Scheme or Python, with a Java or ECMA 335 virtual machine. It is more than 50 times faster than [...]

Read more