Tutorials

Category

26 posts found

16 Nov 2013
1.91K
No Comments
Php convert hash into hashtags from content

Mostly the largest social networks like #facebook , #twitter , #soundcloud and other application are using #hashtag functionality to sort their data and live-feed or content. So I have wrote this  tutorial to convert # from content and convert into a #hashtag 1. Define function named sdtutshashtag with a single parameter $post_content In $post_content

Post in

14 Nov 2013
0.93K
No Comments

In my office where i do job, i am working on various organization’s projects  developed in wordpress and using many of plugins to complete projects sometimes i am think that i will wrote a article about plugins to users can use them on their wordpress site, to save their times

Post in

14 Nov 2013
0.43K
No Comments

Get last day of month with php date. Get Frist day of month

Post in

8 Oct 2013
0.66K
No Comments

The wordpress user’s password hashing is very strong you cannot manually match the entered password with stored in db password because every single time wordpress generate password with random characters, so here is a function to match the wordpress user login password for login functionality or change password functionality in your

Post in

2 Oct 2013
0.58K
No Comments

This function get_metadata is useful when needs to get alot of post_meta of post or page. Because if get post meta one by one from get_postmeta function then get_postmeta will consume too much time

Post in

1 May 2013
1.67K
No Comments

Its always needs developers to break the special characters from user data like name or url slug or another things, so some times users wants add user name with special characters, but we don’t allow them to add special characters in their name, so here code you can use it

Post in

1 May 2013
1.82K
No Comments
WordPress add ajax url variable

we have need a Ajax url in wordpress that not available already available in our theme pages, so we add it through a WordPress Hook  API, so lets add this code on your theme functions.php file. Important: you must call wordpress function in your header.php file or if you don’t

Post in

15 Dec 2012
1.77K
No Comments
50+ Fresh Jquery Text and Image Slider

A-jQuery-and-WordPress-image-gallery Includes slideshow, transition effects, multiple album options, CSS skinning and much more AnythingSlider Lots of people have worked on AnythingSlider and there is a lot more to it than you can see here (themes, effects, options, etc). Go snag the code from GitHub to see the full monty. Awkward-Showcase-A-jQuery-Plugin

Post in

18 Aug 2012
1.36K
No Comments
38 Most Popular PHP MVC Frameworks

Laravel Php Framework PHP Zend Framework CakePHP- the rapid development php framework. CodeIgniter – Open source PHP web application framework PHP  PHALCON Symfony PHP Framework FuelPHP Kohana PHP Framework PHPixie PHP Framework PHPDevShell PHP Framework and UI Openbiz Framework Developer Lithium PHP framework Qcodo PHP Framework TYPO3 Flow Enterprise PHP

Post in

7 Mar 2012
0.35K
No Comments

While in custom theme development we need to highlight the post article author comment in comments, I have two technique to highlight the author comment area first method is best for css and designing purpose, but we want to make different html of comment area or do more code we need

Post in