I remember when I was a kid; I was having an uphill battle with my Windows machine because the RDC (Remote Desktop Connection) only worked within the internal network. At that time I failed to realized that specific port(s) has (have) to be opened from the LAN (Local Area Network) Continue reading Elementary guide to Remote Desktop
Category Archives: Computer Science
Computer Science (CS) and Information Technology (IT) related items will be posted under this category. Topics include, but not limited to, system administration, hardware/software troubleshooting, coding/programming (PHP, HTML, Java, Python, etc) and more.
CSS default and custom elements
When using CSS (Cascading Style Sheets) there are two main types of elements; the default elements associated with conventional HTML tags and the custom elements created by the developer to produce desired effects. The custom elements are more useful than the default since Continue reading CSS default and custom elements
Defending your sites from criminals
No, they are not your real estate properties or your neighborhoods. They are your websites and your online communities. Programmers, web administrators and users, should take proactive measures to protect electronic assets, since cyber-criminal activities Continue reading Defending your sites from criminals
Resolving IIS 403 Forbidden: Access is denied
You do not have permission to view this directory or page using the credentials that you supplied.
Every time IIS (Internet Information Services) is given a folder to access with information on a website, the 403 error page will appear if the right permissions are not given to the folder. It is a simple fix, but I don’t know why Microsoft hasn’t posted a proper answer on their KB, MSDN or their other support forums on this issue. Continue reading Resolving IIS 403 Forbidden: Access is denied
Installing MySQL Databases using SQL files
It can be a daunting task to create SQL databases when you are running your websites without any professional help. For most small businesses, it is a waste of money to hire a web developer to work on all the areas of a website. If you can follow instructions Continue reading Installing MySQL Databases using SQL files