Sunday 18 November 2012

Hire web developer, Web designer, CSS3 designer, Responsive html designer

Winter Offer

1 Wordpress developer + 1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3
Experience: 4 years
Cost: ONLY $2000/month

1 Wordpress developer only
Experience: 4 years
Cost: ONLY $1000/month

1 Magento developer + 1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3
Experience: 6 years
Cost: ONLY $2500/month

1 Magento developer only
Experience: 6 years
Cost: ONLY $1400/month

1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3, Logo Design, Brochure Design
Experience: 6 years
Cost: ONLY $1300/month

1 Zend developer + 1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3
Experience: 6 years
Cost: ONLY $2600/month

1 Zend developer
Experience: 6 years
Cost: ONLY $1500/month

Contact:
Skype:suman.php
coder2coder@gmail.com

IE10 Lands on Windows 7

As promised, Microsoft has released Internet Explorer 10 Preview on Windows 7. The new browser can be installed on Windows 7 32/64-bit SP1 or Windows Server 2008 R2 SP1. You require 512MB RAM and up to 120MB of hard disk space. Sorry XP and Vista users — you’re out of luck. 
View More ..

Wednesday 22 August 2012

How to send newsletter manually / programmatically to customer

I hope this helps  !!!!!!!!!

<?php

/*************** This code returns all subscribers  ***************/
$objCol=Mage::getResourceModel('newsletter/subscriber_collection')->load();
$collection = $objCol;
/*************** Load the newsletter template model by $templateId   *******/
$tmplt=Mage::getModel('newsletter/template')->load($templateId); $message=$tmplt->getTemplateText(); foreach($collection->getItems() as $item) { $email = $item->getSubscriberEmail(); $name = $item->getSubscriberFullName(); try{ $mail = new Zend_Mail(); $mail->setFrom($tmplt->getTemplateSenderEmail()); $mail->setBodyHtml($message); $mail->addTo($email, 'recipient'); $mail->setSubject($tmplt->getTemplateSubject()); $mail->send(); echo "Newsletter sent to ".$email."<br>"; } catch(Exception $e) { echo $e->getMessage(); } } ?>

If this helps, please comment on this post and like or share this on linkedin, facebook. 
Enjoy :-)   !!!!!!!!

Sunday 24 June 2012

Ajax Search And Autocomplete $15 - Magento Extension, Quick search magento Extension

Ajax Search And Autocomplete - Magento Extension

$20
@ now $15 Only
Compatibility: Magento v. 1.4,1.5,1.6,1.7

Contact me at coder2coder@gmail.com or skype: suman.php

How to get customer address in magento

$customerAddressId = Mage::getSingleton('customer/customer')->load($_review->getCustomerId())->getDefaultBilling()


            if($customerAddressId)
            {
               $address = Mage::getModel('customer/address')->load($customerAddressId);
               $arrAddress = $address->getData();
               //$countryName = Mage::getModel('directory/country')->load($arrAddress['country_id'])->getName();
               $addressHtml = " (From ".$arrAddress['city'].", ".$arrAddress['region'].")";
               //echo "<pre>"; print_r($arrAddress);echo "</pre>"; die();
            }

If this helps, please like, share this website in Facebook.

How Can I Filter Products By Category in magento

$productcollection->addAttributeToFilter("category_ids", array('finset'=>10))
I hope this helps. If this helps, please like this website in facebook.

Wednesday 30 May 2012

How to get current page id title slug in wordpress

$post_obj = $wp_query->get_queried_object();
echo $post_ID = $post_obj->ID;
echo $post_title = $post_obj->post_title;
echo $post_obj->post_name;

If you want to get more information about current page,use print_r like this
print_r($post_obj)

Hope this helps you.

How to make PHP apps scale

The most popular language for Web apps, PHP tends to buckle under heavy loads -- unless you opt for cloud scaling and a NoSQL back end

See more http://www.infoworld.com/d/application-development/how-make-php-apps-scale-194176?source=IFWNLE_nlt_openenterprise_2012-05-30

Saturday 26 May 2012

How to get currently loggedin user details in Wordpress

You can use the following code snippet to get currently loggedin user details

<?php
    wp_get_current_user();
    /**
     * @example Safe usage: $current_user = wp_get_current_user();
     * if ( !($current_user instanceof WP_User) )
     *     return;
     */
    echo 'Username: ' . $current_user->user_login . '<br />';
    echo 'User email: ' . $current_user->user_email . '<br />';
    echo 'User level: ' . $current_user->user_level . '<br />';
    echo 'User first name: ' . $current_user->user_firstname . '<br />';
    echo 'User last name: ' . $current_user->user_lastname . '<br />';
    echo 'User display name: ' . $current_user->display_name . '<br />';
    echo 'User ID: ' . $current_user->ID . '<br />';
?>

For further, please reply this post  ....... Have fun  !!!!!

Thursday 24 May 2012

SocialEngine 4.2.4 Released - Upgrade Time!

Ready your server for the 4.2.4 release.  Download it now from your account here!   Of course, 4.2.4 is free for our clients, or you can order a license: http://www.socialengine.net/buy-social-engine.

Release includes:
  • Two New Themes:  Kandy (4 color variations) and Grid (8 color variations)
  • Improved the RSS widget
  • Improved language phrases and descriptions
  • Improvements to the "Email All Members"
  • Bug fixes.
  • View our changelog for more!

Tuesday 22 May 2012

NAB Australian Payment Gateway for Magento 1.5 1.6 Free

NAB Australian Payment Gateway for Magento 1.5 & 1.6. It is absolute free. Please, feel free to contact me for the zip package.

Monday 21 May 2012

Free necessary Magento Extensions

Featured Products 

http://www.magentocommerce.com/magento-connect/featured-products-4605.html

CueBlocks Zoom

http://www.magentocommerce.com/magento-connect/cueblocks-zoom.html

Bestsellers module

http://www.magentocommerce.com/magento-connect/bestsellers-module.html

 

 

All PHP Developers& Designers are welcome to this blog

All PHP Developers & Designers are welcome to this blog.This is a discussion board specially for Magento and Wordpress. Please, share all problem & solution  ............