Navigation

10/30/2013

Using jQuery to dynamically control HTML

Have a web page with separate Windows and Apple instructions, want to only show Apple links on Apple laptop, etc.

First have link to jQuery:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script>


Then you can use jQuery hide & show functions, remember to put these functions AFTER the target class or id, otherwise it will not have any effect.

<script>
$(".1class_name").hide();
$("#1id_name").show();

</script>

 You could do all P tags  ("p"), one class  (".this-class") , or one id  ("#one_id")



From w3schools.com

10/24/2013

MS Office - Suppress Help Protect and Improve Microsoft Office screen

To remove the "Help Protect and Improve Microsoft Office" pop up for new users to Microsoft Office 2010, open gpedit.msc, navigate to:

Local Computer Policy\
User Configuration\Administrative Templates\(ADM\ADMX)\Microsoft Office 2010\Miscellaneous
Suppress recommended settings dialog







http://social.microsoft.com/