From c4a458cd59736712842721a21b7590f4c15b4455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 18:42:16 -0300 Subject: [PATCH 01/23] Fixing CodeAuditor for old /archive pages --- .../team-foundation-server.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/archive/standards/better-software-suggestions/team-foundation-server.html b/archive/standards/better-software-suggestions/team-foundation-server.html index 88bf47e1..8636f346 100644 --- a/archive/standards/better-software-suggestions/team-foundation-server.html +++ b/archive/standards/better-software-suggestions/team-foundation-server.html @@ -985,11 +985,7 @@

  • Do away with Jira
  • Do away with User voice
  • - Work with the Silverlight team to replace their - - Silverlight User Voice - - with TFS + Work with the Silverlight team to replace their Silverlight User Voice with TFS
  • Work with the SharePoint team to implement a User Voice like app @@ -1055,7 +1051,7 @@

  • Like TFS Smashing Barrier @@ -2801,7 +2797,7 @@

    Work Items - Add standard Work Items to an iteration

    Any software iteration has a bunch of standard items From 28c83881c60c239ed0bd254c2d8353598b3d3ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 18:58:35 -0300 Subject: [PATCH 02/23] Update default.html --- archive/code-auditor/contact/default.html | 173 +++------------------- 1 file changed, 18 insertions(+), 155 deletions(-) diff --git a/archive/code-auditor/contact/default.html b/archive/code-auditor/contact/default.html index e0394c39..5e4f51bd 100644 --- a/archive/code-auditor/contact/default.html +++ b/archive/code-auditor/contact/default.html @@ -8297,19 +8297,7 @@

    Key Features & Benefits

    Report Output. - - See a sample good report - - from the Code Auditor process. -
    - - See a sample bad report - - from the Code Auditor process. + @@ -8333,16 +8321,6 @@

    Key Features & Benefits

    Automatically adds an additional Check-in policy that runs SSW Code Auditor and stops developers from check in code that violates rules. -
    - - MS Word - Custom check-in policy for VSTS Whitepaper - @@ -8541,7 +8519,7 @@

    Top 5 rules

    2.5MB of the document, caches it, and discards the rest. Reference: Google Crawler documentation @@ -8568,7 +8546,7 @@

    Top 5 rules

    Windows Form should have a minimum size to avoid unexpected UI behavior. See
    Do you keep a minimum size in the window forms? @@ -8576,7 +8554,7 @@

    Top 5 rules

  • - + See more Rules...

    @@ -8589,11 +8567,6 @@

    What does the unregistered version give me?

    Note: we also give free version targeted to the little guys -
    - More details see - - http://www.ssw.com.au/ssw/KB/KB.aspx?KBID=Q658302 -

    SSW provides free phone and email support to answer @@ -8622,20 +8595,7 @@

    src="http://www.ssw.com.au/ssw/Images/codeauditorcompliant.gif" alt="Code Auditor compliant" /></a> -

    - You can also download it in - - .png - - or - - .gif - - formats. -

    +

    Where should I put this icon?

    We recommend the image to be placed on the footer (for @@ -8647,7 +8607,7 @@

    Getting Support

    If you can't find it in the product documentation, then check our knowledge base @@ -8655,49 +8615,14 @@

    Getting Support

    If you think that one of our rules is incorrect, - please - - tell us - - about it. + please tell us about it.

    - Please send us - - bug reports - - and - - feedback - + Please send us bug reports and feedback so that we can evolve our software into a product that matches your requirements. We guarantee a response.

    -

    I'm Sold... What's next?

    - +

    @@ -8709,9 +8634,7 @@

    I'm Sold... What's next?

    SSW Code Auditor is similar to - Microsoft FxCop - but has some important differences.

      @@ -8724,13 +8647,7 @@

      I'm Sold... What's next?

    • Code Auditor has a lot of rules - none of which are - in FxCop, eg. the rules listed on our - - Rules To Better pages - - ... + in FxCop
    • FxCop works against compiled assemblies only (it @@ -8746,23 +8663,14 @@

      I'm Sold... What's next?

      any files in the solution.
    • - Overall - - FxCop rules - + Overall FxCop rules are good - however many are obscure (Eg. we do not worry about the - - Globalization rules - + Globalization rules , - - Mobility rules - + Mobility rules and - - Portability rules - + Portability rules ). SSW Code Auditor on the other hand has rules that are more 'general developer' oriented.
    • @@ -8772,20 +8680,14 @@

      I'm Sold... What's next?

    • For most users - - FxCop rules are fixed - + FxCop rules are fixed (unless you want to build a .NET Assembly). SSW Code Auditor rules can easily be extended using regular expressions.
    • Out of the box FxCop only provides one type of - report in xml - . SSW Code Auditor on the other hand provides a report that is flexible and shows the data in different views. @@ -8793,20 +8695,13 @@

      I'm Sold... What's next?

    • Both can be scheduled via a command line. SSW Code Auditor's - wizard - makes it real easy to help you keep your code projects clean all the time.
    • SSW Code Auditor includes a VS.NET Extension, which - encourages you to use both within the - - VS.NET environment - + encourages you to use both within the VS.NET environment .
    @@ -8883,46 +8778,14 @@

    I'm Sold... What's next?

  • Bugs (Knowledgebase)
  • - - -

    - There was an error displaying the testimonials. - Please - - report this error - - to SSW and include the following text: -
    - - A network-related or instance-specific error - occurred while establishing a connection to SQL - Server. The server was not found or was not - accessible. Verify that the instance name is correct - and that SQL Server is configured to allow remote - connections. (provider: Named Pipes Provider, error: - 40 - Could not open a connection to SQL Server) -

    -
    - + From 353e31a47366b331a05a77104283b348e3c01b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 19:00:43 -0300 Subject: [PATCH 03/23] Update 8-month-software-development-retrospective.html --- ...th-software-development-retrospective.html | 42 +------------------ 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/archive/events/webinars/8-month-software-development-retrospective.html b/archive/events/webinars/8-month-software-development-retrospective.html index 0863f17c..8b7fb830 100644 --- a/archive/events/webinars/8-month-software-development-retrospective.html +++ b/archive/events/webinars/8-month-software-development-retrospective.html @@ -7915,47 +7915,7 @@

    -

    - - Register -

    -
    -
    - - Online Ticketing - - for - - Live project debrief (retrospective) on a large - scale agile project - - powered by - - Eventbrite - -
    -
    +
    From 9c079131bc9ad3933600b7260ef5340f304647ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 19:02:18 -0300 Subject: [PATCH 04/23] Update building-spa-with-mvc4.html --- archive/events/webinars/building-spa-with-mvc4.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/archive/events/webinars/building-spa-with-mvc4.html b/archive/events/webinars/building-spa-with-mvc4.html index fcf5d638..36dc3f7a 100644 --- a/archive/events/webinars/building-spa-with-mvc4.html +++ b/archive/events/webinars/building-spa-with-mvc4.html @@ -7973,16 +7973,6 @@

    - - - Eventbrite - Building Single Page Applications with ASP.NET MVC 4 -
    @@ -8001,9 +7991,6 @@

  • Webinar Details
  • -
  • - Register -
  • From 012a0be9cec171061caf3c2b3913c9c93dc84491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 19:03:36 -0300 Subject: [PATCH 05/23] Update how-to-conduct-training.html --- .../how-to-conduct-training.html | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/archive/standards-internal/developer-general/how-to-conduct-training.html b/archive/standards-internal/developer-general/how-to-conduct-training.html index 494df74f..e3063e77 100644 --- a/archive/standards-internal/developer-general/how-to-conduct-training.html +++ b/archive/standards-internal/developer-general/how-to-conduct-training.html @@ -176,27 +176,8 @@

    Training e.g. UTS, User Groups

  • Where to go and what time
  • Where to find the presentation and the labs - - http://sharepoint.ssw.com.au/Training -
    • -
    • - e.g. SQL & BI - - - http://sharepoint.ssw.com.au/Training/UTSSQL/Documents - -
    • -
    • - e.g. .NET - - http://sharepoint.ssw.com.au/Training/UTSNET/Documents - -
    • Any changes you make to the PPTs or Labs make sure they are checked into SharePoint From f7b845b5e2a9d77d12c99984a51d8a0479d1faeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 19:04:23 -0300 Subject: [PATCH 06/23] Update how-to-conduct-training.html --- .../developer-general/how-to-conduct-training.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/standards-internal/developer-general/how-to-conduct-training.html b/archive/standards-internal/developer-general/how-to-conduct-training.html index e3063e77..5b7bbe50 100644 --- a/archive/standards-internal/developer-general/how-to-conduct-training.html +++ b/archive/standards-internal/developer-general/how-to-conduct-training.html @@ -200,8 +200,8 @@

      Training e.g. UTS, User Groups

    • Get the PPT and hands-on-lab initialed by Adam or Eric
    • See our - - Rules To Better PPTS + + Rules To Better PowerPoint Presentations
    From ed25ee998ed9a606ca298e6bac033e9b0d35148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 19:06:07 -0300 Subject: [PATCH 07/23] Update new-recent-sessions.html --- archive/netug/new-recent-sessions.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/archive/netug/new-recent-sessions.html b/archive/netug/new-recent-sessions.html index c3acd92b..66436d1a 100644 --- a/archive/netug/new-recent-sessions.html +++ b/archive/netug/new-recent-sessions.html @@ -9230,9 +9230,7 @@



    Then Tristan will show how to use - Expression Web - through each stage of a website design and share his tips on real-world web development and modern web standards. You will see how @@ -10018,9 +10016,7 @@

    height: 18px; " > - Nigel Watson - Date: Tue, 28 Jan 2025 20:17:01 -0300 Subject: [PATCH 08/23] Update pad-ssw-sql-total-compare.htm --- .../padfiles/pad-ssw-sql-total-compare.htm | 64 ++----------------- 1 file changed, 6 insertions(+), 58 deletions(-) diff --git a/archive/download/padfiles/pad-ssw-sql-total-compare.htm b/archive/download/padfiles/pad-ssw-sql-total-compare.htm index 6cf8049e..5d454df3 100644 --- a/archive/download/padfiles/pad-ssw-sql-total-compare.htm +++ b/archive/download/padfiles/pad-ssw-sql-total-compare.htm @@ -31,17 +31,9 @@ - +
    -
    -
    - -
    -

    -
    @@ -123,40 +115,16 @@
    - - @@ -187,25 +151,9 @@ From dac82d628084d8a89fa6ac5ef697caf3096b32e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 20:20:24 -0300 Subject: [PATCH 09/23] Update default.html --- archive/extreme-emails/default.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/archive/extreme-emails/default.html b/archive/extreme-emails/default.html index 058bdb06..1af83032 100644 --- a/archive/extreme-emails/default.html +++ b/archive/extreme-emails/default.html @@ -10516,7 +10516,7 @@
    Product Info
    • - + Screenshots
    • @@ -10531,13 +10531,6 @@
      Product Info
      Promotional Flyers -
    • - - Manage your Projects - -
    • Reports
    • From 93d6c82a5843705e93b16715adf3cb95947f86e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 20:22:58 -0300 Subject: [PATCH 10/23] Update how-to-change-your-career-and-become-a-developer-in-2015.html --- ...-to-change-your-career-and-become-a-developer-in-2015.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/events/tech-breakfast/how-to-change-your-career-and-become-a-developer-in-2015.html b/archive/events/tech-breakfast/how-to-change-your-career-and-become-a-developer-in-2015.html index a9ed5d36..80c57d8d 100644 --- a/archive/events/tech-breakfast/how-to-change-your-career-and-become-a-developer-in-2015.html +++ b/archive/events/tech-breakfast/how-to-change-your-career-and-become-a-developer-in-2015.html @@ -8064,7 +8064,7 @@

      About the presenters

      Marlon Marescia is the Sales Manager at SSW. His hands on experience with Microsoft technologies like @@ -8079,7 +8079,7 @@

      About the presenters

      Duncan is a Software Architect at SSW who loves working in passionate teams to make awesome From 911ddeabc660b23abce92eb69a7b43142b406399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 20:27:22 -0300 Subject: [PATCH 11/23] Update meetings-schedule-agendas.html --- .../meetings/meetings-schedule-agendas.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/standards-internal/meetings/meetings-schedule-agendas.html b/archive/standards-internal/meetings/meetings-schedule-agendas.html index 6776e85d..6db2aa79 100644 --- a/archive/standards-internal/meetings/meetings-schedule-agendas.html +++ b/archive/standards-internal/meetings/meetings-schedule-agendas.html @@ -158,9 +158,9 @@

      This page has been moved to: - https://sugarlearning.com/categories/5054/induction-day-3-specific-induction + SugarLearning | Meetings

      @@ -307,7 +307,7 @@

      Meeting Agendas

    • Review current projects - see client satisfaction standard From 94b70b9c2e49a8558d8f66861ebbf97acfb1c908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 20:29:53 -0300 Subject: [PATCH 12/23] Update rsuserguide.html --- archive/code-auditor/rsuserguide.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/archive/code-auditor/rsuserguide.html b/archive/code-auditor/rsuserguide.html index b734bd88..83ca2f47 100644 --- a/archive/code-auditor/rsuserguide.html +++ b/archive/code-auditor/rsuserguide.html @@ -8001,12 +8001,6 @@

      User Guide

      pass the validation rules you specified. These files now need to be fixed. In the case of this example, the reports need to be modified to use a shared data source. - For more information on fixing your Reporting Services - reports, please see - - SQL Reporting Services for Developers - - .

      You can also create rules for the following conditions From ea63bb07f8a4dd890faaab6df7731d1f68b82bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 28 Jan 2025 20:34:26 -0300 Subject: [PATCH 13/23] Update telerik-tests.html --- .../telerik-tests.html | 28 +++---------------- 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/archive/standards/better-software-suggestions/telerik-tests.html b/archive/standards/better-software-suggestions/telerik-tests.html index a83e988a..42f69f46 100644 --- a/archive/standards/better-software-suggestions/telerik-tests.html +++ b/archive/standards/better-software-suggestions/telerik-tests.html @@ -1295,7 +1295,7 @@

      More Information

      they want, but it is not ready for the User without editing.

      - This is an example of it when recording CRM2011... before you + This is an example of it when recording CRM 2011... before you hit images:

      @@ -1304,32 +1304,12 @@

      More Information

      Steps

      1. - Navigate to : ' - - https://ssw.crm.ssw.com.au' - - ' -
      2. -
      3. - Navigate to : ' - - https://ssw.crm.ssw.com.au ' + Navigate to: ' + + https://crm.ssw.com.au '
      4. Handle 'Logon' dialog.
      5. -
      6. - Navigate to : ' - - http://ssw.crm.ssw.com.au/' - -
      7. -
      8. - Navigate to : ' - - https://ssw.crm.ssw.com.au/main.aspx - - ' -
      9. Click 'ContactsNobrTag'
    From 126661d91750294eba11216aec6d010494db24ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 15:52:38 -0300 Subject: [PATCH 14/23] Update sql-server-migration-assistant-wizard-for-access.html --- .../sql-server-migration-assistant-wizard-for-access.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/upsizing-pro/sql-server-migration-assistant-wizard-for-access.html b/archive/upsizing-pro/sql-server-migration-assistant-wizard-for-access.html index 7d2693d5..5b23b6c8 100644 --- a/archive/upsizing-pro/sql-server-migration-assistant-wizard-for-access.html +++ b/archive/upsizing-pro/sql-server-migration-assistant-wizard-for-access.html @@ -7974,7 +7974,7 @@

    is not migrated to SQL Server – we hope Microsoft fix this soon Software Suggestions for MS Access From 2b2ae0829d836209f13e7d6d32cae216889c2216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 15:55:46 -0300 Subject: [PATCH 15/23] Update cleaning-your-mailbox.html --- .../developer-general/cleaning-your-mailbox.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/standards-internal/developer-general/cleaning-your-mailbox.html b/archive/standards-internal/developer-general/cleaning-your-mailbox.html index b1a68066..e38f3665 100644 --- a/archive/standards-internal/developer-general/cleaning-your-mailbox.html +++ b/archive/standards-internal/developer-general/cleaning-your-mailbox.html @@ -244,9 +244,9 @@

    Cleaning your inbox

    For any emails that remain, forward them to the relevant people as per - http://hippo/ssw/StandardsInternal/InductionTraining/EmployeeResponsibilities.aspx + Employee Responsibilities
  • From 1803bf1617cc41b04eb5e97087d9434dfd347422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 15:56:56 -0300 Subject: [PATCH 16/23] Update how-to-clean-error-logs.html --- .../developer-general/how-to-clean-error-logs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/standards-internal/developer-general/how-to-clean-error-logs.html b/archive/standards-internal/developer-general/how-to-clean-error-logs.html index e40565eb..4e4aff50 100644 --- a/archive/standards-internal/developer-general/how-to-clean-error-logs.html +++ b/archive/standards-internal/developer-general/how-to-clean-error-logs.html @@ -198,7 +198,7 @@

    This folder is cleaned to zero every morning by the web master

    See Employee Responsibilities @@ -206,7 +206,7 @@

    This folder is cleaned to zero every morning by the web master

    Acknowledgements

    - + James Zhou
    From 43651838599d38db95b66423bbdc09fe850caef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 16:03:14 -0300 Subject: [PATCH 17/23] Update brain-quest-alm-in-a-day.html --- archive/events/training/brain-quest-alm-in-a-day.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/events/training/brain-quest-alm-in-a-day.html b/archive/events/training/brain-quest-alm-in-a-day.html index 9edd6480..7f6a4a57 100644 --- a/archive/events/training/brain-quest-alm-in-a-day.html +++ b/archive/events/training/brain-quest-alm-in-a-day.html @@ -8209,14 +8209,14 @@

    About the Trainer


  • From 9c4b656f0abcad1a0de6645498701dee671a91d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 16:08:48 -0300 Subject: [PATCH 19/23] =?UTF-8?q?Update=20zz=5F2017=5F11=5F=5FFrom=20UX=20?= =?UTF-8?q?to=20CX=20=E2=80=93=20Improving=20the=20Customer=20Experience?= =?UTF-8?q?=5F=5F.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... CX \342\200\223 Improving the Customer Experience__.html" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/SSW.Website.WebUI/NETUG/SSWUpdate/zz_2017_11__From UX to CX \342\200\223 Improving the Customer Experience__.html" "b/SSW.Website.WebUI/NETUG/SSWUpdate/zz_2017_11__From UX to CX \342\200\223 Improving the Customer Experience__.html" index a31a6dae..c8c69dad 100644 --- "a/SSW.Website.WebUI/NETUG/SSWUpdate/zz_2017_11__From UX to CX \342\200\223 Improving the Customer Experience__.html" +++ "b/SSW.Website.WebUI/NETUG/SSWUpdate/zz_2017_11__From UX to CX \342\200\223 Improving the Customer Experience__.html" @@ -745,10 +745,10 @@

    + Contact Info:
    - General Phone: +61 2 9953 3000 -
    - General Email: - - info@s*w.com.au - -

    - Support Phone: +61 2 9953 3000 -
    - Support Email: - - info@s*w.com.au - -

    -
    -
    - - Sales Phone: +61 2 9953 3000 + Phone: +61 2 9953 3000
    - Sales Email: + Email:

    Order Online: - http://www.ssw.com.au/ssw/Products/ProdCategory.aspx?CategoryID=SQLDC -

    - + http://download.us.ssw.com.au/SSWSQLTotalCompare_Ver5-14.exe - -
    - -
    - - - -
    - - - +
    - + - +
    nerddinnernerddinner
    SSW and Octopus Deploy invite you to join us for pizza! It's a fun and delicious opportunity for networking with peers and sharing thoughts after the Sydney .NET User Group. Read MoreSSW and Octopus Deploy invite you to join us for pizza! It's a fun and delicious opportunity for networking with peers and sharing thoughts after the Sydney .NET User Group.
    From f4e58a13b6c357db29b6171a8fc747318fbf325b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 16:11:18 -0300 Subject: [PATCH 20/23] Update about-me.htm --- .../-employee-test-area/cameron-townshend/about-me.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/standards-internal/-employee-test-area/cameron-townshend/about-me.htm b/archive/standards-internal/-employee-test-area/cameron-townshend/about-me.htm index 7d94ffa8..1788e66e 100644 --- a/archive/standards-internal/-employee-test-area/cameron-townshend/about-me.htm +++ b/archive/standards-internal/-employee-test-area/cameron-townshend/about-me.htm @@ -89,7 +89,7 @@

    New web pages are to be consistent with the SSW Template. All new pages must also abide by the rules set out in - + SSW Rules to Better Websites . @@ -98,7 +98,7 @@

  • Please also read the standard on - + SSW Branding before you create a new page... @@ -131,7 +131,7 @@

    Acknowledgements

    Always acknowledge From 12f54dcac3dc031336ff52967f7a25cec09d57fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 16:13:51 -0300 Subject: [PATCH 21/23] Update default.html --- archive/exchange-reporter/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/exchange-reporter/default.html b/archive/exchange-reporter/default.html index 0a52f289..27947318 100644 --- a/archive/exchange-reporter/default.html +++ b/archive/exchange-reporter/default.html @@ -1273,7 +1273,7 @@

    I'm Sold... What's next?
  • Our People From 6c6a581513e48f6359ba21da312566350578828d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 16:15:11 -0300 Subject: [PATCH 22/23] Update windows.html --- archive/standards/better-software-suggestions/windows.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/archive/standards/better-software-suggestions/windows.html b/archive/standards/better-software-suggestions/windows.html index 50cc29cd..b766c5d9 100644 --- a/archive/standards/better-software-suggestions/windows.html +++ b/archive/standards/better-software-suggestions/windows.html @@ -873,10 +873,7 @@

    Power Meter - Add a balloon when it reaches 100%

    Figure: Currently I use a great 3rd Party tool called Battery - Monitor from - - http://www.exs-studios.com - + Monitor from exs-studios.com
  • From 82061d7655afddf739880a62b9d9330bfb030e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 3 Feb 2025 16:17:48 -0300 Subject: [PATCH 23/23] Update 2010-03.htm --- archive/netug/canberra-ug/2010-03.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/netug/canberra-ug/2010-03.htm b/archive/netug/canberra-ug/2010-03.htm index 08f69f8f..0237daae 100644 --- a/archive/netug/canberra-ug/2010-03.htm +++ b/archive/netug/canberra-ug/2010-03.htm @@ -119,7 +119,7 @@ Microsoft PerformancePoint 2010 (Part of SharePoint 2010) by Adam Cogan