दोस्तो आज के समय में राहुल गांधी को कौन नही जानता है , राहुल गांधी का नाम आज के समय मे हर किसी के जुबान पर है क्योंकि राहुल गांधी विपक्ष के नेता होने के साथ- साथ उनके लुक को देखकर कई लड़कियां उनकी दीवानी है । दोस्तो राहुल गांधी को जहाँ अपना पूरा ध्यान…
Category: राजनीती
WHAT DROVE ME TO GIT ON THE COMMAND LINE
This past Wednesday I had a chance to to my first #WDSLunch. Something we’re trying over at WebDevStudios– a brief session of hanging out and learning something new with team members. I presented a topic about Git on the command line. I’ve been doing a lot of Git lately, and about 2 months ago, finally…
CHOOSING A WEB HOST FOR A PROJECT SHOULD BE LIKE PAIRING WINE
Think about it– You walk into a fancy bistro for dinner. The chef has crafted a wonderful three course meal for his guests this evening. He’s carefully picked ingredients that compliment each other and make three wonderful dishes. Along with those dishes, he’s paired a wonderful wine selection. You eat your meal. It was delicious….
HOW MUCH SHOULD WORDPRESS PLUGIN CUSTOMIZATION COST?
I get a fair amount of project inquiries. One of the biggest things I see is people wanting small WordPress plugin customizations. I don’t mean small in the sense of change a line or two of code, I mean small in the sense of changing how part of the plugin works. Changes that may take…
Google+ Devs launched
In spite of the lack a Google+ API, some developers have already begun creating apps for Google’s new social platform. I decided I’d create this blog to help keep track of happenings and new releases in the Google+ ecosystem, to share thoughts on the platform and code snippets for interacting with Google+. It might be…
How to apply for Google plus api notifications
When Google launched it’s Google+ beta, it did so without exposing an api to developers. Given that the site is yet to fully launch and core changes to the site are still probable, we’re certainly not saying this was a bad idea. However for the future, Google will know that creating a platform for developers…
Possibly the first ever Google+ app created
Yesterday night Boris Veldhuijzen van Zanten posted on Google+ announcing Social Statistics, which keeps track of the top 100 users of Google+. It’s the first thing we have seen that could be described of a Google plus ‘app’. Boris had stated that he was updating the site manually, however you would think it shouldn’t taken…
Plusbar adds live media to Google+ streams
Google+ has only been available for a week and there’s no Google+ API as of yet, so developers have been making do without, and this is the latest example. A developer called Kosso has created a streaming video hack for Google+. Kosso’s hack is called Plusbar and takes the form of a bookmarklet. Plusbar currently…
Google Plus Nick – Google+ URL shortener launched
One thing Google have omitted from the beta version of Google+ is ‘vanity urls’ – a personalisable short-link for your Google+ profile. Currently user profiles are accessed at plus.google.com/<21 digit integer>. A new service, Google Plus Nick has launched, allowing users to choose a Google plus nickname which they use their gplus.to domain to shorten….
googleCard – google+ hovercard style box in PHP
In this post I’m going to show you how to scrape google+ with PHP (in lieu of a google+ api) and create a simple contact card / badge / widget thing for your site or blog. (top) unformatted (bottom) google+ card The googleCard scraper class currently outputs the target user’s name, profile image, google+ url…