|
| 2012-01-27 |  |
I'm searching through various marketing materials and tutorials and I'm having a difficult time determining whether or not Magento Community Edition can do the following:
1) Let's say a store has 100 items.
2) 25 of these items are available for viewing and purchase to the general public at retail ...
|
 |
Ok, So a family members simple CMS backend PHP site. Had it designed in Venezuela (if relevant).
Nothing I see odd in the code.
Simple enough PHP site includes the header elements footer etc.
Now I wen to to change the phone number for him, located in the header.php, changed a digit in it. Save...
|
| 2012-01-26 |  |
I've implemented Disqus on my blog
I don't seem to get many comments though (good or bad) - in fact, I think I've only gotten one.
Is Disqus working fine for you? I'm wondering if I did something wrong.
Thanks,
Jason....
|
 |
All discussion about SEO seems to suggest getting Google Plus clicks will weight strongly for SEO rank - so how does one get visitors to click??? I visit websites all the time and it never occurs to me to click Google Plus icons if I see them. I look at my own websites and I don't see anyone clickin...
|
 |
I have a website that specializes in travel stays and attractions. The affiliate (Expedia/IAN) I was using for cruises has dropped cruising so now I need to find another that pays well. Any suggestions? Have contacted wth.com but no reply....
|
 |
Can anyone point me in the direction of a simple cms system that can be intergrated into a html site, it has to be easy to do as I am not that sharp with code...
Thanks...
|
| 2012-01-25 |  |
<?php
$today = date("Y-m-d");
function notBefore($startDate)
{
global $today;
return ($startDate < $today);
};
function notAfter($endDate)
{
global $today;
return ($endDate > $today);
};
function isToday($targetDate)
{
global $today;
return ($targetDate == $today);
};
?>
I...
|
 |
Now that yahoo has integrated with bing, all sitemap submissions are done on microsoft's website (msn...)
Are you able to submit a sitemap and is it being crawled ?
I'm able to submit a sitemap, but it's not being crawled by bing/yahoo spiders....
|
 |
I have a client who has had a Flash video created for his company. He wants it on the home page of his website and to start playing immediately. So far so good -- I have the swf file and using Dreamweaver CS3 I've embedded it on his home page. BUT.... he wants it to start playing with the audio m...
|
 |
Has any body tried seoLinkvine or articleranks? I was just wondering if they actually work before spending any money....
|
| 2012-01-24 |  |
Hello,
When one connects to his/her computer remotely, may another employee use the computer at the office? Or will that cause problems for the employee who is working remotely? Providing the user at the office doesn't turn off the machine when finish using it.
Cheers...
|
 |
After installing lightbox for my website my comments stopped working. I looked at the code and moved the javascript links that were in the <head> (the ones that came with lightbox) in the to above the javascript links that came with Wordpress-Buddypress. Before my javascript links from Lightbox were...
|
 |
My boss added a new project to my list. He wants to create an international website. We have purchased several domain names with the
.eu domain extension. The main question now seems to be which hosting company is better for seo a US server or an international one.
I have read a few articles and ...
|
| 2012-01-23 |  |
I'm thinking about placing an Adsense ad (Ad Links 468 x 15) at the top of my page -- just under the top banner and to the far right (see example below).
I suppose in some ways it might resemble the site navigation located at the opposite side of the page, although I'm using a different color font (...
|
 |
Actually I was looking to create a WordPress shortcode in Thesis theme.
and found out that this code
function sButton($atts, $content = null) {
extract(shortcode_atts(array('link' => '#'), $atts));
return '<a class="button" href="'.$link.'"><span>' . do_shortcode($content) . '</span><...
|
 |
As we head into 2012, we've been sticking to some old resolutions-the need to focus on building amazing products that millions of people love to use every day. That means taking a hard look at products that replicate other features, haven't achieved the promise we had hoped for or can't be properly ...
|
|