Quantcast
Channel: PHP Blog Spot
Browsing all 42 articles
Browse latest View live

WordPress Web Service

WordPress Web Service (WPWS) is used to access WordPress resources via WSDL and SOAP. It allows you to connect WSDL enabled software like Adobe Flex / Flash Builder, Microsoft Visual Studio, PHP, J2EE,...

View Article


Y!Weather

YWeather getting and displaying the weather on your blog. This plugin is extremely simple. It displays the temperature in celcius or fahrenheit and an illustration of the current weather. The CSS is...

View Article


NextGEN Gallery

WordPress Gallery Plugin NextGEN Gallery is the most popular WordPress gallery plugin, and one of the most popular WordPress plugins of all time, with over 12 million downloads. It provides a powerful...

View Article

The Events Calendar

Installing the plugin is easy. Just follow these steps: From the dashboard of your site, navigate to Plugins –> Add New. Select the Upload option and hit “Choose File.” When the popup appears select...

View Article

WordPress Event Calendar

Spider Event Calendar is a highly configurable plugin which allows you to have multiple organized events in a calendar. This plugin is one of the best WordPress Calendar available in WordPress...

View Article


How to Convert HTML to PDF in PHP

How to generate PDF in PHP? I have found this question, answer on phpgang.com blog. In this blog we can easily understand HTML to PDF conversion functionality, because in this blog we can download code...

View Article

Display data in list format by using PHP and Angular Js

In this blog we have to learn about how to get data from database and show in PHP page in a list format by using Angular Js. 1st Step: – Create a database connection with DB (Mysql) $servername =...

View Article

How to set list order by in Angular Js

We have learn about angular js to set list in ascending and descending order. To set table list as an order by in Angular Js by using this code (orderBy : ‘Country’) <div> <table>...

View Article


How to set table colon in Lower and Upper case letter in Angular Js

To set table list, colon in Lower and Upper case letter in Angular Js by using this code (lastName | uppercase) and (lastName | lowercase) Uppar Case <div ng-app=”” ng-controller=”personCtrl”>...

View Article


Searching in a list by using Aangular Js

We have learn about angular js, In this blog we search result in a list by angular js methodlogy Searching in a list by using Aangular Js code (filter:test) <div ng-app=”myApp”...

View Article

How To Add Header And Footer Code In WordPress

In this tutorial we are going to show you how to insert code to you WordPress footer using function.php file. function custom_footer_function() { echo '<div class="copyright">© Copyright 2016...

View Article

Adding to wordpress in element

Add this code at your theme’s functions.php: function custom_js() { echo ''; } // Add hook for adminadd_action('admin_head', 'custom_js'); // Add hook for front-endadd_action('wp_head', 'custom_js');...

View Article

How to Add Widgets to WordPress Theme’s Footer

There are really three main parts to introducing a footer sidebar/widget area in your theme: Registering the Sidebar(s) in the WordPress Theme Inserting the Sidebars In the WordPress Theme Putting...

View Article


How to fix common Magento issues

This is a good blog for Magento common issues. In this blog we have found the solution in very convenient way. This solution help full those people, whose start working in Magento platform. We got...

View Article

How do I remove index.php from my URLs?

To remove index.php from the URL, and to redirect the visitor to the non-index.php version of the page RewriteBase / RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC] RewriteRule (.*?)index\.php/*(.*)...

View Article


Generic htaccess redirect www to non-www

I would like to redirect www.example.com to example.com. The following htaccess code makes this happen: Here are the rules to redirect a www URL to no-www: RewriteEngine On RewriteBase / RewriteCond...

View Article

How to generate a sitemap.xml with image in Magento

This is good for SEO if product images include in the sitemap.xml file. We have implemented to add images URL in Magento sitemap.xml file. file path : app/code/core/Mage/Sitemap/Model/Sitemap.php...

View Article


Enable gzip compression

Paste the below code in your .htaccess file : <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler...

View Article

Showing excerpts instead of full posts

We can customize the theme so it shows excepts instead of full posts on the main page. The code is here… File path theme/theme name/ content.php replace this the_content() with the_excerpt() function...

View Article

Image may be NSFW.
Clik here to view.

Breadcrumbs for Product page

Add additional breadcrumbs links to Product Page. If customers go to product page via current url-link, via browser or via search (Google, Yahoo), or search in Magento – customer will see short...

View Article
Browsing all 42 articles
Browse latest View live