Archivio della categoria: Segnalibri

Articoli interessanti che condivido.

47 articoli — pagina 1 di 2

Segnalibri al 9 novembre 2012

Segnalibri al 29 settembre 2012

Continua a leggere

Segnalibri al 29 luglio 2012

Continua a leggere

Segnalibri al 7 aprile 2012

Continua a leggere

Segnalibri al 13 gennaio 2012

Continua a leggere

Segnalibri al 13 ottobre 2011

Continua a leggere

Segnalibri al 5 settembre 2011

Continua a leggere

Segnalibri al 9 agosto 2011

Continua a leggere

Segnalibri al 26 giugno 2011

Continua a leggere

Segnalibri al 29 maggio 2011

Continua a leggere

Segnalibri al 27 aprile 2011

Cloud

  • Access all your data. Anytime, anywhere, from any device.

    Tags: #backup #storage #sync

    16 aprile 2011

  • For the past several days I have been focused on understanding the inner workings of several of the popular file synchronization tools with the purpose of finding useful forensics-related artifacts that may be left on a system as a result of using these tools. Given the prevalence of Dropbox, I decided that it would be one of the first synchronization tools that I would analyze, and while working to better understand it I came across some interesting security related findings. The basis for this finding has actually been briefly discussed in a number of forum posts in Dropbox’s official forum (here and here), but it doesn’t quite seem that people understand the significance of the way Dropbox is handling authentication. So, I’m taking a brief break in my forensics-artifacts research, to try to shed some light about what appears to be going on from an authentication standpoint and the significant security implications that the present implementation of Dropbox brings to the table.

    Tags: #dropbox #security #authentication

    13 aprile 2011

  • I also urge the company to abandon its deduplication system design, and embrace strong encryption with a key only known to each user. Other online backup services have done it for some time. This is the only real way that data can be secure in the cloud.

    Tags: #dropbox #security #encryption

    13 aprile 2011

  • Tarsnap is a secure online backup service for BSD, Linux, OS X, Solaris, Cygwin, and can probably be compiled on many other UNIX-like operating systems. The Tarsnap client code provides a flexible and powerful command-line interface which can be used directly or via shell scripts.

    Tags: #backup #encryption #security

    13 aprile 2011

Continua a leggere

Segnalibri al 5 marzo 2011

BlackBerry

Comunicazione

Dispositivi

Continua a leggere

Segnalibri al 14 gennaio 2011

Firma digitale

  • Il diritto d'autore comprende il diritto morale d'autore (in primis, il diritto alla paternità intellettuale) e il diritto allo sfruttamento economico dell'opera. In molti casi, quest'ultimo diritto non si concretizza in alcun guadagno patrimoniale (se non per l'ente che ne garantisce la tutela a pagamento, la SIAE): la condizione di chi paga la SIAE e riceve compensi è ben diversa da quella di chi paga la SIAE e non riceve compensi. Molte persone, infatti, non sono inserite in un contesto di mercato e al tempo stesso non possono permettersi di versare o di versare frequentemente certe somme per la tutela del copyright (per il deposito di un'opera SIAE chiede al non iscritto 110 euro). Copyzero è un modo per tutelare il diritto d'autore ad un costo prossimo allo zero (0,36 euro), un modo per garantire a tutti, innanzitutto, un diritto della persona.

    Tags: #copyright #firma_digitale #marca_temporale

    25 dicembre 2010

Sicurezza

  • A router that runs the Tor software prevents Web tracking.

    Tags: #router #tor #security

    31 dicembre 2010

  • Galet is a peer-to-peer application, which primarily aims to provide easy to setup secure communication channels between the computers of people who know and trust each other. Its secondary goal is to create a public network based on these channels. No direct connection occur between two nodes that has not been explicitly accepted by the users of theses nodes. This makes the network very difficult to censor, as an attacker's direct access to the network is limited. As Galet features tunneling, it can also be used as a very easy to set-up VPN. Galet is written in C++/Qt, and has been tested under Linux and Windows.

    Tags: #f2f #p2p #vpn #privacy #sharing #security

    24 dicembre 2010

  • A one-time password generator. Supports MD4, MD5 and SHA-1 hashing, output as six words and hexadecimal numbers. Conforms to RFC 2289 (works with s/key, OPIE etc.). More info: http://marcin.studio4plus.com/en/otpgen/

    Tags: #otp #passwords #authentication #blackberry

    24 dicembre 2010

