Showing source for: https://southsideonlinepublishing.com/en/
Duration: 0.985022s
Server: Microsoft-IIS/10.0

<!DOCTYPE html>
<html>
    <head>
        <title>
   Southside Online Publishing
        </title>
        <meta content="text/html;charset=utf-8" http-equiv="Content-type">
        <meta content="" name="description">
        <meta content="" name="keywords">
        <meta content="nopCommerce" name="generator">
        <link href="/Themes/southside/Content/styles.css" rel="stylesheet" type="text/css">
        <link href="/Content/jquery-ui-themes/smoothness/jquery-ui-1.10.0.custom.min.css" rel="stylesheet" type="text/css">
        <script src="/Scripts/jquery-1.7.1.min.js">
        </script>
        <script src="/Scripts/jquery.unobtrusive-ajax.min.js">
        </script>
        <script src="/Scripts/jquery.validate.min.js">
        </script>
        <script src="/Scripts/jquery.validate.unobtrusive.min.js">
        </script>
        <script src="/Scripts/jquery-ui-1.10.0.min.js">
        </script>
        <script src="/Scripts/public.common.js">
        </script>
        <script src="/Scripts/public.ajaxcart.js">
        </script>
        <link href="https://southsideonlinepublishing.com/favicon.ico" rel="shortcut icon">
        <!--Powered by nopCommerce - http://www.nopCommerce.com-->
        <!--Copyright (c) 2008-2013-->
    </head>
    <body>
        <div id="dialog-notifications-success" style="display:none;" title="Notification">
        </div>
        <div id="dialog-notifications-error" style="display:none;" title="Error">
        </div>
        <div class="bar-notification" id="bar-notification">
            <span class="close" title="Close">
    &nbsp;
            </span>
        </div>
        <div class="master-wrapper-page">
            <div class="master-wrapper-content">
                <script type="text/javascript">
                    AjaxCart.init(false, '.header-links .cart-qty', '.header-links .wishlist-qty', '#flyout-cart');
                </script>
                <div class="header">
                    <div class="header-logo">
                        <a class="logo" href="/en/">
                            &nbsp;
                        </a>
                    </div>
                    <div class="header-links-wrapper">
                        <div class="header-links">
                            <ul>
                                <li>
                                    <a class="ico-register" href="/en/register">
                                        Register
                                    </a>
                                </li>
                                <li>
                                    <a class="ico-login" href="/en/login">
                                        Log in
                                    </a>
                                </li>
                                <li id="topcartlink">
                                    <a class="ico-cart" href="/en/cart">
                                        <span class="cart-label">
                                            Shopping cart
                                        </span>
                                        <span class="cart-qty">
                                            (0)
                                        </span>
                                    </a>
                                </li>
                            </ul>
                            <script type="text/javascript">
                                $(document).ready(function() {
                                    $('.header').on('mouseenter', '#topcartlink', function() {
                                        $('#flyout-cart').addClass('active');
                                    });
                                    $('.header').on('mouseleave', '#topcartlink', function() {
                                        $('#flyout-cart').removeClass('active');
                                    });
                                    $('.header').on('mouseenter', '#flyout-cart', function() {
                                        $('#flyout-cart').addClass('active');
                                    });
                                    $('.header').on('mouseleave', '#flyout-cart', function() {
                                        $('#flyout-cart').removeClass('active');
                                    });
                                });
                            </script>
                        </div>
                        <div class="flyout-cart" id="flyout-cart">
                            <div class="mini-shopping-cart">
                                <div class="count">
                                    You have no items in your shopping cart.
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="search-box">
                        <form action="/en/search" method="get" onsubmit="return check_small_search_form()">
                            <input autocomplete="off" class="search-box-text" id="small-searchterms" name="q" onblur="if(this.value=='') {this.value = 'Search Law Reports';}" onfocus="if(this.value=='Search Law Reports')this.value=''" type="text" value="Search Law Reports">
                            <input class="button-1 search-box-button" type="submit" value="Search">
                            <script type="text/javascript">
                                function check_small_search_form() {
                                    var search_terms = $("#small-searchterms");
                                    if (search_terms.val() == "") {
                                        alert('Please enter some search keyword');
                                        search_terms.focus();
                                        return false;
                                    }
                                    return true;
                                }
                                $(function() {
                                    $('#small-searchterms').autocomplete({
                                        delay: 500,
                                        minLength: 3,
                                        source: '/en/catalog/searchtermautocomplete',
                                        select: function(event, ui) {
                                            $("#small-searchterms").val(ui.item.label);
                                            setLocation(ui.item.producturl);
                                            return false;
                                        }
                                    }).data("ui-autocomplete")._renderItem = function(ul, item) {
                                        var t = item.label;
                                        t = htmlEncode(t);
                                        return $("<li></li>").data("item.autocomplete", item).append("<a>" + t + "</a>").appendTo(ul);
                                    };
                                });
                            </script>
                        </form>
                    </div>
                    <div class="header-selectors-wrapper">
                        <div class="tax-display-type-selector">
                        </div>
                        <div class="currency-selector">
                            <select id="customerCurrency" name="customerCurrency" onchange="setLocation(this.value);">
                                <option value="/en/changecurrency/12?returnurl=%2fen%2f">
                                    New Zealand Dollar
                                </option>
                                <option value="/en/changecurrency/1?returnurl=%2fen%2f">
                                    US Dollar
                                </option>
                                <option value="/en/changecurrency/3?returnurl=%2fen%2f">
                                    British Pound
                                </option>
                                <option value="/en/changecurrency/2?returnurl=%2fen%2f">
                                    Australian Dollar
                                </option>
                                <option value="/en/changecurrency/4?returnurl=%2fen%2f">
                                    Canadian Dollar
                                </option>
                                <option selected="selected" value="/en/changecurrency/6?returnurl=%2fen%2f">
                                    Euro
                                </option>
                                <option value="/en/changecurrency/7?returnurl=%2fen%2f">
                                    Hong Kong Dollar
                                </option>
                            </select>
                        </div>
                        <div class="language-selector">
                        </div>
                    </div>
                </div>
                <div class="header-menu">
                    <ul class="top-menu">
                        <li>
                            <a href="/en/">
                                Home page
                            </a>
                        </li>
                        <li>
                            <a href="/en/newproducts">
                                Recent Law Reports
                            </a>
                        </li>
                        <li>
                            <a href="/en/search">
                                Search
                            </a>
                        </li>
                        <li>
                            <a href="/en/customer/info">
                                My account
                            </a>
                        </li>
                        <li>
                            <a href="/en/contactus">
                                Contact us
                            </a>
                        </li>
                        <li>
                            <a href="/en/Subscription">
                                Subscription
                            </a>
                        </li>
                    </ul>
                </div>
                <div class="ajax-loading-block-window" style="display: none">
                    <div class="loading-image">
                    </div>
                </div>
                <div class="master-wrapper-main">
                    <div class="leftside-3">
                        <div class="block block-category-navigation">
                            <div class="title">
                                <strong>
                                    Categories
                                </strong>
                            </div>
                            <div class="listbox">
                                <ul class="list">
                                    <li class="inactive">
                                        <a href="/en/criminal-law">
                                            Inquest Law Reports
                                            (450)
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/police-law-reports">
                                            Police Law Reports
                                            (431)
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/prison-law-reports">
                                            Prison Law Reports
                                            (738)
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/civil-rights">
                                            Extradition Law Reports
                                            (512)
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/consumer-law">
                                            Mental Health Law Reports
                                            (1039)
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/books">
                                            Books
                                            (2)
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/subscriptions">
                                            Subscriptions
                                            (7)
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <div class="block block-manufacturer-navigation">
                            <div class="title">
                                <strong>
                                    Authors / Contributors
                                </strong>
                            </div>
                            <div class="listbox">
                                <ul class="list">
                                    <li class="inactive">
                                        <a href="/en/kris-gledhill">
                                            Kris Gledhill
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/john-jones-qc">
                                            John Jones QC
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/bridget-dolan">
                                            Bridget Dolan KC
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/debra-powell">
                                            Debra Powell KC
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/jeremy-johnson-qc">
                                            Jeremy Johnson QC
                                        </a>
                                    </li>
                                    <li class="inactive">
                                        <a href="/en/briony-ballard">
                                            Briony Ballard
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <div class="block block-info">
                            <div class="title">
                                <strong>
                                    Information
                                </strong>
                            </div>
                            <div class="listbox">
                                <ul class="list">
                                    <li>
                                        <a href="/en/contactus">
                                            Contact us
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/en/t/aboutus">
                                            About us
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/en/newproducts">
                                            Recent Law Reports
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/en/recentlyviewedproducts">
                                            Recently viewed products
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/en/sitemap">
                                            Sitemap
                                        </a>
                                    </li>
                                    <!--   <li><a href="/en/t/shippinginfo">Shipping & Returns</a></li>-->
                                    <li>
                                        <a href="/en/t/privacyinfo">
           Privacy Notice
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/en/t/conditionsofUse">
                                            Conditions of Use
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <div class="center-3">
                        <div class="page home-page">
                            <div class="page-body">
                                <div class="topic-html-content">
                                    <div class="topic-html-content-title">
                                        <h2 class="topic-html-content-header">
                                            Welcome to Southside Online Publishing
                                        </h2>
                                    </div>
                                    <div class="topic-html-content-body">
                                        <p>
                                            Our aim is to make sure that there is comprehensive law reporting in various important but niche areas of law that affect many people but are not covered well in other law reports. Our story commenced with the realisation that these cases often involve actions against governmental agencies which have the resources to track precedents that are otherwise unreported: so we started to provide proper headnotes, prepared by experienced practitioners, first in mental health law, then in prison law, and then in other areas as well. The aim was to give everyone the same confidence that they could find the relevant judgments.
                                        </p>
                                        <p>
                                        </p>
                                        <p>
                                            Now, with this new method of obtaining our reports on a case by case basis, as individual pdf downloads, we are continuing to support access to knowledge about these important areas of law. You can also obtain access to complete volumes or multiple volumes. Click&nbsp;
                                            <a href="http://southsideonlinepublishing.com/en/subscriptions">
                                                here
                                            </a>
                                            &nbsp;to go to the search and order pages.&nbsp;
                                        </p>
                                        <p>
                                        </p>
                                        <p>
                                            <span style="color: #0000ff;">
                                                <strong>
                                                    CASE STUDY:
                                                </strong>
                                                The UK Supreme Court considered a very important case involving the rights of people with severe learning difficulties in a judgment of 17 March 2014: P v Cheshire West and Chester Council. The Court relied heavily on a number of important recent cases from the European Court of Human Rights. The only place where all these cases had been reported was the Mental Health Law Reports.
                                            </span>
                                        </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="rightside-3">
                        <div class="block block-newsletter">
                            <div class="title">
                                <strong>
                                    Newsletter
                                </strong>
                            </div>
                            <div class="listbox">
                                <div class="newsletter-subscribe-block" id="newsletter-subscribe-block">
                                    <span>
                                        Sign up for our newsletter:
                                    </span>
                                    <div class="newsletter-email">
                                        <input id="newsletter-email" name="NewsletterEmail" type="text" value="">
                                        <span class="field-validation-valid" data-valmsg-for="NewsletterEmail" data-valmsg-replace="true">
                                        </span>
                                    </div>
                                    <div class="buttons">
                                        <input class="button-1 newsletter-subscribe-button" id="newsletter-subscribe-button" type="button" value="Subscribe">
                                        <span class="please-wait" id="subscribe-loading-progress" style="display: none;">
                                            Wait...
                                        </span>
                                    </div>
                                </div>
                                <div class="newsletter-result-block" id="newsletter-result-block">
                                </div>
                            </div>
                            <script type="text/javascript">
                                $(document).ready(function() {
                                    $('#newsletter-subscribe-button').click(function() {
                                        var email = $("#newsletter-email").val();
                                        var subscribeProgress = $("#subscribe-loading-progress");
                                        subscribeProgress.show();
                                        $.ajax({
                                            cache: false,
                                            type: "POST",
                                            url: "/en/subscribenewsletter",
                                            data: {
                                                "email": email
                                            },
                                            success: function(data) {
                                                subscribeProgress.hide();
                                                $("#newsletter-result-block").html(data.Result);
                                                if (data.Success) {
                                                    $('#newsletter-subscribe-block').hide();
                                                    $('#newsletter-result-block').show();
                                                } else {
                                                    $('#newsletter-result-block').fadeIn("slow").delay(2000).fadeOut("slow");
                                                }
                                            },
                                            error: function(xhr, ajaxOptions, thrownError) {
                                                alert('Failed to subscribe.');
                                                subscribeProgress.hide();
                                            }
                                        });
                                        return false;
                                    });
                                });
                            </script>
                        </div>
                        <div class="block block-popular-tags">
                            <div class="title">
                                <strong>
                                    Popular tags
                                </strong>
                            </div>
                            <div class="listbox">
                                <div class="tags">
                                    <ul>
                                        <li>
                                            <a href="/en/producttag/6/mhlr-2022" style="font-size:90%;">
                                                mhlr-2022
                                            </a>
                                            &nbsp;&nbsp;
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="footer">
                <div class="footer-poweredby">
                    Powered by
                    <a href="http://www.nopcommerce.com/">
                        nopCommerce
                    </a>
                    , Images by PresenterMedia
                </div>
                <div class="footer-disclaimer">
                    Copyright &copy; 2024 Southside Online Publishing. All rights reserved.
                </div>
                <div class="footer-store-theme">
                </div>
            </div>
        </div>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://southsideonlinepublishing.… 2024-04-28 10:58:45
