Skip to content
Nicola Inchingolo's Blog

  • Informatica

    Regole inflessione CakePHP in italiano / Italian CakePHP inflector rules

    15 Aprile 2014 - By Nicola Inchingolo

    Regole per l’italiano da aggiungere all’inflector di CakePHP. Possono essere aggiunte alla fine del file bootstrap.php [sono un’esempio, poi è possibile estenderle con altri casi particolari]: // // I N F L E C T O R // /* Inflector::rules('transliteration', array('/å/' => 'aa')); */ Inflector::rules('plural', array( 'rules' => array( '/^(.*)io$/i'…

    Continue Reading
  • Informatica - Information and Communications Technology

    Windows Vista CMD slow startup / Windows Vista, avvio lento della CMD

    18 Marzo 2014 - By Nicola Inchingolo

    Using Windows Vista, running cmd, makes it hangs for some seconds and then start. I solved the issue removing any additional keyboards layouts from: “System Settings->Region and Language options->Keyboards & Languages->Change keyboards” see http://serverfault.com/questions/26217/win7-command-processor-cmd-exe-really-slow/210961#210961 [ITA]In Windows Vista ho notato un rallentamento dell’avvio della console (CMD). Lasciando un solo layout di…

    Continue Reading
  • Information and Communications Technology

    Godex EZ-DT-2 EZ-DT-4 Thermal Label Printer left and right hooks alternative solution

    6 Febbraio 2014 - By Nicola Inchingolo

    [CHIUSURA ALTERNATIVA PER GODEX EZ-DT-2 E EZ-DT-4] Replaces spare parts number 700-057200-011 (right hook) and 700-057300-011 (left hook) Sostituzione ricambi 700-057200-011 (leva destra) e 700-057300-011 (leva sinistra)

    Continue Reading
  • Informatica - Operatori Telefonici

    Traffico Tethering Router WiFi nascosto tramite proxy socks su Android

    31 Gennaio 2014 - By Nicola Inchingolo

    L’articolo è stato aggiornato. La nuova versione si trova a questo link: Traffico Tethering Router WiFi nascosto tramite proxy socks su Android

    Continue Reading
  • Information and Communications Technology

    Windows Vista and Windows 7 Common Cleanup Operations Checklist

    28 Gennaio 2014 - By Nicola Inchingolo

    In this post i will write a checklist of common operations i do after clean installation of Windows Vista or Windows 7 (the most are not recommeded by Bill): 1. disable UAC (User Account Control) 2. disable System Protection on all disks 3. delete all Tasks except Registry Backup Task…

    Continue Reading
  • Information and Communications Technology

    Windows 7 freezes after being idle for a while [SOLVED]

    26 Gennaio 2014 - By Nicola Inchingolo

    Today i solved a two year problem with Windows 7 and my hp notebook. After leaving the computer idle for a while 10 or 20 minutes or more, the computer become unresponsive and the hard disk keeps working forever. To restore to normal operation i had to reset the pc.…

    Continue Reading
  • Information and Communications Technology

    How to hide fields in CakePHP 2.0 scaffolding views

    2 Aprile 2013 - By Nicola Inchingolo

    This is a simple code to hide fields in scaffolding views. In the controller add the method beforeRender in this way:     public function beforeRender() {         $action = $this->request->params['action'];                  if ($action == 'index') {             $fields =  array('id', 'username', 'role', 'created',…

    Continue Reading
  • Information and Communications Technology

    Android 4: Start Contacts Application / People Application on tablet when missing icon

    3 Marzo 2013 - By Nicola Inchingolo

    I have a tablet (allwinner a13 mid tablet 7″). Contacts application Contacts.apk is installed, but the icon is missing in the application list. It can be started from terminal emulator. My android version is 4.0.4, i run on the terminal this command: am start -n com.android.contacts/com.android.contacts.activities.PeopleActivity or am start -n…

    Continue Reading
  • Information and Communications Technology

    Windows Vista, Windows 7 delete all scheduled tasks and folders

    3 Gennaio 2013 - By Nicola Inchingolo

    Run Cmd as Administrator Execute this command: schtasks /delete /tn * This delete all tasks, but not the folders. To delete also the folders you must delete those in these directories: C:\Windows\System32\Tasks\Microsoft\Windows C:\Windows\SysWOW64\Tasks\Microsoft\Windows

    Continue Reading
  • Information and Communications Technology

    Programmatically create contacts on Android 1.6 Donut (API Level 4) targetting HTC Tattoo

    23 Dicembre 2012 - By Nicola Inchingolo

    Here is the code i used:     private void addPeople(String name, List<String> homeNumbers, List<String> mobileNumbers) {         //insert contact         ContentValues peopleContentValues = new ContentValues();         peopleContentValues.put(Contacts.People.NAME, name); //WARNING: this is for HTC to indicate the contact type //extra_group = 0 [google contact] //extra_group = 1 [??:…

    Continue Reading
 Older Posts
Newer Posts 

Recent Posts

  • Restore WhatsApp local backup (dbcrypt15 and over) on a new Android device
  • Connecting PowerBI to PostgreSQL
  • Xiaomi Themes MAML syntax
  • Windows SYSTEM user environment variables
  • Xiaomi downloaded files disappear or randomly deleted when moved

Commenti recenti

  • carlos su Xiaomi downloaded files disappear or randomly deleted when moved
  • Mabo su Oracle Cloud Infrastructure Always-Free
  • Mabo su Oracle Cloud Infrastructure Always-Free
  • giovanni su La firma digitale italiana e l'open source [extract-p7m.pl: estrazione file firmati .p7m]
  • Anonimo su Chiamare un numero verde da cellulare come da fisso

Archivi

  • Luglio 2025
  • Maggio 2024
  • Settembre 2023
  • Luglio 2022
  • Settembre 2021
  • Luglio 2021
  • Aprile 2021
  • Febbraio 2021
  • Gennaio 2021
  • Settembre 2020
  • Aprile 2020
  • Dicembre 2018
  • Agosto 2018
  • Luglio 2018
  • Dicembre 2017
  • Novembre 2017
  • Gennaio 2017
  • Ottobre 2016
  • Luglio 2016
  • Marzo 2016
  • Febbraio 2016
  • Settembre 2015
  • Luglio 2015
  • Giugno 2015
  • Maggio 2015
  • Gennaio 2015
  • Novembre 2014
  • Agosto 2014
  • Luglio 2014
  • Giugno 2014
  • Aprile 2014
  • Marzo 2014
  • Febbraio 2014
  • Gennaio 2014
  • Aprile 2013
  • Marzo 2013
  • Gennaio 2013
  • Dicembre 2012
  • Ottobre 2012
  • Marzo 2012
  • Febbraio 2012
  • Gennaio 2012
  • Novembre 2011
  • Ottobre 2011
  • Settembre 2011
  • Luglio 2011
  • Maggio 2011
  • Gennaio 2011
  • Ottobre 2010
  • Giugno 2010
  • Maggio 2010

Categorie

  • Altro
  • Building
  • Economia
  • Edilizia
  • Elettronica
  • Informatica
  • Information and Communications Technology
  • Operatori Telefonici

Meta

  • Accedi
  • Feed dei contenuti
  • Feed dei commenti
  • WordPress.org
Graceful Theme by Optima Themes