Xpert Developer

RSS Feeds

  • Home
  • About
  • Contact
  • Sliding Hover menu using mootools 1.2 | Menu hover effect using...

    Recently I was surfing and found one very stylish menu built in flash. It was just awesome. I have analyzed it for some time and found that this can also be done with java script also. Actually I am big fan of mootools so I have picked that for this task and you can see the result at the demo page. Only used mootools tween effect to make this work. Obviously there is a bit of css involved in this. In css...
    More
  • prepare statements with PDO

    You should first read below article before continue with this article. PDO Introduction Mysql Connection PDO Many of the matured databases support the use of prepared statements. Prepares statements can be considered as a kind of compiled template for the SQL that as application wants to run, that can be customized using variable parameters. Prepared statements offer two major benefits: The query needs...
    More
  • Generate Dynamic dummy images with PHP

    There can be a cause where you want to display images dynamically like display images in post title, display image in background, etc. Of course we can do it with PHP GD functions but what if you don’t have to write all that function and you get ready images. Yes, now we can create dynamic images with http://dummyimage.com This site provide the service to generate the dynamic images based on the parameters g...
    More
  • Reduce the Number of DOM Elements | Best Practice to Speed up your...

    A complex page means more bytes to download and it also means slower DOM access in Javascript. It make difference if you are looping through lots of DOM elements on page to add an event handler. Are you using nested tables for layout purpose? Are you throwing in more <div>s only to fix the layout issues? May be there's a better, more effective and semantically correct way to do your markup. A great help...
    More
  • PDO Introduction | PHP DATA OBJECT | Lightweight and Consistent...

    PDO (PHP Data Object) is the lightweight and consistent interface for accessing the multiple databases (even of different types) through PHP. PDO provides the data access abstraction layer, which means without worrying about the database type you can use the same functions for querying the databases. PDO comes with PHP 5.1 and available as PECL extension for PHP 5.0, PDO requires the OO features in the core of...
    More
Samsung Galaxy Tab

Samsung Releases the Galaxy Tab

Sep 3rd

Posted by xpertdev in Technology News

No comments

Samsung has finally release the Galaxy Tab, a tablet computer running Android 2.2 that will begin shipping in October in Europe. A launch date for the U.S. was not declared yet. The tablet can be used to surf the Web, watch movies, read e-books, navigate using GPS — and even make phone calls, according to Samsung. The Galaxy Tab has a 7-inch touchscreen with a resolution of 1024 by 600 pixels, and a 1GHz Cortex A8 processor with 16GB of integrated storage. There is also a MicroSD card slot that can expand the storage capacity with another 32GB.

android2.2, galaxy release, samsung, samsung galaxy, samsung galaxy tab, technology news

Managing Transaction in PDO

Sep 3rd

Posted by xpertdev in Object Oriented Programming

No comments

Transaction is very useful portion of the database operation when we are making number of queries and all the queries are depends on each other. Transaction works on this method “All or Nothing”.

PDO, PDO begin transaction, PDO commit, PDO rollback, PDO Transaction, PHP

Error handling methods in PDO

Sep 2nd

Posted by xpertdev in Object Oriented Programming

No comments

PDO offers you a choice of 3 different error handling strategies, to fit your style of application development. PDO::ERRMODE_SILENT, PDO::ERRMODE_WARNING and PDO::ERRMODE_EXCEPTION are the three modes of PDO error handling.

error handling, error mode, PDO error, PDO error handling, PDO Exception, PDO- manual

Generate Dynamic dummy images with PHP

Sep 2nd

Posted by xpertdev in Open Source

1 comment

There can be a cause where you want to display images dynamically like display images in post title, display image in background, etc. Of course we can do it with PHP GD functions but what if you don’t have to write all that function and you get ready images. Yes, now we can create dynamic images with online service.

dynamic image generator, dynamic image with php, image generator, PHP
Gmail Priority Inbox

Google introduce priority inbox in Gmail

Sep 1st

Posted by xpertdev in Technology News

No comments

