Entrepreneur Geek
Entrepreneur Geek
Nirav Mehta on growing in life, technology and businesses
  • @niravmehta
  • WordPress
  • LinkedIn
Skip to content
  • About
  • Businesses

Technology

Technology related posts. WordPress, WooCommerce, Apple, JavaScript, CSS – whatever catches my fancy!

There are 374 posts filed in Technology (this is page 26 of 75).

Post navigation

Flash, Flex & Web service problems

I always have a tough time deploying a Flash/Flex based app that uses web services. And we use web services (or similar) on almost all projects! Every two or three months I come across a new problem with web service deployment and have to spend some long hours finding and fixing it. The post describes […]

in Technology | 1 Comment

AirTalkr: AIR based instant messenger

AirTalkr is the new instant messenger on the block. And it’s not just an IM that connects to multiple networks, it can also connect to mySpace and a whole lot others. And what’s more interesting is that it’s built in Adobe Integrated Runtime! From the site: AirTalkr is a multi-protocol Instant Messenger that connects to […]

in Technology | 3 Comments

Recursively delete all .svn folders

Needed to quickly delete all .svn folders and files within them from a machine where svn client was not setup. Here’s how: #!/bin/sh echo “recursively removing .svn folders from” pwd rm -rf `find . -type d -name .svn` Taken from: Any Example

in Technology | 2 Comments

Puzzle of 65

Sneha (my sister in law) asked me to solve this puzzle. If you sum up any side, the total always comes to 65. The puzzle is to find out the pattern in this. A pattern that you can extend to any odd dimension matrix. This one is 5×5, the logic of placing the numbers will […]

in Technology | 1 Comment

Firefox Event featured in Linux Magazine

On 21st July, we organized the Mozilla Indic Developers meet at HBCSE. The latest Linux Magazine carries a note about the event. It was our honor to organize the event! Thanks to Kartik and HBCSE for making it possible! And thanks to Sankarshan for sending the link!

in Journal, Technology | Comment

Post navigation

Writing

  • Business & Leadership
  • Ideas Worth Sharing
  • Journal
  • Technology
Independent Publisher empowered by WordPress