Hello there! Thanks for visiting pradeepgeorge.com. My name is Pradeep George. Over the last 17 years I am working with software products and marketing.  My area of specialization includes development of marketing strategies, online marketing, project management and strategic & tactical planning. My latest interests are in developing sites in Drupal platform, Search Engine Optimization(SEO) and Social media marketing. Currently I live in Luleå, a small city situated in the northern part of Sweden with my wife and son.

Blogs

Review Carpe Diem Bed

  • Posted on: 21 April 2013
  • By: Pradeep George

Thought of writing a Review of Carpe Diem Bed that we bought few months back as I searched for a review when I wanted to buy the bed and I couldn't find any good one.

Few months ago, me an my wife started discussing about our life and the things we need to make it little cozier and comfortable after our day to day hard work. One of the items that popped in to our discussion is our bed. We always had good bed, but we bought them not based on extensive test or research done, or even if we did a bit, rather than comfort the price played a major role. 

Even though we spend money on so many things that we use seldom in our life,  we normally won't think or spend on a bed that we use almost half of our lives and could play a role in your day to day life and health. This thought triggered us to search for a quality bed that could give us comfort and joy without just focusing on the price.

With the agreements from both sides we started searching for beds and reviews of beds. Our criteria was

1. When you land on the bed after a long days work it should give that "Aha" feeling and should bring a smile on our face
2. It should accommodate both of us and should have a medium and soft side based on our preferences
3. It should be in use for at least next 10 -15 years
4. It should be a good quality product
5. I was always a fan of continental bed, so I convinced my wife to include that also in the list :-)

With the new Sova shop opened in Luleå, we decided to pay a visit there. As read in some of the bed review sites, our aim was to really test most of the beds there and see which one feels best for us, Sova had beds from Hästens, Hilding, Jensens, Wonderlad and Carpe Diem Beds (There were many other brands also, but we got interested in these brands). The sales man was really good and he has given us details about each of these beds,  and the decision making part he left to us based on testing each of these beds.  I would say, more than anything else I went for the "Aha" feeling :-)  I could immediately zero-in on Carpe Diem Beds' Sando and felt it was the best in giving that feeling (plush, but firm, can't exactly explain the feeling, you should just try that to get it , may be you should as someone to take your face expression when you land on the bed ;-) ). My wife was torn between Härmanö and Malö from Carpe Diem Beds( She had a little bit affinity towards one of the Jensen's bed too, but that was minimal). At least one good thing was we have zeroed in one brand.

We decided not to take any immediate decision and thought we will look around for some more beds. Next two weekends we have visited, Mio and Ikea to check some of their top-end beds, but somehow none of them didn't gave us (especially me) that "Aha" moment.

The Decision
After two weeks we decided to go back again to Sova for one more round of test, to make it short Carpe Diem Sando came as the winner, this was based on
1. The Aha feeling
2. The top mattress with one side filled with wool and the other with  soft cotton. this helps to have a warmer side on winter and soft cotton side on summer, personally after using it we found that the soft cotton side could be used year long.
3. Natural latex - my wife did her research in natural latex and the place we comes from (Kerala, India) the main income is generated  from the Rubber trees producing natural latex. Yeah, this had some soft influence on us :-)
4. The three level spring system which I guess contributes towards that "Aha" feeling
5. The Solid Swedish fine wood frame which we felt really strong and sturdy
6. Made in Sweden and mostly done by hand
6. With some offer from Sova, we could get some additional material and my wife was thrilled to get their Champagne solid aluminum legs (Included in the free package)

The Delivery & setting up
After waiting for 6 long weeks finally we got our bed just before Christmas 2012. When we transferred the bed from the truck to the first floor of our house, I could really feel that this bed is really solid and heavy, not like the earlier beds that we had (I could easily drag them though the floor).  Me and the two guys from the shipping company needed to really struggle to bring that up.

