Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
80
Total Page Views:
91
Total Hits Out:
79
Latest Blog Posts for Software
- Write a well structured CSS file without becoming crazyBig CSS files can be complex to manage but a good structured code can help you to make your life simpler. This is a descriptive post about how to write a well structured CSS file. I already spoken about code readability in CSS ...
- Managing PermissionsThere is a command for managing permissions called “chmod”. This means “change mode”.Basic syntax for this command is: chmod [who][how to change][permissions to modify] [file or directory name] The “who” can be:...
- Changing Owners and Groupschown There are two commands that we can use to change the owning user and group of a file. The first is chown which means “change owner”. The syntax for this is: chown [user]:[group] [file or directory] Let’s look at an example:...
- Permisison ShortcutsSometimes, the chmod commandline can get long and tedious. There is another way to specify permissions for files and directories. The syntax is as follows: chmod xxx [file or directory name] While we are using only three digits in this example, t...
- Top-Down approach to simplify your CSS codeWhat is the correct approach to design a CSS file? In this post I want to return to talk about a topic very popular on my blog about which I already dedicated two popular posts (optimize your CSS files to imp...
- Ajax basic: create your first XMLhttpRequest fileIn our site root we create a new folder AJAX and a file called ajax_framework.js where we will add in the next lessons all the javascript functions to use Ajax functionalities with our site. Open ajax_framework.js and copy and past ...
- Clean and pure CSS FORM designSome readers of my blog hate html tables and often ask to me which is the better way to design FORMS with CSS, without using tables to place each form element in a table’s cell. How I said some time ago… tabl...
- Useful guidelines to improve CSS coding and maintainabilityDeveloping CSS code for websites with a complex layout structure can be an hard work for a web designer. But in this situation, an harder work is writing code in order to simplify the continuous maintainability process.
- Linux File Permissions● Let’s say I were to ask to borrow car keys and credit card for a trip to Las Vegas for the weekend. You would probably not allow this, correct? ● What about if I asked to borrow your phone for a local call? Or to borrow your computer...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}