People get hundreds or thousands of mail each day. So it will be confusing to decide which to read and for which to reply. I mean to say it’s hard to find that which mails are important for you till now. Yes till now, because Google has introduced the priority inbox (beta) facility in Gmail. This service will automatically filter the mails which are important for you.

gmail priority inbox, google news, priority inbox, technology news

How to do Joomla template override?

Aug 31st

Posted by xpertdev in Joomla

No comments

There may be occasions where you want to change the way the Joomla extension (such as components, module whether from Joomla core or any third party extensions). Of course we can write extension from scratch but it will be time consuming for anyone. Thankfully there is another way of doing this in very easy manner.

joomla, joomla feature, opensource, PHP, template override, Template translations, Understanding Output Overrides

prepare statements with PDO

Aug 30th

Posted by xpertdev in Open Source

No comments

Many of the matured databases support the use of prepared statements. Prepares statements can be considered as a kind of compiled template for the SQL that as application wants to run, that can be customized using variable parameters.

benefits of prepare statements, named placeholder, PDO, PDO placeholder, PDO prepare, PHP, positional placeholder, prepare statements
1234»
  • My Work

    • CSS Border Magic
    • Cufon Text
    • Sliding Hover Menu
    • Interactive Tag Cloud
    • Recent comments
    • Popular posts
    • Archives
    • Tags
    • Categories
    • Apache (4)
      • htaccess (3)
      • URL Rewrite (2)
    • CSS (6)
    • General Announcement (1)
    • HTML (4)
    • Javascript (3)
      • jQuery (1)
      • Mootools (3)
    • Object Oriented Programming (4)
    • Open Source (8)
      • Joomla (2)
    • PHP (15)
      • Caching (1)
      • Optimization (5)
      • PDO (5)
    • Technology News (7)
    all pages from http to https Apache Best Practice Best Practice to Speed up your website Cache Control Header CDN Configure ETags Content Delivery Network css CSS Sprites DOM Element Expire Header Expire Headers get yslow ranking Gzip Components htaccess htaccess tips HTML HTML Optimization http to https Image maps introduction javascript Minimize HTTP Requests mod_rewrite mootools tween effect Never expire open source optimization PDO PDO Installation PDO Introduction PHP PHP Extension php news RewriteCond RewriteEngine rewrite tips Site Optimization technology news Tips to speed up website url rewrite Use of Content Delivery Network welcome to xpert developer Yahoo Optimization Tips
    • September 2010 (5)
    • August 2010 (21)
    • PDO Introduction | PHP DATA OBJECT | Lightweight and Consistent interface for accessing multiple databases in PHP (5)
    • Minimize HTTP Requests – Best Practice to Speed up your website (4)
    • Sliding Hover menu using mootools 1.2 | Menu hover effect using mootools 1.2 tween effect (4)
    • Expire Header | Cache-Control Header | Best Practice to Speed up your website (1)
    • Use of Content Delivery Network – Best Practice to Speed up your website (1)
    • Redirect http to https using Apache mod_rewrite (1)
    • MySql Database Connection with PDO (1)
    • Generate Dynamic dummy images with PHP (1)
    • Welcome to Xpert Developer (0)
    • SEO Friendly Interactive Tag Cloud using mootools 1.2 | Sexy Tag Cloud Script using Mootools 1.2 (0)
    • Asif Huddani: Nice One. I really like this.....
    • xpertdev: Hi, I will add it soon...
    • Naitra jain: this is really nice post. i like the sliding effects. Where to down load link?
    • prepare statements with PDO | Xpert Developer: [...] PDO Introduction [...]
    • pligg.com: MySql Database Connection with PDO | Xpert Developer... PDO (PHP Data Object) is the lightweight...
    • forex robot: nice post. thanks.
    • Demton: This is such a great resource that you are providing and you give it away for free. I enjoy seeing...
    • student: Keep posting stuff like this i really like it
  • You Say Too

  • Search

  • Blogroll

    • Expert Exchange
    • Stack Oveflow
  • Promote Blog

    Promote Your Blog
RSS Feeds XHTML 1.1 Top
Copyright © 2010 Xpert Developer