If you are looking to send and receive email on you boost mobile and have not had much luck here is a possible workaround.
RECEIVING:
In your email client options (Gmail, Yahoo, POP, IMAP) set forwarding of emails to: yournumber@myboostmobile.com [use 10 digit number with area code]. Now email will come to your cell as text messages.
SENDING:
In each email that you receive as text message you will see highlighted text of senders email - to reply simply click on that text and your done.
Wednesday, May 20, 2009
SEO Seminar at SBDC on 05/20/2009
SEO Seminar @ SBDC 05/20/2009
Organic Search Results
People are more likely to click on it because of its relevancy over paid results
You can only optimize for only one keyword phrase per page
More tedious
50% of users scan only top organic search results
72.3% of users feel that Google organic results are more relevant then the paid results
Conversion rates for organic results are 3 times higher then paid results
Site layout
Golden Triangle, F pattern
Easy navigation
Clutter free
Flash Compatibility – no search engine can completely index contents of its objects
Flash workaround - http://www.asual.com/swfaddress/
Keyword Research
Searched keywords could be derivatives of the actual terms used on you web page
Blogging – easy way to update your customers, it keeps robots coming back often, RSS feeds are important http://blogsearch.google.com/ping
Google PageRank
It is a scale on 1-10 on how important Google deems your site
Competitive Research
What elements competitors have in place that you don’t:
1. PR
2. Keywords
3. Elements
Easy Steps to help you rank
• Keyword research
• Put keywords in a title and on the page
• Add links to other pages on your site
• Submit your site to free local search directories like Yahoo and Google maps
• Get links back to your site from site with Google PageRank 3 or higher
Google Analytics
Visits
PageViews
Pages/Visits
Bounce Rates
Average time on site
New Visits
Organic Search Results
People are more likely to click on it because of its relevancy over paid results
You can only optimize for only one keyword phrase per page
More tedious
50% of users scan only top organic search results
72.3% of users feel that Google organic results are more relevant then the paid results
Conversion rates for organic results are 3 times higher then paid results
Site layout
Golden Triangle, F pattern
Easy navigation
Clutter free
Flash Compatibility – no search engine can completely index contents of its objects
Flash workaround - http://www.asual.com/swfaddress/
Keyword Research
Searched keywords could be derivatives of the actual terms used on you web page
Blogging – easy way to update your customers, it keeps robots coming back often, RSS feeds are important http://blogsearch.google.com/ping
Google PageRank
It is a scale on 1-10 on how important Google deems your site
Competitive Research
What elements competitors have in place that you don’t:
1. PR
2. Keywords
3. Elements
Easy Steps to help you rank
• Keyword research
• Put keywords in a title and on the page
• Add links to other pages on your site
• Submit your site to free local search directories like Yahoo and Google maps
• Get links back to your site from site with Google PageRank 3 or higher
Google Analytics
Visits
PageViews
Pages/Visits
Bounce Rates
Average time on site
New Visits
Thursday, July 3, 2008
HTML Multiple Select and PHP
Recently I've needed to create a from where certain product could belong to multiple categories and I wanted to find a best way to handle this process in limited space on the website. I was debating between multiple check boxes and a select box with "multiselect" option. Because of space and complexity of check boxes I went in direction of single multi-select dropdown. htm
Check the code below - ` was added to code to display code on blogger properly:
<`?php
foreach ($_POST['options'] as $option) {
//code to do something with each option like insert into DB
}
?>
<`html`>
<`body`>
<`form name="my_from" action="" method="post">
<`select name="options[]" multiselect> // NOTICE THAT WE ADDED [] TO INDICATE THAT THIS IS AN ARRAY!
<`option value="ABC">ABC
<`option value="123">123
<`option value="xyz">xyz
<`option value="987">987
<`/select>
<`input type="submit" name="submit_my_form" value="Submit" />
<`/form>
<`/body`>
<`/html`>
Check the code below - ` was added to code to display code on blogger properly:
<`?php
foreach ($_POST['options'] as $option) {
//code to do something with each option like insert into DB
}
?>
<`html`>
<`body`>
<`form name="my_from" action="" method="post">
<`select name="options[]" multiselect> // NOTICE THAT WE ADDED [] TO INDICATE THAT THIS IS AN ARRAY!
<`option value="ABC">ABC
<`option value="123">123
<`option value="xyz">xyz
<`option value="987">987
<`/select>
<`input type="submit" name="submit_my_form" value="Submit" />
<`/form>
<`/body`>
<`/html`>
Thursday, June 12, 2008
Web development cost in Orlando

