Archive for March, 2011

Mar 31 2011

Let Firefox Mobile sync your Bookmarks on your Android phone

Published by under Technology

I think is it terrific to have an Android phone with access to an Internet Browser, but I don’t have access to the Bookmarks on my laptop.

That is, until now. With Firefox 4, I can sync my bookmarks with my Android phone, and I would like to tell you how after the jump.

First, you are going to need Firefox 4, normally there is automatic updates, but it didn’t seem happen for me on my laptop. Go ahead and check the Help section and see what version you have now, and then that should update it.

Second, go to the Android marketplace on your mobile phone and download the Firefox App software.

Third, once Firefox 4 is on your computer, go to the Tools section and click Options. You will see a Sync button, and click on it. This should start the setup, and you will need to enter in your email address.

Fourth, open the App on your Android phone. You should see three codes that are a mixture of letters and numbers. Go ahead and enter those in on your computer.

Now, you should be able to access Firefox on your Android phone, but the Bookmarks won’t show up for another half-hour or so. However, they will be there eventually, and you can use them.

I highly suggest using this, and leave a comment if I have left anything out. It does work for an Android phone, but I’m not certain what version it is compatible with. I have version 2.2 (Froyo) on mine, and it works well.


Coolest Gadgets UK – For all your UK centric tech and gadget news.
[ Let Firefox Mobile sync your Bookmarks on your Android phone copyright by Coolest Gadgets ]


Related Posts:



from Coolest Gadgets

No responses yet

Mar 31 2011

10 Spring Fashion Trends to Love

Published by under Technology

Most of us can’t afford to buy a ton of new stuff every spring. The goal, then, is to buy a few things that will make what we already own look brand-new. I tend to invest heavily in belts, for some reason.

from About Today

No responses yet

Mar 31 2011

How To Repair a Broken Kohler Shower Mixer Valve

Published by under Make money online

Almost a year ago, our fairly new shower valve started misbehaving. It would pop out and spin freely without affecting the water flow. We could make it work by pushing it in while turning, which was a “reasonable workaround”. Therefore, I took way too long to get it fixed.

I finally took it apart a few months ago to get to the bottom of the situation, but quickly ran into what I thought might be a point of no return. And if I couldn’t get it back together again, I’d be at the mercy of plumber emergency visit fees before I could turn the water back on in the house.

Later I had a plumber out doing some other work and I asked him to look at it. He was entirely unhelpful and just suggested that we call Kohler for advise. I find it hard to believe that a plumber who has surely seen countless shower valves in his life wouldn’t have a hint as to what was wrong, but anyway…

Fast forward to this past weekend when I decided to go all-in on getting this fixed. I pressed on enough to remove the broken part, and after some searching around on the Internet, found that there was a single Kohler part that looked exactly like mine.

From there it was smooth sailing.

Pretty much all videos about broken shower valves that I could find are about are really basic and focused on the handle itself being stripped. This was not the issue here, so here’s a video to help you fix your own shower valve rather than getting a plumber to shrug his shoulders at you or charge you way too much to fix it. Not sure which is worse.

The part that I used is Kohler GP77759 Kohler Mixer Cap Unit. I bought it from Amazon. Ordered on Sunday night, had it in the shower on Tuesday.

Good luck!

Post from: Jangro.com

How To Repair a Broken Kohler Shower Mixer Valve


from Jangro.com

No responses yet

Mar 31 2011

The Magento 1.4 Development Cookbook

Published by under Make money online



Magento 1.4 Development Cookbook

Magento 1.4 Development Cookbook

Development in Magento

I would have to say that I chose Magento in the first place because it would have a lot of the features we would need available without writing or editing code.
It turns out, that wasn’t so. There will never be a platform you don’t want to tweak, and Magento code may be some of the most complicated PHP code you have seen. It was when I first dug into it.
There were no books at that time and I depended on forum posts to get my answers and I made many mistakes long the way.
I love cookbooks. Telling me how to write the code, documentation or giving me a toy example may help a bit. But a cookbook with real code is something that gives me ideas. And that’s just what the Magento Development Cookbook is.

Finally A Magento Cookbook

Yes, with Magento, you do need at least a VPS. The Magento Development Cookbook starts by walking you from setting up your VPS, setting up Subversion (another important tool), setting up a Magento development project in Netbeans (a great free IDE) to Magento coding conventions and style. The EAV pattern is not a widely known pattern and can leave you at a loss when you are looking for the location of data in the Magento database.

After the first chapter, the first half of the book covers some intermediate level modifications to your Magento store. Not the normal pages of screenshots to fill space. The book goes straight to the meat like a code cookbook should. In 100 pages, the Magento Development Cookbook covers:

Chapter 2: CMS and Design
Introduction
Adding a home link to the menu bar
Changing any page title in Magento
Customizing a Magento error page
Adding AdWords tracking code to order confirmation page in Magento
Adding a custom CMS layout template
Adding an RSS feed (last five tweets!)
Placing the trusty old contact form in CMS
Integrating JW Image Rotator 3.17 in Magento

Chapter 3: Adding Extra Functionalities
Introduction
Integrating WordPress in Magento
Creating a new page
Adding jQuery support
Adding Lightbox2 in Magento
Adding an accepted payment banner at the footer

