Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~18.8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for dgcerk369

I haven't used it much but [URL="http://opencart.com"]OpenCart[/URL] is great in my experience and definitely worth checking out. The docs aren't great but the forums are full of information and tutorials.

Member Avatar for Allison2009
0
309
Member Avatar for avinashrana

Check out SEO forums, read the blogs, maybe try to get a job in a similar area, learn from experience. I love [URL="http://www.seomoz.org/blog"]SEOmoz[/URL] and [URL="http://www.mattcutts.com/blog/"]Matt Cutts'[/URL] for SEO information, and there are plenty. Industry conferences, and the like are also very helpful. But really all it is is understanding what …

Member Avatar for kerin1539
0
203
Member Avatar for joelchrist

Both Google and Bing have acknowledged that social factors are a form of ranking. With the rise of Social Results in search [Google Social Search](http://searchengineland.com/google-expands-social-circle-in-search-results-including-page-rankings-65202) [Google +1](http://www.google.com/+1/button/) and the possibility of a [Facebook enhanced search](http://www.businessinsider.com/facebook-search-engine-2011-3) it is becoming a bigger factor everyday. Additionally posting a link on Twitter gets in …

Member Avatar for limohire
0
647
Member Avatar for harjos

YouTube can be useful from an SEO perspective as Google likely uses video views as a ranking factor for pages, because it is a social indicator. Another benefit of YouTube is that it can help with SERP (search engine result page) result saturation, because Google will frequently pull videos and …

Member Avatar for 1paket.com
0
141
Member Avatar for tadisaus2

Article submission can be beneficial for SEO based on the number of backlinks you get, like [B]tiggsy[/B] said, however, it is also duplicate content spread throughout the web and there is much talk that duplicate content does not pass rank as well if at all. This is especially true of …

Member Avatar for arold10
0
159
Member Avatar for vitaquous

I would recommend using an AJAX query to a php file that could provide you with the data. A similar example is provided by [URL="http://www.w3schools.com/PHP/php_ajax_database.asp"]W3Schools[/URL].

Member Avatar for vitaquous
0
15K
Member Avatar for csam0003

Point the image to a PHP file with the following code: [CODE=PHP] header('Content-Type: image/gif'); if($condition){ readfile("true.gif"); }else{ readfile("false.gif"); } [/CODE] Of course that is for GIFs and you would change that out accordingly and in the header(); using [URL="http://en.wikipedia.org/wiki/Internet_media_type#List_of_common_media_types"]media types[/URL].

Member Avatar for nquinlan
0
156
Member Avatar for nquinlan

I'm trying to find a way to find the URL of an external HTML document when it embeds an image generated by PHP. So for example I would want the following to happen if these two documents occurred. [B][url]http://example.com/index.html[/url][/B] [CODE=HTML] <img src="http://otherplace.org/image.php" /> [/CODE] [B][url]http://otherplace.org/image.php[/url][/B] [CODE=PHP] header('Content-Type: image/gif'); readfile("test.gif"); $thelocation …

0
96
Member Avatar for Member #596162

I would recommend making the HTML file a PHP file and putting the php powered chat box where you need it, but if you insist on keeping it all HTML then I would make an iframe.

Member Avatar for kylegetson
0
208
Member Avatar for nquinlan

I am trying to pipe an email to PHP. I currently have set up a forwarder in cPanel that does the following : [B]|/home/username/public_html/mailscripttest.php[/B] mailscripttest.php has permissions 755 and contains: [CODE=php] #!/usr/bin/php –q <? /* Read the message from STDIN */ $fd = fopen("php://stdin", "r"); $email = ""; // This …

Member Avatar for chrishea
0
627
Member Avatar for nquinlan

I am looking for an ecommerce solution similar to [URL="http://simplecartjs.com/"]SimpleCart[/URL] in the fact that it is one page and allows PayPal (or Google Checkout ect.) to handle the heavy lifting. However, I need something that can calculate shipping costs and deal with in stock/out of stock items. I would really …

Member Avatar for phillip654
0
154
Member Avatar for seemsbeautiful

Hi. If you want to make a shopping website, I [B]highly[/B] recommend looking into a [URL="http://php.opensourcecms.com/scripts/show.php?catid=3&category=eCommerce"]Content Management System or CMS[/URL] as the in's and out's of ecommerce can get quite complex. If you are determined, however, I recommend checking out [URL="http://www.devshed.com/c/a/PHP/Creating-a-Secure-PHP-Login-Script/"]this page[/URL]. It's good to learn how to make a …

Member Avatar for scaiferw
0
167
Member Avatar for lifeworks

As far as I can tell the best you're going to be able to do is link to the php file that creates a vcal event. Your email script would read something more like: [CODE=php] $body = ''; $body .= "<a href=\"http://example.com/[email protected]&start=" . date('Ymd',$meeting['start_mktime']) . date('His',$meeting['start_mktime']) . "\">Download a Calendar …

Member Avatar for nquinlan
0
498

The End.