Next day evening, me and my wife assembled the bed together and it was nice to see the personal sign from the person who made this bed was tucked under the wooden frame:-), not that usual!  You need some one with really good back to put these beds together as they are really solid and heavy. The champagne legs are really heavy too, not the usual hollow aluminum legs.

The experience
I would say it took 2-3 days to get used to this bed and felt like it become more softer and comfortable in few days. After that it is a pure bliss!!

The medium side works really well for me and the softer side works well for her based on our weights.  When you sleep straight I could feel the support on my back and on sidewise the shoulder side gives a dip so that  it feels confortable to sleep side ways too.

Earlier when we went for some trips, we used to enjoy the good beds in the hotels, but not any more, We are really happy with this purchase and every evening going to bed is a pleasant experience and we are looking forward to it. Now almost after 4 months, I could say this was a really good decision we have taken and we are just enjoying it every day. Even writing this blog sitting on the bed feels really comfortable:-)

Sandy sitting proudly near our Carpe Diem Bed
Review of Carpe Diem Bed

Categories: 

Bulk Delete of Unapproved Comments in Drupal 7

  • Posted on: 13 January 2013
  • By: Pradeep George

When you allow comments in your blog post or page, often you will be spammed with thousands of comments from spammers. One way to reduse it to use module like <a href="http://drupal.org/project/captcha" target="_blank">CAPTCHA</a>.<br />
IF you already have thousands of comments to your posts and would like to remove all the un approved comments here is the method.<br />
<br />
1. Enable the PHP format in your site<br />
2. Create a new content page and add the following code

<?php
db_query('DELETE FROM comment WHERE status = 0');
?>

3. Select your text format as PHP code
4. Save
5. Reload the page

That should run the php code and remove all the un approved comments from your database.

Categories: 

How to update your Drupal 6 core

  • Posted on: 3 January 2013
  • By: Pradeep George

Updating your Drupal 6 core is not as difficult as you thing, please not that updating means 6.x to 6.newx.  Here are the steps to follow

1. Make a back of your site directory
2.Take a backup of your database
2. Download the latest release of your current Drupal version.
3. Extract the dowloaded version
4. Normally I delete the site directory in the extracted version so that you don't update the files unknowingly
4. Set your site on maintenance mode
5. Delete all the files & folders inside your original Drupal instance except for /sites folder and any custom files you added elsewhere. Before deleting the files see if you have done any modifications in the robots.txt & .htaccess files as you have incorporate them in the new intstallation files
6. Copy all the folders and files except /sites (assumed you have already deleted the directory in the newly downloaded folder) in to your original live Drupal version directory
7. If the update release includes changes to settings.php replace old settings.php in .../sites/default/ with the new one, and edit site-specific entries (eg database name, user, and password)
8. If there are any changes done in the .htaccess or robots.txt add those changes to the new files.
9. Login to your site as administrator
10. Run update.php by navigating to http://...yourdrupalsitename/update.php
11. Follow the steps to update
12. Disable maintenance mode

Your sites will be running with the updated version of the core now.

Categories: 

Happy New Year!

  • Posted on: 2 January 2013
  • By: Pradeep George

I was reading the below quote from Mother Teresa and thought this would be my goal for this year and the ones to come

Life is an opportunity, benefit from it.
Life is beauty, admire it.
Life is bliss, taste it.
Life is a dream, realize it.
Life is a challenge, meet it.
Life is a duty, complete it.
Life is a game, play it.
Life is a promise, fulfill it.
Life is sorrow, overcome it.
Life is a song, sing it.
Life is a struggle, accept it.
Life is a tragedy, confront it.
Life is an adventure, dare it.
Life is luck, make it.
Life is too precious, do not destroy it.
Life is life, fight for it.

Mother Teresa

Categories: 

BuildAmodule - An awesome Drupal resource

  • Posted on: 2 January 2013
  • By: Pradeep George

If you are a drupal developer and would like learn abour Drupal or PHP,  I would strongly recomment BuildAModule. There are many free videos and for serious lerners you can subscribe to thier monthly service opening up to more than 800 videos.Learn Drupal with tons of focused Drupal tutorials at Build a Module.com

