43 Matching Annotations
  1. May 2025
  2. Apr 2025
  3. Feb 2025
  4. Nov 2024
  5. Nov 2023
  6. Nov 2022
    1. git_workspace/ ├── .vscode │ └── settings.json # global settings, my preferred ones ├── my-personal-projects/ │ └── project1/ │ └── .git/ └── company-projects/ ├── .vscode │ └── settings.json # local settings, overrides some of my personal ones ├── project2/ │ └── .git/ └── project3/ └── .git/
  7. Sep 2022
    1. It is often the case that a group or "tree" of documents has been constructed to serve a common purpose, wherein the vast majority of URI references in these documents point to resources within the tree rather than outside it. Similarly, documents located at a particular site are much more likely to refer to other resources at that site than to resources at remote sites. Relative referencing of URIs allows document trees to be partially independent of their location and access scheme.
  8. Apr 2022
  9. Oct 2021
    1. DIRECTORY (in progress): This post is my directory. This post will be tagged with all tags I ever use (in chronological order). It allows people to see all my tags, not just the top 50. Additionally, this allows me to keep track. I plan on sorting tags in categories in reply to this comment.

      External links:

      Tags categories will be posted in comments of this post.

  10. May 2021
    1. Business Directory Website Development: How to Build a Review Website Like Yelp

      Online reviews are the type of social proof most of us rely on. So, it comes as no surprise that businesses compete to be “found.”

      Luckily enough, websites like Yelp exist. Users daily rate and review restaurants, barbershops, hotel rooms, and more. That’s partially a reason why Yelp has become the most visited go-to review site in the US.

      How to build a business directory website? What features make sense to invest an effort in? Read on as we have crunched the best solutions and prepared tips on how to create a review website like Yelp. https://www.codica.com/blog/how-to-build-a-website-like-yelp/

  11. Mar 2021
  12. Feb 2021
  13. Jan 2021
  14. Oct 2020
    1. The service that hosts copies of the Active Directory database are called domain controllers, or DCs
      • Hosts a replica of the Active Directory database and group policy objects.

      • Serve as DNS servers to provide name resolution and service discovery to clients.

      • Provides central authentication through a network security protocol called Kerberos

      • Decides whether or not clients have access to shared resources like file systems and printers

  15. Sep 2020
  16. Aug 2020
  17. Jul 2020
  18. Dec 2019
  19. Oct 2017
  20. Aug 2017
  21. Aug 2016
    1. Upload the files

      If you are using WampServer locally, copy the Wordpress directory to the www directory of your WampServer installation. To find out where that is, click on the WampServer icon in the system tray (notification area in Windows 7), and then click on the 'www directory' listing in the menu. Once where you know where that is, you can copy and paste it to that location. There are other options, but this is the most convenient to get up and running with WordPress quickly.

  22. Feb 2014