To set up Google Sync on your Windows Mobile device, please follow the steps below.
Important Note: Make sure that you have backed up any Contacts and Calendars from your phone to your computer before proceeding.
Getting Started
Continue reading
Steps update Samsung i780 ROM
Instructions:
1. Download the Samsung i600 modem drivers (google it) and INSTALL them: http://fus.samsungmobile.com/i600/Samsung_CDMA_modem_4.34.zip
2. Download the Mirage updater and Extact it: http://rapidshare.com/files/11028370…ge_LV_v1.8.rar
Continue reading
Apt-Pinning for Beginners
Apt-Pinning for Beginners
Why apt-pinning?
Do you run Debian? Have you ever gotten annoyed at how Debian Stable always seems to be out of date?
Rotas (Routers) CakePHP
As rotas são os mapeamentos de requisições feitas pelo Browser a um controlador e uma acção específica. No Cake, a requisição feita pelo utilizador é enviada ao dispatcher que localiza a rota que será usada e passa essa requisição para o controlador, executando umadeterminada acção deste último. Veja a ilustração abaixo:
Continue reading
CakePHP Routing
By setting 'prefix' => 'admin'
you are telling CakePHP that you want to use a prefix of admin
for that route; basically meaning you want to use controller actions and views that have names prefixed with admin_
. This part you are already aware of, and things will probably work fine with just this.
When creating routes though, any array keys passed into the second argument that aren’t recognised by CakePHP (ie. not your usual controller
, action
, plugin
, prefix
stuff) are set as named parameters during requests matching that route.
Classe AppController
Os atributos e métodos criados em AppController vão estar disponíveis para todos os controladores da aplicação. Este é o lugar ideal para criar códigos que são comuns para todos os seus controladores.
Get Vista/7 and Samba to work
Early adopters of Microsoft’s new Vista operating system may notice that it will not connect to Samba share folders out of the box. This will be a bit of a pain for many enterprise customers. The technical reason is because Microsoft Vista’s default security policy is to only use NTLMv2 authentication.
Recover deleted files with lsof command
System->Administration->Software Sources.
From the terminal I installed Foremost:
sudo apt-get install foremost
CakePHP: working with Elements
An element (like it is named) is a part of a web page which can be display into multiple pages (a sort of template if you want). Here are some elements’ examples:
- A header: with your banner, your brand logo
- A menu: with your categories, links
- A footer: company name, copyright
Continue reading
Damaged or corrupted. STATUS: 0xc000000f
1. Insert the Windows Vista installation disc into the disc drive, and then start the computer.
2. Press a key when the message indicating “Press any key to boot from CD or DVD “. appears.
3. Select a language, a time and currency, and a keyboard or input method, and then click Next.
4. Click Repair your computer.
5. In the System Recovery Options dialog box, choose the drive of your Windows installation and click Next
6. In the Command Prompt window, type: “sfc /scannow” then press enter.