Voting Rights Bill For NRI (Non Resident Indian)

Blog, Internet and Media, News, Social Responsibilities
Parliament has approved voting rights for non-resident Indians in elections with the Lok Sabha adopting the Representation of the People (Amendment) Bill, 2010, However, the person will be able to exercise the franchise only if he or she is present in the constituency on the polling day. The new law will allow an Indian citizen residing abroad to enrol in voter’s list and exercise his franchise even if he or she remained away from place of residence in India for more than six months owing to employment, education or otherwise. But there are more then 20 million Indians living abroad and it is practically impossible to have 20 million people travel to India at the same time. So a combination of Internet and Postal Ballot is more practical, reasonable and…
Read More

How to Setup WordPress Multisite

Blog
WordPress released version 3.0 among the many improvements included in the release, now the WordPress community combined WordPress MU into the main WordPress configuration. This process also know as WPMU. WordPress has made it easier to create multiple WordPress sites on one server with single installtion, Now WordPress website can be installed once, and other blogs can be set up from within the single WordPress dashboard. To change WordPress from the single install to a WordPress multi-site you need to follow these simple instructions: Update the wp-config.php file You will need to add this line of code to your wp-config.php [code]define('WP_ALLOW_MULTISITE', true);[/code] Choose the way of multi-site whether you want to use sub-domains or sub-directories Create your blogs.dir directory. (If using WordPress 3.5+ ignore this as this has been deprecated…
Read More

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