Pages

Showing posts with label Software. Show all posts
Showing posts with label Software. Show all posts

Hiding Blogspot Navigation Bar

I don't know if any one of you ever notice if you create a blog using blogspot, it is automatically create a navigation bar on top of your blog. For some people this navigation bar can  sometimes be annoying including me and of coz it is usefull for some .

Blogspot Navigation Bar

So, for any of you who don't have any clue how to hide this Blogspot navigation bar, this is the how to's :

Linux. A Secure and Reliable OS



It's annoying me when working with a computer at my office and suddenly it stop responding and i have to reboot my computer. It happen almost of the time and i have to call a technician at least once in a month to have him repair my computer and make it work again.
I do all the technician suggestions on how to make a computer health in a network / Internet environment but it still happen over and over again and thats drive me nuts especially when it happen in a Busy time. I'm lucky if that's happen at the office, just call the office technician and he'll do the repair for me, but what if that happen at my home computer? Call the technician and pay the bill :(

undefined alert in magento ecommerce

I have setup my magento ecommerce site in production environment and everything is cool until one week ago i receive "undefined" alert box at the end of the checkout process, this alert just came up in sudden and i ask my self what have i done? and i answer nothing!

So i surf and ask around and i have so many responses and after few days doing this and that i found this is really simple to solve "undefined" alert box problem.
This problem caused by my magento ecommerce application need more resource than the maximum resources of my web server setting, by double up the value of maximum memory and time out setting in your php.ini will solve the "undefined" alert problem in magento ecommerce.

This is what i did :

1. Open the cpanel of my hosting.
2. Go to php config.
3. Choose the php5(single php.ini) option instead of php5(default) option.
4. Open php.ini files.
5. Double up this value
- max_execution_time =
- max_input_time =
- memory_limit =
6. Save changes.

And problem solved.
Don't forget to backup your php.ini file if you already have one before doing this procedure, step number 3 create a master php.ini file in root directory for use by all php application in your site. Hope this help anyone who have same problem with me.

Displaying Products in Magento Home / Front Page

It's been a long time since my last post, i've been very busy with magento and now i want to share what i know just in case someone need it.

Ok, as i already mention in my last post that magento is a lil ( a lot?) bit confusing to me because some times we need to write a script or line of code to make things work. Not everything can be set and arrange from GUI just like i did with a CMS. My last problem is how to display products on my magento store frontpage, i've clicked around and found CMS menu that lead me to Manage Pages interface. From here i saw lists of pages that i can manage and obviously i choose home page coz i thought there's a lot of settings in there that can grant my wish to displaying my products on home page, but...........

Magento....

Few days ago my boss ask me to learn about ecommerce software and he told me that his friends recommend magento, so magento it'is sir....
15 minutes after installing magento in our webspace i was totally confused about many things inside magento, unlike joomla cms that is easy to learned, this one is demon for me. This is what happen :

  1. Setup the category. Dont forget to make your category anchor and child from default directory.
  2. Setup additional attribute and put them in one new attribute set. This step is needed if your products need special attribute.
  3. Add new products.

But...there's nothing happened in the front page...except my category shows in the navbar.
Then back to backend, i go to cms menu -> manage page...unlike joomla...nothing to setup ?
i'm confused...........