Continua a leggere

Segnalibri al 22 dicembre 2010

BlackBerry

  • LinBerry es una aplicación estilo Desktop Manager hecha para linux, cuya finalidad es poder gestionar dispositivos BlackBerry. Lamentablemente la empresa RIM ha decidido no hacer un desktop manager para linux, lo cual es un contratiempo para los que somos usuarios de este excelente teléfono y que ademas utilizamos linux como sistema principal. Muchos se han visto obligados a tener una partición Microsoft aparte en su disco únicamente para ejecutar el Desktop Manager de Rim; LinBerry tiene como objetivo a mediano plazo ser una alternativa eficiente y completa a este respecto.

    Tags: #blackberry #desktop-manager #linux

    22 dicembre 2010

Documentazione

Internet

Server

  • wnCloud is part of the Social Desktop, a project connecting you with your peers in the community. The Social Desktop aims to bring the power of online communities and group collaboration to desktop applications and the desktop shell itself. What's more, the Social Desktop integrates sharing and exchanging knowledge into your apps and the desktop itself.

    Tags: #networking #cloud

    26 novembre 2010

Continua a leggere

Segnalibri al 19 novembre 2010

CMS

Fai da te

Multimedia

Sicurezza

Sistema

WordPress

  • For this second of edition of the “how to better code WordPress themes” series, I want to cover properly including files and templates in WordPress themes. This is one of those areas that many themes seem to get wrong.

    Tags: #wordpress #include #files

    17 novembre 2010

  • Over the past few months, I’ve seen the code for hundreds of WordPress themes. I’ve seen some beautiful code and some downright nasty code. One thing that I’ve seen more often than not is the same few lines for handling sidebars. This is code from 2007 and most likely copy-pasted from older WordPress themes. I just wanted to clue an extremely large portion of the theme development community in on a little secret: sidebars have been a part of WordPress core and have seen some updates over the last three years. With that in mind, I’m going to walk you through the steps of creating and using sidebars for WordPress themes. Maybe you’ll even pick up on some things you didn’t know about. The goal is to teach theme developers how to properly register sidebars and end this cycle of using outdated code.

    Tags: #wordpress #sidebar

    13 novembre 2010

  • Post Formats, introduced with Version 3.1, are meta information that can be used by themes to customize presentation of a post. The basic idea is to provide a specific method for specifying the display "format" of a post. This replaces the need to use categories to accomplish the same thing, and even more importantly, is portable between themes that support those formats!

    Tags: #wordpress #post-format

    12 novembre 2010

  • Twitter is an awesome tool for website owners, and you should definitely integrate it into your website if you want to attract more traffic and new visitors. Today, let’s take a look at some PHP snippets to interact with Twitter.

    Tags: #twitter #php #snippets

    10 novembre 2010

Segnalibri al 10 novembre 2010

Continua a leggere

Segnalibri al 21 ottobre 2010

Segnalibri al 27 settembre 2010

Continua a leggere

Segnalibri al 28 agosto 2010

Continua a leggere

Segnalibri al 13 luglio 2010

  • Inside of WordPress are several of JavaScript libraries available, you can use them easily and you don’t need an extra Theme or Plugins. Also, this is the recommended approach to enable libraries , so they won’t be loaded more than once. Some notes on these two topics can be found in the article Use JavaScript Libraries In And Of WordPress.
    But from time to time you need something specific, so I have some code snippets for you in this post now. And I particularly want to show some examples with jQuery. Many Themes and Plugins using jQuery and it is pretty easy to work with jQuery. In principle, these hooks and calls also apply to your own scripts and other libraries.

    Tags: wordpress jquery hooks

    13 luglio 2010

  • This article is split into two parts for ez reference. First some information on the evil WordPress “Pharma Hack”, and then a recipe for protecting your site with a solid security lockdown.

    Tags: wordpress security pharma-hack

    13 luglio 2010

  • We’ll focus specifically on the 960 Grid System, but after reading this guide, you’ll find that most of the other grid systems out there are similar and will make much more sense after you understand a few basic principles.

    Tags: grid webdesign css layout 960

    12 luglio 2010

