Prem Tiwari

Tuesday, 3 December 2013

Highlight Current Page in Menu bar

Highlight Current Page in Menu bar
Posted by prem at 02:42 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Monday, 25 November 2013

Second highest salary in mysql

Second highest salary in mysql
Posted by prem at 02:35 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Friday, 22 November 2013

Seo friendly url using htaccess

Seo friendly url using htaccess
Posted by prem at 00:28 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Tuesday, 5 November 2013

Jsp tutorials

Visite hete for the best jsp tutorials : http://freewebmentor.com/jsp-tutorial-for-beginners-with-examples.html
Posted by prem at 01:30 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Location: New Delhi, Delhi, India

Tuesday, 15 October 2013

Best webdevelopment Tutorials

More web development Tutorials visite here http://freewebmentor.com/
Posted by prem at 04:06 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Friday, 30 August 2013

MySQL select DISTINCT by highest value

SELECT 
    p.*
FROM
        product p
    INNER JOIN
        ( SELECT 
              magazine, MAX(onSale) AS latest
          FROM
              product
          GROUP BY 
              magazine
        ) AS groupedp
      ON  groupedp.magazine = p.magazine
      AND groupedp.latest = p.onSale ;
Posted by prem at 03:32 1 comment:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Home
Subscribe to: Posts (Atom)

Join 5000+ Readers Community!

Enter your email address:

Delivered by FeedBurner

Popular Posts

  • MySQL select DISTINCT by highest value
    SELECT p .* FROM product p INNER JOIN ( SELECT magazine , MAX ( onSale ) AS latest ...
  • Highlight Current Page in Menu bar
    Highlight Current Page in Menu bar
  • Working with Databases in Yii framework
    This section will describe how to create a new page that displays country data fetched from a database table named  country . To achieve t...
  • Best webdevelopment Tutorials
    More web development Tutorials visite here  http://freewebmentor.com/
  • Pagination for Twitter Bootstrap
    Instructions: Insert this into your functions.php. This snippet creates a numbered page navigation menu using Twitter Boostrap native CS...
  • Second highest salary in mysql
    Second highest salary in mysql
  • How to Disable plugin updates in wordpress
    <?php remove_action ( 'load-update-core.php' , 'wp_update_plugins' ); add_filter ( 'pre_site_transient_update_plugi...
  • Jsp tutorials
    Visite hete for the best jsp tutorials :  http://freewebmentor.com/jsp-tutorial-for-beginners-with-examples.html
  • Automatically Set the Featured Image
    <?php function autoset_featured() {           global $post;           $already_has_thumb = has_post_thumbnail($post->ID);        ...
  • Seo friendly url using htaccess
    Seo friendly url using htaccess

Blog Archive

  • ►  2014 (6)
    • ►  December (2)
    • ►  November (4)
  • ▼  2013 (6)
    • ▼  December (1)
      • Highlight Current Page in Menu bar
    • ►  November (3)
      • Second highest salary in mysql
      • Seo friendly url using htaccess
      • Jsp tutorials
    • ►  October (1)
      • Best webdevelopment Tutorials
    • ►  August (1)
      • MySQL select DISTINCT by highest value

About Me

prem
View my complete profile
Copyright Prem Tiwari. Simple theme. Theme images by luoman. Powered by Blogger.