Chapter 4: Customizing a Store
Introduction
Creating a custom “Twitter handle” field in a registration form
Deleting orders in Magento
Using Google Website Optimizer
Creating a custom variable and using its own e-mail templates
Using Google analytics for Magento
Creating Catalog and Shopping Cart Price Rules
Creating a featured product and showing it in the home page
Creating a custom admin theme

Chapter 5: Playing with Products
Introduction
Setting up the Catalog defaults
Adding a Facebook ‘Like’ button in product page
Setting up Table Rates shipping
Adding a product to the cart through Querystring
Creating a configurable product
Embedding a YouTube video in product details

Chapter 6: Adding a Professional Touch to Your Site
Introduction
Installing Magento 1.4 in PHP 5.3.2 (without mcrypt)
Optimizing Magento store for search engines
Implementing PayPal Website Payments
Pro and Express Checkout into Magento
Preventing a CSRF attack in Magento

Then the next 6 chapters get into the code intensive part of working with Magento. This is where I got stuck for a few months. I had just moved from osCommerce and had just got used to its weird idiosyncrasies and Magento was complexity squared.

Remember I said I chose Magento because I thought there would be less development time because of the extendability. Well, when I was done with Magento, I knew more about code then I eve did before…because I had to. After Magento, I went on to learn a bit of C#, Flash and Python in a few months time because I was no longer scared of any type of code except maybe Java. I guess things work out in weird ways.

And this book will save months of hunting down answers. It covers:

Chapter 7: Database Design
Introduction
Resources and database connections
Magento database replication using Master Slave setup
Using the Magento’s Singleton method
Repairing the Magento database
Working with Magento’s EAV design

Chapter 8: Creating a Module
Introduction
Creating an empty module with a Module Creator
Creating the required directories
Activating a module
Creating a controller for the module
Creating a configuration XML file for the module
Creating a helper for the News module
Creating models for the module
Setting up SQL for the News module
Designing a template for the News module
Adding required blocks for the News module

Chapter 9: Creating a Shipping Module
Introduction
Initializing module configuration
Writing an adapter model
Adding a module in backend
Adding a module in frontend

Chapter 10: Writing a Social Widget
Introduction
Creating an empty module and an enabler file
Creating a config file and declaring the widgets
Writing the default module helper Data.php
Creating a source model for services multi select in widget configuration
Creating frontend block for our widget
Creating templates

Chapter 11: Performance Optimization
Introduction
Measuring/benchmarking your Magento with Siege, ab, Magento profiler,
YSlow, Page Speed, GTmetrix, and WebPagetest
Optimizing Magento database and MySQL configuration
Optimizing Apache web server configuration
Tuning Magento configurations
Using APC/Memcached as the cache backend
Accelerating PHP: php.ini configuration
Applying YSlow and Page Speed rules

Chapter 12: Debugging and Unit Testing
Introduction
Installing and configuring Xdebug
Using FirePHP with Zend Wildfire plugin
Installing PHPUnit and necessary PHP CLI binaries
Writing your first Magento test case

This book will save you a lot of time if your chosen ecommerce platform is Magento. And I don’t blame you. If you have the server power and know how to tweak Magento, it will perform well and look good doing it.

But if you are an average PHP developer or are coming from osCommerce, WordPress or Drupal, your first reaction to Magento might be “who the hell put Java in my PHP” or “did a JAR file explode on my site”. There are thousands of PHP files in a Magento installation. And this book will help with that.

Enhanced by Zemanta

Share


from Stephan Miller

No responses yet

Mar 31 2011

The First Round of Affiliate Summit Meetups

Published by under Make money online

The inaugural set of Affiliate Summit Meetups took place today, and there are 48 Affiliate Summit meetup groups as of right now.

If you attended one of the meetups, please tag any tweets, photos, and videos with #MeetmeAffSum

We had nearly 40 people at the first meetup in Austin, TX. Here is a picture I snapped as people were arriving and getting settled.

Austin Texas March 29 Affiliate Summit Meetup

During this meetup, we spent an hour chomping down some pizza and networking. Then I gave a presentation on Affiliate Marketing for Newbies.

Thanks to Allen Stern for capturing the talk on video: Shawn Collins on Affiliate Marketing for Newbies

We also discussed the Ways and Means hearing on Texas HB 1317 the previous day, where a number of affiliate marketers testified against the bill.

The Affiliate Summit meetups will take place monthly. Check out http://www.meetup.com/affiliatesummit/ to either join or start one in your area.

Stay tuned for information on perks for the leaders of each meetup group.


from Affiliate Marketing Blog by Shawn Collins

No responses yet

Mar 31 2011

Firefox 4 Final Now Available for Android

Published by under Technology


We knew that the release candidate of Fennec was already in the Android Market last week and yesterday Mozilla has officially announced that Firefox 4 browser for Android is available for download.

The final version of Firefox (Fennec) does not show much different from the release candidate build which was released last week. Firefox 4 final includes Firefox Sync, bookmarks, browser history sharing, support for HTML 5 (no Flash) and tabbed browsing. According to Mozilla, Firefox 4 for Android performs 3 times faster than the stock web browser in Android.

You can download Firefox for Android from the Android Market.


from Eches – Blogging, technology, internet and earn money online

No responses yet

« Prev - Next »