The videos are done very professionaly and easy to follow. So have a look at them.

Categories: 

How to change your Drupal site admin password

  • Posted on: 26 October 2012
  • By: Pradeep George

When you work with different developement site, you often forget the passwords and some time need to spend a lot of time searching for it. In order to save your time quickly change the password to a new one, you can do the following 

1. Access your database, mostly using phpmyadmin
2. If you have multiple databases, select the one which corresponds to your site from list
3. Once you select it, click on th tab Query, which shown on top of the database tables
4. Enter the following line in the SQL query on database filed
5. Replace  yournewpassword with your own password
6. Click on submit query

update users set pass=md5('yournewpassword') where uid = 1;

Categories: 

Export Outlook 2011 mails to Mac mail without any third party applications - applicabale Lion & Mountain lion

  • Posted on: 14 September 2012
  • By: Pradeep George

If you are using Outlook 2011 on your mac and would like to transfer your existing data to MAC mail programme, follow the steps shon below.

1. Create a new folder in Finder

2. Open Outlook and click and drag each folder into the new finder folder you have created. Note: You will need to expand the trees so you drag each folder rather than just master folders.

3. Open Mail.

4. Select the Inbox. Go File/Import Mailboxes and select the last option “Files in m.box format.” Click Continue.

5. Locate the above Finder folder into which you’ve dragged your Outlook folders. When you click the folder to import, it will do so.

6. Check in Mail and you will see the folder and it’s email contents will have been imported and placed down the bottom of the left hand side in a folder called “import.”

7. Once you’ve done the above for each Outlook folder you will then need to drag and drop inside Mail to rearrange the imported folders into the right order and heirachy.

Now you can happily remove the Outlook from your mac :-)

Categories: 

Solve the error while installing Drupal on one.com domain

  • Posted on: 15 May 2012
  • By: Pradeep George

As you may aware one.com is a reliable hosting company with an affordable price. If you are a Drupal developer and trying to install Drupal on your one.com server, after uploading the file you are welcomed by an error message

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@one.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

In order to solve this you have to do a simple modification in .htacces file

Open your .htaccess file in a text editor

After the first few lines you will see two lines starting options, basically comment them by adding # sign before that

EARLIER
# Don't show directory listings for URLs which map to a directory.
Options -Indexes

# Follow symbolic links in this directory.
Options +FollowSymLinks

AFTER COMMENTING
# Don't show directory listings for URLs which map to a directory.
#Options -Indexes

# Follow symbolic links in this directory.
#Options +FollowSymLinks

Upload the .htaccess file to the root of your drupal directory

Now load your drupal and start configuring!!

Categories: 

How to solve the Blank page issue with MAMP PRO and DRUPAL

  • Posted on: 16 February 2012
  • By: Pradeep George

I have recently upgraded to MAMP PRO 2 and to my surprise some of the sites I was working with started showing a blank page locally even though the online version is working fine. After spending some hours in research, I have found the solution. It was basically because of the PHP memory limit.

If you add the following code in your index.php file , it will show the error OR  you could open MAMP PRO >>log>>Apache and check the logs. I got the following error

Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /Applications/MAMP/htdocs/testsite/sites/all/modules/views/plugins/views_plugin_display.inc on line 843

You can solve the problem by doing the following steps

  1. Start MAMP PRO
  2. Stop the server if it's running
  3. Goto Menu -> File -> Edit Template -> PHP5 php.ini
  4. The PHP ini file will be opened.
  5. If a dialogue box pops up, read it and confirm with OK
  6. Search (Command-F) for "memory_limit" (without quotes)
  7. You should get the following line:
    memory_limit = 8M ; Maximum amount of memory a script may consume (8M)
  8. Now you can change the default value of 8M. For instance. into 32M or even more (like 128M)
  9. Save (Command-S) your changes.
  10. Close (Command-W) the file.
  11. Start the Server.

Now you should be able to see your page. Good Luck with your Drupal development!!

Categories: 

Pages