Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts
Implementing Spell Check in PHP using Pspell

Implementing Spell Check in PHP using Pspell

If you want to implement spellcheck functionality in PHP then believe me, there is no easy way to do it. PHP has some built in functions t...
How to create new helpers in Magento custom module

How to create new helpers in Magento custom module

1 comment
Magento's Helper classes contain utility methods that will allow you to perform common tasks on objects and variables. Sometimes you m...
How to Add Translation to Custom Module in Magento

How to Add Translation to Custom Module in Magento

3 comments
If you are a Magento extension or module developer then you might want to internationalize your module/extension by translating it into d...

Add color picker in Magento Admin Configuration Page

3 comments
Sometimes you may want to add color picker in the admin configuration page of your Magento module or extension. You may think this as a big...

Upload Files from Android to Server Using Multipart Post Entity

25 comments
Uploading files and data from an Android device to a server is not a big deal until you are doing this on a high end (high memory) device. ...
How to Generate HTML elements using PHP

How to Generate HTML elements using PHP

6 comments
Recently I faced a situation in which I needed to generate HTML documents using core PHP. When I searched php.net I came out with very inte...

Extract the Content of Zip file Using PHP

4 comments
Sometimes you may want the users on your site to upload the zip file and then check what are the contents of that zip file. In this article...
Highlight Threaded Author Comments on Blogger - The Simplest Way

Highlight Threaded Author Comments on Blogger - The Simplest Way

4 comments
If you have implemented the threaded comments on your blogger blog then it is a bit tricky to highlight the author comments. The template h...
Add New Column to Existing Database Table in Magento

Add New Column to Existing Database Table in Magento

4 comments
While writing codes for Magento, sometimes you would like to add new columns to existing tables in Magento database. These situations arise...
Insert 'Read More' button in Blogger Imported posts in Wordpress

Insert 'Read More' button in Blogger Imported posts in Wordpress

1 comment
If you have just imported your posts and comments from Blogger to WordPress then you might have faced two problems: 1. There is a '...
How to create custom module in TikiWiki

How to create custom module in TikiWiki

TikiWiki or simply Tiki, is a free and open source wiki-based, content management system and Online office suite written primarily in PHP....

Create Custom Tab in Magento Product Add/Edit Page

11 comments
If you are trying to add a custom tab to the product add/edit page in Magento admin, then you are at the right place. Today I will tell you...

Upload photos to Facebook Fan Page using PHP

89 comments
After writing the article on Uploading photos to Facebook albums , I though it would be a good idea to tell my readers how to upload photos...

How to Create Your First Google Chrome Extension

1 comment
This time I have created my first Google Chrome Extension - 'TwitFinder'. TwitFinder is a simple extension that allows you to retrie...

Creating Custom Configuration Options in Magento Admin

30 comments
As a Magento developer you frequently encounter the Configuration page of Magento admin backend. But have you ever noticed how these configu...
How to Generate MS-Excel file using PHP

How to Generate MS-Excel file using PHP

5 comments
After writing PDF file with PHP, I think it will be nice to write an excel file with PHP. The script is very simple. There are different fun...
How to Fix Admin Login Problem in Magento

How to Fix Admin Login Problem in Magento

9 comments
The Problem The problem will manifest itself as a redirect back to the login screen, even though you typed the right username and password. ...
How to Generate PDF file using PHP

How to Generate PDF file using PHP

18 comments
It is very important to generate PDF documents in the corporte world. E-Commerce applications developed in PHP provide this functionlity. So...

JavaScript

Magento

back to top