Best Directory/ Listing WordPress Plugin

If you are looking for directory plugin for your wordpress site, this is the best one:

SabaiDirectory for WordPress

sabaidirectory1SabaiDirectory is a premium business directory plugin for WordPress. The plugin features the ability to build a community driven local business directories like Yelp.com, Google+ Places, or Yahoo! Local.

Features

  • Display listings in list, grid, or map view
  • Search listings by keywords, category, distance, and location
  • Fully interactive map – show listing details on hover/click, refresh search results on map drag, autocomplete location field, clustered markers, etc.
  • Add new or claim existing listings
  • Post reviews of listings with 1-5 star rating system
  • Upload photos of listings
  • Comment on reviews and photos
  • Vote reviews helpful/non-helpful
  • Vote up photos and comments
  • Bookmark listings, reviews, and photos
  • Flag listings, reviews, photos, and comments
  • Show directions on map
  • Dashboard for users to manage their claimed listings, leads (if there are any claimed listing), payment orders, and bookmarks
  • Featured listings
  • Display reviews, photos, and bookmarks by user
  • Unlimited hierarchical categories
  • Custom map styles and marker icon
  • Create multiple directories
  • Paid listings with custom pricing plans
  • Manage payment orders
  • Flexible role-based permission system
  • Schema.org microdata support
  • Contact listing owners via contact us form
  • Geolocation
  • CSV Importer
  • RTL language support
  • 27 customizable e-mail notifications
  • 7 custom Google map styles
  • 7 widgets
  • 8 shortcodes

http://codecanyon.net/item/sabaidirectory-for-wordpress/4505485

Interesting

It is good news for web developer….

themeskingdom.com give us big discount 50%. it’s fantastic man. Take action now before end.

Promotion :: Cheapest Premium WordPress Theme

I want to share the best price for wordpress theme in the world…

570x100

Kumpulan Gambar Status Yahoo Messenger

Berikut Gambar-gambar status Yahoo Messenger yang dapat anda pasang di web anda. Pilih salah satu gambar status Yahoo Messenger di bawah ini, lalu copy scriptnya di bawah gambar tersebut dan paste di web anda. Jangan lupa ganti tulisan YAHOO_ID_ANDA dengan ID Yahoo anda.

1. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=1">
</a>

2. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=2">
</a>

3. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=5">
</a>

4. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=6">
</a>

5. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=7">
</a>

6. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=8">
</a>

7. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=9">
</a>

8. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=10">
</a>

9. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=11">
</a>

10. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=12">
</a>

11. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=13">
</a>

12. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=14">
</a>

13. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=15">
</a>

14. Status Yahoo Messenger
Script :

<a href="ymsgr:sendim?YAHOO_ID_ANDA" border="0">
<img src="http://opi.yahoo.com/online?u=YAHOO_ID_ANDA&t=16">
</a>

Beautiful datepickers and calendars for web developers

Datepickers and calendars are elements you need often to implement in web applications with some advanced features. Starting from zero can be a very hard work, expecially if you don’t have big familiarity with Javascript.

This list include some of my preferred simple to implement and customize datepickers and calendars, for beginner and professional web developers. I suggest you to try in order to simplify your developing process and save a lot of time reusing code already written. The result is really amazing!

1. jQuery datepicker
This is a default datepicker implemented using jQuery UI which is tied to a standard form input. The calendar opens in a small overlay onFocus and closes automatically onBlur if a date if selected. You can also use the keyboard to drive the datepicker:

– page up/down – previous/next month
– ctrl+page up/down – previous/next year
– ctrl+home – current month or open when closed
– ctrl+left/right – previous/next day
– ctrl+up/down – previous/next week
– enter – accept the selected date
– ctrl+end – close and erase the date
– escape – close the datepicker without selection

2. jQuery Date Picker plugin
This is an other interesting jquery datepicker with a lot of options and easy to fit in your web application.

– Flat mode – as element in page
– Multiple calendars in the component
– Allows single, multiple or range selection
– Mark dates as special, weekends, special days
– Easy to customize the look by changing CSS
– Localiation for months’ and days’ names
– Custom day to start the week
– Fits into the viewport

3. Calendar MooTools
Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers implemented and completely re-written for Mootools.

This class include all the features that have been most useful while streamlining the class itself to keep it as small as possible. Take a look about how Calendar might enhance the accessibility, usability and validation of form elements on your website.

4. YUI Calendar
YUI Calendar uses Yahoo! UI library to implement a default calendar you can use as datepicker. It’s very simple to implement, highly customizable and the final result is clean and elegant.
This basic example walks you through the steps needed to get a default Calendar up and running. It covers the set of file dependencies which need to be included as well as the basic markup and JS code required to get you started.

5. Unobtrusive Date-Picker Widget
This elegant datePicker is accessible using the keyboard, requires no embedded JavaScript blocks, uses no pop-up windows and is suitable for use within documents served as application/xhtml+xml. Take a look here for the demo.

A quick feature list:

– Fully keyboard accessible
– Multiple date formats and date dividers supported
– Unobtrusive and nameSpace friendly
– Fully skinnable with CSS
– Both upper and lower date limits can be set
– Certain days of the week can be disabled
– Certain, dates can be disabled/enabled (and wildcards used to stipulate the dates in question)
– Includes “smart” localisation (16 languages currently available)
– Bespoke days of the week can be highlighted
– Works with single text inputs, split text inputs or select lists
– It’s free to use, even commercially (Released under a CC share-alike license)

6. Scal
Scal is a simple, javascript calendar/date picker based on the Prototype js library, simple to implement and to customize using default themes or creating custom themes changing CSS some lines of CSS code.

7. Ext JS Extension:Calendar
Ext JS Extension:Calendar is a daily, weekly, monthly, quarterly, yearly calendar extension which you can use to implement very complex applications Google Calendar or Outlook Calendar like.

8. jPint
jPint is a set of libraries designed by Journyx to allow developers to build web-based applications that look and feel as much like native iPhone apps as possible, while retaining the ability for those apps to be used by people who, for whatever reason, don’t actually have an iPhone handy. Take a look at this nice iPhone like calendar.

Source: http://woork.blogspot.com/2009/01/beautiful-datepickers-and-calendars-for.html

How to Remove the Joomla Generator Tag

This is usually for security reasons to make it less obvious that the site is running Joomla.  The generator value is really easy to modify and remove with one line of PHP code.

Fire up your favourite editor and load the index.php file of the default template on your site.  Most templates should have a block of PHP at the top of the file starting with <?php and closing with ?>.  Find this block and just before the closing PHP brace, insert the following lines of code:

// Remove the generator meta tag
$this->setGenerator(null);
?>

What we have done here is told the template (that’s what $this is) to set the value of the meta generator tag (that’s what setGenerator does) to nothing (that’s what null means).  When you do this, refresh your web page and view the source of the output.  Scan down from the top of the file to find the meta generator tag.

<meta name="generator" content="" />

You can see it’s obviously still there but the value is empty, giving you no clues as to what CMS is running the web site.  Nothing is probably the safest value, but you could set it to anything you like if you really wanted to.

There are several other files that could be loaded by Joomla in the template.  You will also need to do this to the component.php (that supports the Joomla Print View) and if you have a custom Error or Offline page, you will need to add the line of code to error.php and offline.php respectively.  You can find out more about these additional template files in the Template section of the Art of Joomla Developer Reference.

This is just another example of how flexible the Joomla templating engine is and why it’s a makes Joomla a great choice to power your web site … anonymously.

Site Tools (Additions / Enhancements)

Nice tools for web developer