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

PHP

There are 38 posts tagged PHP (this is page 3 of 8).

Post navigation

Mobile Web – Adapting the site to different devices

One of the biggest hurdles in mobile web development is to make the site usable on different devices. You can follow the least common denominator approach and use only those features that will work on all target phones. But many a times you want to take advantage of device specific features in your mobile web. […]

in Technology | Comment

Grab more contacts – ContactGrabber does 10 sites now

Attention: Contact Grabber is not actively maintained anymore. We recommend OpenInviter instead. OpenInviter supports more sites and is in active development. The latest version of our GPL product ContactGrabber now allows you to fetch contacts from 10 different sites. AOL (new) LinkedIn (new) Lycos (new) IndiaTimes (new) Yahoo Orkut Gmail Rediff Hotmail Myspace ContactGrabber allows […]

in Journal, Technology | 10 Comments

Know PHP & Japanese?

There is an interesting assignment we have and we need good PHP programmers who can understand and speak Japanese. It’s an onsite assignment. If you are interested, send an email to “vishal dot kothari (at) magnettechnologies.com”.

in Business & Leadership, Technology | Comment

Help! – MySQL Aggregate functions and table joins

I am stuck onto a problem and would appreciate some help on this! Here’s the problem: I am using aggregate functions (eg. SUM) of MySQL in a query where two tables are joined. I also need to filter the results based on some WHERE clause. Now the problem is, SUM sums up the values multiple […]

in Technology | 4 Comments

Copying a MySQL table with schema and keys, but not data

Here’s a great thing I learned about MySQL today: [sql]CREATE TABLE newtable LIKE oldtable[/sql] Will create a copy of the table along with structure and keys (primary keys, auto increments etc) but not the data. This is perfect solution to create new tables based on an existing one – we use it to create a […]

in Technology | 1 Webmention | 7 Comments

Post navigation

Writing

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