General Gujarati

Answer – કાનો માત્રા વગર મતલબ કોઈપણ નિશાન બારાક્ષરી નુ ના હોય એવાં નામ બતાવો ???

  • by Tejash Shah
  • April 4, 2020

કાનો માત્રા વગર મતલબ કોઈપણ નિશાન બારાક્ષરી નુ ના હોય એવાં નામ બતાવો ??? લગાવો દિમાગ…….દાખલા તરીકે ફિલ્મનુ નામ… હમ1 ફૂલનુ નામ….2 મીઠાઈનુ નામ…3 પ્રાણીનુ નામ…4 વાસણનુ નામ….5 શાકભાજીનુ નામ….6 દાળનુ નામ…7

General

How to set viewport only for iphone or ipad?

  • by Tejash Shah
  • February 12, 2013

One solution… <!-- in head --> <meta id="viewport" name='viewport'> <script> (function(doc) { var viewport = document.getElementById('viewport'); if ( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)) { doc.getElementById("viewport").setAttribute("content", "initial-scale=0.3"); } else if ( navigator.userAgent.match(/iPad/i) ) { doc.getElementById("viewport").setAttribute("content",

General

PHP snippets to interact with Twitter

  • by Tejash Shah
  • January 14, 2011

Twitter is an awesome tool for website owners, and you should definitely integrate it into your website if you want to attract more traffic and new visitors. Today, let’s take a look

General

Export data to CSV from MySQL

  • by Tejash Shah
  • January 14, 2011

To dump all the records from a table into the file /tmp/[tabelname].csv as a CSV file, use the following SQL query:

General

Creating a MySQL dump in CSV format

  • by Tejash Shah
  • January 14, 2011

Mostly, a dump of a db is wanted in SQL. In case of emergency import file. But some people do not comprehend SQL or their SQL doesn’t like your SQL and everything

General

Facebook – Add a profile tab

  • by Tejash Shah
  • December 18, 2010

You must be Connected before you can add a profile tab. Prompting the user before this will result in an error. Click the Login button on the top left to connect if