by Clay, March 12th •  How-to •  Others • 
0

How To Exclude Page Permanently In Wordpress Without Using Any Plugin

upload in progress  How To Exclude Page Permanently In Wordpress Without Using Any Plugin

here is a way to permanently exclude pages globally across Wordpress instead of individual excluding page using wp_list_page parameter without using any Wordpress plugin

by Clay, March 4th •  How-to •  Others • 
1

Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure codes  Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment

Disabling the automatic converting url or email addresses Wordpress sees into HTML link that is clickable on the comment text area.

by Clay, February 20th •  How-to •  JavaScript •  jQuery • 
0

Multiple Upload Using Single Upload File With jQuery

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype color  Multiple Upload Using Single Upload File With jQuery

Performing Multiple upload without having multiple upload bar. Using a single upload bar to upload multiple file into the server. This method is very useful on a submit form where upload is necessary to proceed but we do not want the user to upload on uncompleted submission.

by Clay, February 9th •  Informative •  Tips And Tricks • 
3

21 Tips To Find A Good Shared Web Hosting Company

optimize web contents  21 Tips To Find A Good Shared Web Hosting Company

Some tips i look at when i look for a shared web hosting company.

by Clay, January 23rd •  How-to •  Others • 
7

Multiple Wordpress installation sharing one user table

 wordpress themes design photo art  Multiple Wordpress installation sharing one user table

multiple Wordpress installation with the same user table? This means that your user will only required to register once to access all your Wordpress blog without the need to login twice!

by Clay, January 14th •  How-to •  Others • 
0

Sorting post according to post tag in Wordpress

work in progress  Sorting post according to post tag in Wordpress

Sorting post according to its post tag in Wordpress is not supported yet. (don't think it will be supported) And if you would like to sort post tag like i do, you can look into this post and hopefully you can do it too :)

by Clay, January 2nd •  How-to •  Others • 
3

wp_insert_post went into infinity loop problem or return blank page

 car photoshop design  wp_insert_post went into infinity loop problem or return blank page

A discussion on how to prevent wp_insert_post in Wordpress to go into an infinity loop or returning you a blank page after running few minutes. Not all Wordpress environment who uses Wordpress wp_insert_post will get such behavior tho

by Clay, January 1st •  How-to •  JavaScript •  jQuery • 
0

Tutorial: disable _blank attribute from opening new window

every great photoshop lighting tutorial ever  Tutorial: disable _blank attribute from opening new window

Using target _blank is pretty simple we just throw it into the respective html tag that it support and a new window will appear whenever someone click on it! But how do you disable this behavior? Especially when the html data is not within your control but you have JavaScript to play with? I'll show you how.