by admin | May 19, 2023 | Blog
Should I use WordPress? WordPress is a popular content management system (CMS) that offers numerous advantages for building websites. However, there are also benefits to building a website from scratch. Let’s explore the pros and cons of each approach. WordPress...
by admin | May 17, 2023 | Blog
Web designers are professionals who specialize in designing and creating websites. They possess a unique set of skills that allow them to craft visually appealing and functional websites that meet the needs of businesses and individuals alike. Web designers typically...
by admin | May 4, 2023 | Blog
Sailing across the Bass Strait in a small craft is not for the faint-hearted especially on a WASZP. The stretch of water between mainland Australia and Tasmania is notorious for its fierce weather patterns and treacherous conditions, making it one of the most...
by admin | May 4, 2023 | Coding, sql
To find the version of Microsoft SQL Server you are using, there are several methods you can use, including using SQL Server Management Studio, querying the server, or checking the version information in the Windows Registry. One way to find the version of SQL Server...
by admin | May 1, 2023 | Coding, sql
Common Table Expression (CTE) is a temporary result set that can be used within a SQL statement, typically a SELECT, INSERT, UPDATE or DELETE statement. CTEs are useful for creating self-contained queries that can be reused multiple times within a larger query or by...