Phpsmarts
Helping you to write smart php code
Syndication feeds available

Using jQuery with Other Libraries

August 1st 2009 in Uncategorized

Using jQuery with Other Libraries

When we are using jquery with other js framework (like Prototype, MooTools, or YUI)  it will throw js error.
element.dispatchEvent is not a function
element.dispatchEvent(event);
However we can override the jquery $ function by calling jQuery.noConflict() at any point after jQuery and other library have both loaded. For example:
<script src=”prototype.js”></script>
<script src=”jquery.js”></script>
<script>
jQuery.noConflict();
// Use jQuery via [...]

Read On No Comments

MySQL Storage Engine - An Introduction

July 31st 2009

Introduction
The MySQL pluggable storage engine architecture allows a database professional to select a
specialized storage engine for a particular application need. It shields a developer or DBA from
the need to manage any specific application coding requirements. The MySQL server
architecture encapsulates the application programmer and DBA from the low-level
implementation details at the storage level providing a consistent [...]

Read On No Comments

Php Mysql Interview Question and Answers - Part 4

April 21st 2009

Php Mysql Interview Question and Answers - Part 4

Read On No Comments

PHP Mysql Interview Question and Answers - Part 3

April 21st 2009

PHP Mysql Interview Question and Answers - Part 3

Read On No Comments

PHP Mysql Interview Question and Answers - Part 2

April 21st 2009

PHP Mysql Interview Question and Answers - Part 2

Read On 3 Comments

PHP Mysql Interview Question and Answers

April 21st 2009

PHP Mysql Interview Question and Answers

Read On 1 Comment

Scan directory using php

February 11th 2009

Scan directory using php
http://www.phpsmarts.com/rnd/scandir/
enjoy

Read On No Comments

Photo upload like flickr using yahoo UI

February 11th 2009

Photo upload like flickr using yahoo UI.
http://www.phpsmarts.com/photos/
click on “upload photos” try demo/demo
enjoy

Read On No Comments

Find Latitude and Longitude of a place using google map

February 11th 2009

Find Latitude and Longitude of a place using google map.
http://www.phpsmarts.com/loglat.php

Read On No Comments


Categories
Blogroll