Search This Blog

Wednesday, August 29, 2012

Cross Browser Rounded Corner CSS Example - Border Radius

Cross Browser Rounded Corner CSS - Border Radius References:

Chrome : -webkit-border-radius:10px;
Firefox  : -moz-border-radius:10px;
Opera   : -o-border-radius:10px    or also you can use as -opera-border-radius
Safari    : -khtml-border-radius:10px;

IE 9.0+  : border-radius:10px;  (Forgive if it does not work - That Shit I bet won't Work)

You can also use other parameters in combination with 10px 0 10px 10px;


Our Latest Deployments:
Taxi In San Jose | Yellow Cab Airport Taxi

Thursday, August 2, 2012

Countries Drop Down List - 242 Countries Updated

You should be a "Lazy Developer" to visit this page (Do Not Take Me Wrong,  Me too ;-))

Here is list of upto date 242 Countries Drop Down List for your References.




Now You know How to copy this code??? (Hints) 1. View Source - Scroll down to <select> tag and copy entire Tag 2. Google Chrome Users --> Right Click on Drop Down --> Inspect Element --> (Tag is selected) Right Click again on Tag --> Copy as HTML 3. And 'am sure Firefox users are no dumb. Most intellectuals

~ Happy Pastings ~

Courtesy - Taxi Website Designer.com

Wednesday, August 1, 2012

HTML URL to make call from iphone,blackberry,android

All smartphone supports IETF RFC 3966 standards.  This includes iPhone, iPad and iPod as well as host of other smartphones like BlackBerry, Android, Nokia etc.

To Place A Call Link:

<a href="tel:555-666-7777">Call Now : 555-666-7777



Calling HTML URL Example for iPhone, iPad, Android, BlackBerry

Intiating


< a href="tel:555-666-7777">555-666-7777< /a>

Web Friendly Free Fonts

Here are few web friendly Font for you






Tuesday, July 31, 2012

Source Script Formatting in Dreamweaver

Source Script Formatting in Dreamweaver is very simple.



Dreamweaver Menu --> Commands --> Apply Source Formatting

There you go.  Cool Isn't It???

You can also format based on section or selection.  It works. Try IT.

Tuesday, July 3, 2012

Honestly : Top 10 SEO Software Reviews

I personally have used 3 suites - Web SEO 3.x, SEO Suite 4.x, IBP 10 (All Commercial) and SEO Studio (DEMO).  Once you buy them and use it for certain period of time - you feel that these software hangs or kill themselves.  You feel the results are not accurate need an updated version and not regular online updates.

Believe me we spent $1600 behind these suites.  But always the result is same.  These suites are made to commit suicide.  They kill themselves.  No use but to generate some reports just to keep your customer happy about their website rankings.

SEO Suites from various quarter has many advantages and disadvantages too.

Advantages:

  • Demo works better then paid version.
  • Keyword Generator
  • Website Ranking
  • Link Checkers
  • Website Link / Ranking Report Generators
... are very few

Disadvantages:
SEO Software disadvantages are many.  Most of these suites offers Auto Submit to Search Engine options - these work only for few occasions.  later the software automatically (programatically) turns-off this tool.

BCoz, very simple, they dooo offer Search Engine Submission tools as independent tool . When you contact customer support.  They tell you that everything is fine and suggest you to buy more improved this Submission tool for $???.00.
  • Auto Submit : only for few occasions, later submission bounces back
  • Keyword Analysis is pretty bad at times.  (Instead use Google Adword Keyword tools)
  • Updates are provided only for first 5-6 months. Later your SEO Suite will become dumb and no more updates
  • Every SEO suites life span for 1 year, (but they kill it within 6 months, programatically). Later you will have to go for updates or new version
  • Competitor Analysis is pretty ordinary.    
  • Reports are full of LIES
  • HTML Tag analysis are as old as W3C Standards.  Unsatisfied Bride.
Top 10 Commercial SEO Suites
Try this: Microsoft SEO Toolkit (Free)  - not because it is free.  It is from the stable of Microsoft for all. 

Taxi Cab Fare Calculator / Estimator




Here is the one Taxi Cab Fare Calculator / Estimator we recently developed.

We have considered many parameter to satisfy one of our client in Fort Worth, TX.

Which included

  • Flag Drop
  • Additional Miles
  • Fuel Surcharge of $2 
  • Airport Entry Fee (only @ DFW / Love Field) 
  • Additional Passenger $2 Extra 
All embedded into one in the background.  This fare calculator has been most accurate to this date we've customized.



CSS Rounded Cornor Generator

Online Interactive CSS Rounded Corner  Generator page.  Very intresting.

Check This : CSS Round Generator

Monday, April 30, 2012

Google Penguin Web Spam Algorithm Update Feedback Form

If your website is affected by Google's new webspam update "Penguin" algorithm. Here is a feedback form to send request to remove from webspam list.



Webspam Removal Request Form


Friday, April 27, 2012

SEO Guide - Periodical Table

Search Engine Optimization (SEO) is an rigorous process where patience is must along with updation of Skill set.

Here is the Periodical Table that explains roadmap to successful SEO with introduction of Google Panda guidelines from Google which eliminates spam content, websites and malpractices of seo masters in jamming keywords and tags.



---------------------------
SEO Monster - Seo Monster Solutions

Thursday, April 26, 2012

Infographic: The Google Panda Updates

One year ago, Google launched its “Panda Update” designed to filter low quality or “thin” content from its top search results.

Below Link has, infographic produced in conjunction with BlueGlass covers how Panda works, what it impacted and the various updates from Panda 1.0 through Panda 3.2 that have happened along the way


Google Panda Update
---------------------------------------- SEO Superstar : SEO Monster Solutions

Tuesday, April 17, 2012

Monday, April 16, 2012

Website for Visually Impaired - Web Standards

I just stumbled upon the idea of developing website for visually impaired people with friendly contents which read-out text aloud.

Visually Impaired Website Development Standards




Text to Speach jQuery Plugin



~ jQuery Plugin
~ Web based TTS plugin References
~ JTTS - jQquery Text to Speach


Text to Speach plugin for Browser


Firefox Browser Plugin


There are other tons of Ideas on Internet to help these unfortunate people. When I get a Chance surely, I would develop a website for them, Hopefully.

Monday, April 9, 2012

Hide PHP E_DEPRECATED Error Message in PHP 5.3.0

With PHP 5.3 the error level E_DEPRECATED was introduced that shows messages concerning deprecated PHP methods and behaviours.

To avoid displaying these messages on productive systems, the error_reporting (e.g. used in index_ts.php) should be extended like this:

error_reporting (E_ALL ^ E_NOTICE ^ E_DEPRECATED);

content-wide advt