One of the first questions that anybody looking for web development services will ask is "How much will this cost?". There is a variety of answers one will get in response varying from $xxx.xx for Y number of pages, or $xxx.xx for entire project, to $xx per hour. There is huge number of web developers and firms available so pricing can vary just as much. Here are two figures below that illustrate what average salaries are for web developers in Orlando, FL market for companies that enterprises that have resources to hire full time web developers. Figures are provided by the www.salary.com highest rated online portal disseminating salary data.
Monday, May 19, 2008
IBR LLC Website Videos
IBR has just added new service - website videos. One of the best ways to communicate with the visitor of your site and a potential customers is via video message. As most people learn and retain much more when concept is explained audio-visually rather then text - you may utilize website video to:
- Set your website apart from the competition
- Get better conversion rate and therefore more sales
Orlando eCommerce - IBR is Google's #1
Now, just little over a year after claiming #1 spot on Google for terms:
Our investment of resources that IBR possesses are always in direction of success of our clients rather then simply project completions. That is indicated by IBR constant pursuit of latest technologies and strategies that attract more qualified traffic and result in more sales. We try to set the websites of our client's apart from other players in their respective markets so that visitors convert - and convert in good numbers.
It is all of those things that have kept us in #1 position on Google and will keep us there for a long time. Some things like keywords and inbound links can be duplicated but the Peace of mind that we provide for our clients can not!
To learn more about IBR and what we can do for your Orlando eCommerce development visit us.
- Orlando eCommerce
- Orlando eCommerce Developer
- Orlando eCommerce Development
- What is your SPECIFIC goal for your website (how much sales do you project to have)
- Define you specific niche (entire worlds population is NOT your potential customer base)
Our investment of resources that IBR possesses are always in direction of success of our clients rather then simply project completions. That is indicated by IBR constant pursuit of latest technologies and strategies that attract more qualified traffic and result in more sales. We try to set the websites of our client's apart from other players in their respective markets so that visitors convert - and convert in good numbers.
It is all of those things that have kept us in #1 position on Google and will keep us there for a long time. Some things like keywords and inbound links can be duplicated but the Peace of mind that we provide for our clients can not!
To learn more about IBR and what we can do for your Orlando eCommerce development visit us.
Friday, April 4, 2008
GoDaddy cURL HTTPS and nusoap.php problem
I was working on client's site that needed to access data via web service from another site via nusoap.php library and simply could not get it to work. Same exact script that I've developed for one of my other clients that was being hosted with HostMySite worked perfectly!
So I stated to debug nusoap to see what part of it was causing this error - it turned to be stalling at cURL request. cURL worked fine when I would point it to unsecure http:// site, but as soon as https:// was thrown in the combination cURL failed. After playing around with and exasting my options with nusoap.php library I called GoDaddy support to shed some light on this. I learned that they use proxy for their cURL calls that are made to secure sites. The issue is actually described in their HELP section.
Needless to say I was mad that I've spent all that time debugging nusoap while solution was two lines of code long:
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");
Adding above two lines to your nusoap library at line 2400 in latest version 0.7.3 will do the trick. This is applicable to any script hosted on godaddy shared hosting needing to access HTTPS urls via cURL library. I found Mauricio Zuniga's Blog that talks about this same issue unfortunately only after wasted all that time.
After going through this ordeal, I again encountered problems with DOMDocument php modules on GoDaddy server so decided to move my clients site to www.hostmysite.com who offer THE BEST support and actually appreciate my business.
So I stated to debug nusoap to see what part of it was causing this error - it turned to be stalling at cURL request. cURL worked fine when I would point it to unsecure http:// site, but as soon as https:// was thrown in the combination cURL failed. After playing around with and exasting my options with nusoap.php library I called GoDaddy support to shed some light on this. I learned that they use proxy for their cURL calls that are made to secure sites. The issue is actually described in their HELP section.
Needless to say I was mad that I've spent all that time debugging nusoap while solution was two lines of code long:
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");
Adding above two lines to your nusoap library at line 2400 in latest version 0.7.3 will do the trick. This is applicable to any script hosted on godaddy shared hosting needing to access HTTPS urls via cURL library. I found Mauricio Zuniga's Blog that talks about this same issue unfortunately only after wasted all that time.
After going through this ordeal, I again encountered problems with DOMDocument php modules on GoDaddy server so decided to move my clients site to www.hostmysite.com who offer THE BEST support and actually appreciate my business.
Subscribe to:
Posts (Atom)