Automated Browser Compatibility Testing

October 26, 2009 at 12:06 pm | In Web Tools | Leave a Comment

The fact is a web programmer may spend 12 hours in the office. Good programmer must be highly skilled analyzing and developing complex code for applications and more. All the time programmer should increase his different technical skills including programming languages such as C, C++, operating systems such as Windows, Linux, Platform IDE such as Eclipse, Hardware, PC, Networking, Word processing, steeping learning curve to pick up a new skill.

But don’t you know that sometimes web programmer is obliged to spend more than 80% his time in fixing browser compatibility problems. There are many different browsers people use today – Internet Explorer, FireFox, Opera, Netscape etc and very often one needs to check the site with every of them.

I’ve found the solution; here is 2 sites that offer Automate Testing any Browser Compatibility you need to be tested. So, you can also try it to.
http://www.browsera.com/
http://browsershots.org/

Q. How did the programmer die in the shower?
A. He read the shampoo bottle instructions: Lather. Rinse. Repeat:-)

WAMP5 Server

October 20, 2009 at 3:56 pm | In Software | Leave a Comment

If you want to work with your Drupal site on local computer good decision is WAMP5 Server that installs automatically Apache 1.3.31 ,PHP5, MySQL database ,PHPmyadmin and SQLitemanager on your computer. After installation check if it works properly on http://localhost and add to host file (C:\WINDOWS\system32\drivers\etc\hosts) address of your site, for example loc.n1.development.yourdomian.com

How to create HTML text block on WordPress blog

October 19, 2009 at 1:01 pm | In Blogs | Leave a Comment

Login to your account, go to wp-admin/widgets.php
Drop text widget from the list of all widgets to the sitebar – now save it
After saving click on edit button and put any html text you want

Rotate your screen

October 14, 2009 at 9:05 am | In General | Leave a Comment

If you clicked by mistake on something wrong on your keyboard and you see your screen rotated 90 degree do right click on the screen, choose Graphics Properties -> Display Settings-> choose Zero in rotation options. You can also do Rotation option disable.

How to use proxy IP in FireFox

October 7, 2009 at 2:59 pm | In Web Tools | Leave a Comment

Go to Tools->Options->Advanced->Network->Settings
Check Manually proxy configuration check box, enter IP address into the http proxy text box adn number of port (usually 80)

Link on input button

September 30, 2009 at 10:20 am | In Programming Feauters | Leave a Comment

<input type=”button” class=”button” value=”All Holidays Info” onclick=”location.href=’http://allholidaysinfo.com’” />

If you want to see hand on the mouse over on the button you should add to css to the “button” class cursor:hand; for IE and cursor:pointer; for Mozila
.button {
border:solid 1px #000000;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
cursor:hand;
cursor:pointer;
}

Some Twitter Fun

September 22, 2009 at 9:19 am | In Twitter | Leave a Comment

Twitter for your Jewish Mother!

WordPress Blog on your own hosting

September 9, 2009 at 10:25 am | In Blogs, Hosting, Web Sites | Leave a Comment

Finally I did it by self
– Go to cpanel of the site
– Choose “Software/Services” Section
– Click on “Fantastico de Luxo” button

On the left side menu you can see all kind of software you can install only by one click.
There are WordPress, Drupal, Joomla, PHP-Nuke and much more options in the menu.

Choose what you need and start auto-installation.
Before that you need to delete index.php file from the root directory.

That’s all:-)

P.S. Before you are buying the hosting you should check if they have this fantastic tool (Fantastico de Luxo) in their services.
I’m using in this case www47.a2hosting.com hosting

SEO: Redirect Error Causing Traffic Issues

August 27, 2009 at 5:56 pm | In Search Engines | Leave a Comment

Google has been a supporter of using a redirect for anyone who needs to change their site location or at least a page location. Google has been known as the expert on redirects. Unfortunately, in a recent discovery it has been determined they have cost numerous users traffic for their sites in one particular area.
Google Blogger has been costing sites their traffic. Google Blogger is like Word Press, a blogging tool to create domains and blogs for your site. It was discovered that the site had a redirect bug which cost numerous sites traffic when creating a new domain. It was redirecting the users to the old blog hosted on Google Blogger Subdomain.
Even Google was experiencing issues with this problem. The bug did begin on the Blogger system, and it will show different results depending on the browser you are using. For example with Safari 4 or Firefox 3 users were seeing a notice about being redirected. This redirect was saying that the blog has not been checked for spam, viruses, or other malware thus giving the user the option of going forward or not.
Anytime a person sees this when heading to a blog or a site they are not going to want to proceed. It is not possible to really calculate how much traffic has been lost, but it is astounding to think about it. Internet Explorer 7 users didn’t even get the warning. They would just see an error page that the browser couldn’t display the page. Google is coming under fire for such a mix up, and they are seeking a way to fix it. For now though the problem still exists. For search engine optimisation purposes it is imperative that you always check your blogs each week by going in how the user would to find you just to make sure you are working and not losing traffic.

Web dictionary (C)

August 12, 2009 at 9:10 am | In General | Leave a Comment
CashCheck A cash-transaction reporting tool that provides a complete statement of cash transactions made to and from the customers.
CPA Cost Per Acquisition,the cost for each customer acquired through an ad
CPC Cost Per Click , the cost for each click on an ad
CRM Customer Relation Management, CRM is a general term for the range of marketing activities company conducts in order to retain customers.
CSV CSV Comma Separated Value, CSV lists of account numbers in a spreadsheet format.
Next Page »

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.