Continua a leggere

Segnalibri al 16 giugno 2010

  • In an iterative approach to user interface design, rapid prototyping is the process of quickly mocking up the future state of a system, be it a website or application, and validating it with a broader team of users, stakeholders, developers and designers. Doing this rapidly and iteratively generates feedback early and often in the process, improving the final design and reducing the need for changes during development.

    Tags: design webdesign wireframe prototyping development usability

    16 giugno 2010

  • Image sizing is always a problem for themes. Theme designers want their theme to be pixel perfect in all cases, but WordPress wants the user to have some form of control. With image sizes, WordPress lets the user pick the size of their image thumbnails and so forth. In that case, using those becomes problematic for certain places in the theme which need pre-defined image sizes.
    Here’s the quick and easy solution: add_image_size. This function lets you create custom image sizes that can be used by your theme. Plugins can do the same sort of things, of course, but this really comes in more useful as a theme developer’s tool.

    Tags: wordpress image thumbnail

    14 giugno 2010

  • Many WordPress themes, especially those with “magazine-like” layouts, use an image to represent each post. It might just be on the front page. It might be alone, or alongside an excerpt. Until now, there was no standardized way to do this. Many themes would require you to tediously enter a Custom Field with the value being the URL you wanted to use. Often you had to do cropping yourself. With WordPress 2.9, theme authors can easily enable Post Thumbnail selection UI and call those image using simple template tags.

    Tags: wordpress image thumbnail

    14 giugno 2010

Continua a leggere

Segnalibri al 27 maggio 2010

Un numero dei miei Segnalibri con ben quattro segnalazioni di articoli solo sui Custom post types di WordPress, oltre a uno sulle Custom Taxonomies. Quello più recente mi sembra il più semplice da seguire, firmato da Nettuts+.

  • The WordPress community is buzzing with excitement over the soon-to-be-released WordPress 3.0. Currently in Beta 2 now, WordPress 3.0 will have a lot of exciting new features , such as a new default theme and better menu management. Quite possibly the most exciting of these features is custom post types. In this tutorial, we’ll talk about creating and using custom post types to make a rock-solid theme.

    Tags: wordpress custom-post-type

    27 maggio 2010

  • A volte può tornare utile includere in una pagina il contenuto di un’altra. Ad esempio se avete creato una pagina di registrazione e volote mostrare in un riquadro l’informativa della privacy, sarebbe comodo poter caricare questo contenuta da una pagina esistente.

    Tags: wordpress content page

    27 maggio 2010

Continua a leggere

Segnalibri al 9 maggio 2010

  • Moodle è un Open Source Course Management System (CMS), noto anche come Learning Management System (LMS) o Virtual Learning Environment (VLE). Moodle è una applicazione web libera che i formatori possono utilizzare per creare siti di formazione efficaci.

    Tags: cms moodle learning e-learning

    9 maggio 2010

  • jQuery image galleries and sliders are very common on portfolio sites and are also useful for any other type of site for displaying images and photos. Also, provide a good user experience and make viewing images more pleasant and intuitive on your website. With the advent of powerful JavaScript frameworks like jQuery, Prototype, Mootools etc., the quality of JavaScript based image galleries and slideshows have improved dramatically.

    Tags: jquery images slider gallery

    7 maggio 2010

  • There is little doubt that WordPress is one of the most popular blogging and content management platforms out there today. This is not an article about WordPress, though, but rather a more general musing on one of its thought-provoking taglines: “Code Is Poetry.”

    Tags: wordpress code poetry

    5 maggio 2010

Continua a leggere

Segnalibri al 27 aprile 2010

Continua a leggere

Segnalibri al 12 aprile 2010

Continua a leggere