WE would like to give a shout out to our latest client, Rain Gutter Pros Inc, a local rain gutter specialist in the los angeles area. We have complete coding their website and now are starting ppc and seo internet marketing services. Full steam ahead!!! See their website here
No Comments. Continue Reading...
במאמר זה תוכלו למצוא רשימה ארוכה של אסטרטגיות שונות של אופטימיזציה לקידום אורגני במנועי החיפוש (SEO) , נתמקד בגורמי קידום בתוך האתר ( (ONSITE וגם מחוץ לאתר OFFSITE) ). בלי מילים מיותרות, נתחיל! (סדר הרשימה אינו מצביע על חשיבות גבוהה או נמוכה יותר) חלק I – SEO בתוך האתר #1 קידוד פלאש טכנולוגיית מולטימדיה ליצירת [...]
No Comments. Continue Reading...
We are proud to announce that Astral Web has opened a new branch and office in Taiwan, not far from Taipei. Our current office is ready and hiring has started. For more information on Taiwan SEO, Web Design or PPC Internet Marketing services see our Taiwan Web Development page.
No Comments. Continue Reading...
Most internet marketers can easily get lost in Analytics Data (including ourselves sometimes). We would love to share a few quick data views that we like to look at. Point 1 – Tracking information for goals and ecommerce transactions a. ecommerce and goals – analytics typically gives the last visitor traffic source the conversion [...]
No Comments. Continue Reading...
Simple to use. Looking for a link in comments field: MySQL Code to Run DELETE FROM wp_comments WHERE comment_approved=’0′ AND comment_content like ‘%http%’ ;
No Comments. Continue Reading...
No Comments. Continue Reading...
This is Ori Tzvielli from Astral Web. We are a local web development company. I’d like to share this simple guide on how to setup a website for your acting practice. Please note that there is a small fee for domain name ownership and website hosting. This is now offered at just $99/year. (we are [...]
No Comments. Continue Reading...
Wanted to show below a quick fix for godaddy shared hosting squirrelcart seo friendly url fix. Step 1 Htaccess – Options -MultiViews RewriteEngine On RewriteRule ^/(products|categories|content|news|reviews|testimonials|contact)/?(.*)$ index.php/$1/$2 [L] Step 2 rename php.ini in ftp to php5.ini Step 3 Add to php5.ini in last line cgi.fix_pathinfo = 1 Step 4 Test seo friendly url’s at https://[DOMAIN]/squirrelcart/diag_seo_urls.php/this/is/a/test?t=1 [...]
No Comments. Continue Reading...
Using htaccess, godaddy, php, cgi fix, $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] Fixes: godaddy login keeps on popping up (popup) due to cgi mode. Works on Specific Categories See code fix: 1. PHP FILE $pageurl=$_SERVER[REQUEST_URI]; if(($pageurl==’/categories/x’)||($pageurl==’/categories/y’)){ if(isset($_SERVER['HTTP_AUTHORIZATION'])) { $auth_params = explode(“:” , base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'], 6))); $_SERVER['PHP_AUTH_USER'] = $auth_params[0]; unset($auth_params[0]); $_SERVER['PHP_AUTH_PW'] = implode(”,$auth_params); } if (!isset($_SERVER['PHP_AUTH_USER'])) { header(“WWW-Authenticate: Basic realm=\”Private Area\”"); [...]
No Comments. Continue Reading...