Main Page

From Zaid Al-Dabbagh's Wiki

Jump to: navigation, search

Contents

Software development

Tableau

Reading notes

Subversion

SilverStripe

Excel

Android

Photoshop

  • Do/Undo shortcuts - Ctrl + Z, Ctrl + Shift + Z
  • Auto-Select - Check "Auto-Select" checkbox when you select the "Select" tool, this allows you to select different layers by just clicking on them.

VB6

AJAX

UML

Bookmarks

Internet Explorer

JQuery

Business Development

Cool websites

e-Books

Portfolio

Firefox

Flash

Portfolio

Usability

Accessibility

Automotive

MediaWiki

PHP

Apache

Flash

eZ Publish

CSS

Joomla

Drupal

Cool Videos

BASH


eZ Publish

Thunderbird

Javascript

Pageant

Dreamweaver

Printer administration

phpMyAdmin

Vista

Recipes

Versioning

Microsoft Visual Studio

ASP.NET

ASP.NET 1.0

Internet Information Services (IIS)

HTML/CSS

Safari

Windows

Regular Expression

jQuery

StarTeam

Objective

Command Line

MySQL

MSCMS

Boxing

Training

Webmin Linux VPS Administration

/etc/init.d/webmin start

Inkspace

FullSync (Open Source File Syncing Application ~ The Future)

Linux Administration

GTalk

Recipes

Sharepoint

Flex

RIA/Flex/ActionScript 3.0

Change to fullscreen

Call "load()" on creationComplete.

import flash.display.StageDisplayState;
function load():void{
	addEventListener(Event.ADDED_TO_STAGE, doAddedToStage);
}
private function doAddedToStage(evt:Event){
	//set the scale mode to noscale and the alignement to top left
	stage.displayState = StageDisplayState.FULL_SCREEN;
	//call the initialization function
	init();
}

Ref: http://forums.adobe.com/thread/267560

Linking CSS file to .mxml document

# Create a "styles.css" file under src.
# Link the CSS file to .mxml document:
<mx:Style source="styles.css" />

Change app window background

This is done through CSS

WindowedApplication{
	background-color: #fff;
}

Ref: http://livedocs.adobe.com/flex/3/html/help.html?content=WorkingWithWindows_2.html

GIMP

Windows XP

Windows Vista

Inspire ONE

Apple iPhone

Google Maps

Mac

  • RedQuits - A lite handy app that quits application when the last window is closed.
  • RightZoom - A lite handy app that maximises the window horizontally as well as vertically in response to the green plus button being clicked.
  • Niqu - A nice Dock skin that give your dock a 2s look.
  • Dock separators - [3]

Android

  • Device not detected in ADB - If device is not detected via ADB, i.e. list of devices returns an empty list, try (1) adb kill-server followed by adb devices will often cause the offending device to show up again. (2) Disable EasyTether if installed (sudo kextunload /System/Library/Extensions/EasyTetherUSBEthernet.kext) then restart if necessary (sudo kextload /System/Library/Extensions/EasyTetherUSBEthernet.kext) ... or to permanently remove (sudo kextunload ... then ... /System/Library/Extensions/EasyTetherUSBEthernet.kext ... sudo rm -rf /System/Library/Extensions/EasyTetherUSBEthernet.kext).
  • Parse error - See Resolving signing issues ... also see important points about signing applications ... also see Android note on signing your application
  • Create splash screen - How to create splash screen

Design

  • Import vector graphics in documents (Such as letter heads, invoices, etc) - OpenOffice allows you to insert EPS pictures from files. Note: You will need to print as a PDF file as opposed to export to PDF otherwise the image will not be exported (This OpenOffice limitation is documented here: [4]).
  • Write Arabic text in CS5 - Download Adobe's Template to edit and Create Arabic Text
Personal tools