iPhone and iPad with CSS3 Media Queries

Blog
I've posted media queries to help designers & developers for their responsive designes. Many times We've had to design responsive websites targeting specific devices with CSS media queries. [code]iPad in portrait & landscape @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* Your Styles */ }iPad in landscape@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* Your Styles */ } iPad in portrait @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* Your Styles */ } iPhone 5 in portrait & landscape @media only screen and (min-device-width : 320px) and (max-device-width : 568px) { /* Your Styles */ } iPhone 5 in landscape @media only screen and (min-device-width : 320px)…
Read More

Select friends on Facebook (Facebook Custom Friends Selector)

Ajax, Blog, PHP Scripts
This class might be utilized create a requisition that could be utilized to select companions on Facebook. It creates the essential Html, Css and Javascript to presentation a record of companions of the present Facebook client. The client can pick which companions he needs to select then afterward the companions record is submitted to a given Url utilizing Ajax to abstain from reloading the entire page. Download Files Here
Read More

5th Incorporation Day!!!

Blog
30th May 2008 is the date when Vivacity InfoTech Pvt. Ltd. was got incorporated. Its been 5 years now and its really a mix feelings. Completed 5 yrs today!!! Our special thanks to our clients for their faith, support and co-operation.... thanks to our team for their hard work, commitment, dedication, passion and enthusiasm made this day special for all of us thanks to all our well-wishers, friends, supporters and all the loved ones!!!! and thanks to my GOD who helped me in every up n down....you were always there for me n wish you will be there last long.....many more years to come n more years of joy, success, commitment, growth and happiness.... Cheerssss!!!!!
Read More