2 https://thebolditalic.com/?gi=8e33… 2024-04-28 10:58:43
3 https://thebolditalic.com/?gi=b0e8… 2024-04-28 10:58:41
4 https://thebolditalic.com/?gi=d812… 2024-04-28 10:58:38
5 https://thebolditalic.com/?gi=e6a2… 2024-04-28 10:58:34
6 https://thebolditalic.com/?gi=cdf5… 2024-04-28 10:58:30
7 https://thebolditalic.com/?gi=14d8… 2024-04-28 10:58:30
8 https://thebolditalic.com/?gi=57b8… 2024-04-28 10:58:30
9 https://thebolditalic.com/?gi=6cc8… 2024-04-28 10:58:27
10 https://thebolditalic.com/?gi=1ebf… 2024-04-28 10:58:22
11 https://thebolditalic.com/?gi=885a… 2024-04-28 10:58:21
12 https://thebolditalic.com/?gi=0c1b… 2024-04-28 10:58:15
13 https://thebolditalic.com/?gi=5f9c… 2024-04-28 10:58:13
14 https://www.saashub.com/ 2024-04-28 10:58:12
15 https://thebolditalic.com/?gi=e08a… 2024-04-28 10:58:09
16 https://thebolditalic.com/?gi=ac2b… 2024-04-28 10:58:06
17 https://thebolditalic.com/?gi=4e65… 2024-04-28 10:58:03
18 https://thebolditalic.com/?gi=b2b7… 2024-04-28 10:58:01
19 https://thebolditalic.com/?gi=5d48… 2024-04-28 10:57:58
20 https://thebolditalic.com/?gi=780b… 2024-04-28 10:57:54