
Search In
Google has introduced a new version control platform, hosted on its vast cloud. A git platform with more enhanced featured and flexible than Google Code. Google pulled the plug from Google Code in March 2015 citing lack of interest.
With the end
Hello All,
In this blog we will discuss about how to enable ssl https in your cakephp application on the server.
You can enable SSL on live server by following these steps:-
1.In your core.php add/change the BASE_URL defination to https:
define('
Social media... Now a days social media is a part of life or requirement of time. We are here to discuss integration of twitter with magento. We all have twitter account. Am I right?. We can integrate twitter to magento with different ways. Like you
In laravel 4.x we can easily integrate the mail functionality. Laravel provide a simple API over popular SwiftMailer. We can simply configure our mail credential by using
app/config/mail.php
which allow you to change your SMPT host, port and cre
Below is the step-wise process for integrating a Podfile easily in your Application.
Open Terminal
Change the directory in Terminal to the location where your Xcode project resides.
When you reach to the desired project location in which you want
Hello readres today we will discuss about "How to Rename files during upload within Wordpress backend".
There are many hook function to remane file in uploading time in wordpress. We will use the sanitize_file_name hopok function.
Suppose user want
Log4j in Java
Log4j is a logging tool made only for Java
Generally we Use System. Out console to print our Output, but they are all temporary messages and whenever new program run or when console is closed, our Output messages automatically removed
Hello Friends,
The below code will help you to Customize a product tab in woo commerce using 'woocommerce_product_tabs' action hook, first you have to replace the description tab with a custom function.
<?php
add_filter( 'woocommerce_produ
Hello readers, today we will discuss "how you can add category for post type page".
When a user install the WordPress, user will only get category for "post type post".
If user want to add taxonomy or category for "post type page", then user need
Hello Readers,
Today we will discussed about BuddyPress template customization.
If you want customization to buddyPress template then you need to follow below steps.
1.) Need to adding a Child Theme if you haven't done so already.
2.) Need read t
