Skip to main content

Mairon Croes's Library tagged help   View Popular

08 Dec 09

Unix is a Four Letter Word

Unix is a popular operating system among engineers and scientists. Unix has a number of features that make it very appealing, particularly for those who have become heavily dependent on their computers. Unfortunately, Unix has a significant learning curve. For many, the trek up the learning curve reaps generous rewards in productivity in the long run. This document is designed to help beginning and intermediate users of Unix to conquer this learning curve quickly.

unix.t-a-y-l-o-r.com/index.html - Preview

unix os guide help learning vi

10 Aug 09

Hudson’s Rather Random Homepage » How to fix windows xp sp3 usb/firewire boot hangs.

From site: "New or old xp install, pro, standard, tablet, doesn’t matter. You update to sp3, you reboot. Windows hangs at the loading bar forever and refuses to boot if you have any usb or firewire drives attached, sometimes even USB memory sticks or SD cards. Find out how to fix it after the jump."

hudson.ketnar.org/...-xp-sp3-usbfirewire-boot-hangs - Preview

windows xp sp3 tipsntrics guide learning help troubleshooting sysadmin it usb boot errors

28 Jul 09

MacEnterprise.org

From site: "The MacEnterprise project is a community of IT professionals sharing information and solutions to support Macs in an enterprise. We collaborate on the deployment, management, and integration of Mac OS X client and server computers into multi-platform computing environments."

www.macenterprise.org/ - Preview

apple mac enterprise resources learning community help guide tipsntrics it sysadmin servers reviews articles management

15 Jul 09

Switch naar Mac

From site: "We hebben deze site samengesteld, omdat we zelf 'happy switchers' zijn en onze ervaringen graag met je delen."

www.macswitch.nl/index.html - Preview

mac windows switch comparisons articles learning help support guide tipsntrics apple software

22 Jun 09

Trying to hack a good night's sleep - Ars Technica

From site: "Quality of sleep is not something to be taken lightly, and yet so many geeks have trouble sleeping at night. Aside from the obvious (going to a doctor), there are a number of things you can try to get a better night's sleep, ranging from sleep-tracking alarm clocks to software that lulls you into a slumber."

arstechnica.com/...o-hack-a-good-nights-sleep.ars - Preview

sleepdisorders sleeping articles technology learning help guide gadgets

08 Jun 09

De zaakwaarnemer voor freelance ICT professionals - RulersGroup

From site: "Freelance ICT professionals plaatsen wij op opdrachten van eindklanten en preferred suppliers. Daarvoor rekenen wij een eerlijke en unieke eenmalige bemiddelingsfee."

www.rulersgroup.com/...index.html - Preview

it jobs help learning work freelance guide sysadmin

16 May 09

Linux Commands - A practical reference

From site: "This is a linux command line reference for common operations."

www.pixelbeat.org/cmdline.html - Preview

linux terminal shell commands reference help tipsntrics

23 Mar 09

Adobe - Adobe AIR: AIR for IT Administrators

From site: "The Adobe AIR runtime lets enterprises use web technologies like JavaScript, Flash, and Flex to deliver rich Internet applications on the desktop."

www.adobe.com/...it_administrators - Preview

adobe air it sysadmin development learning help resources

03 Feb 09

James Shore: The Decline and Fall of Agile

  • I think this is very indicative of the desire among managers especially to want to believe in a process or formula, and to fail to recognise the comparitively massive impact of the quality of the people in the team on project outcomes. 
     
    Basically, great developers tend to do good work, and bad developers tend to do poor work, and no process or methodology can fix that. 
     
    The real problem that successive methodologies have tried to solve is that the majority of professional software developers don't actually know how to write good code. 
     
    Scrum is just the latest competence substitute, and it understandably falls just as short as all its predecessors. 
     
    Invest in the people, their skills and in helping them to exercise discipline and reward good habits. Sadly, it's not a quick fix, which is why most organisations don't bother. 
     
    The missing ingredient from the Agile Manifesto is CRAFTSMANSHIP. It's like a whole bunch of musicians running around trying to look cool and talking about their "art" when the vast majority can't play a major scale. The problem is that teams adopt Agile before they've learned all the "hard skills" that the Agile founders like Kent Beck and Bob Martin take for granted, like OO design. But they talk about software development as if they've mastered it, when all they've really mastered is planning poker and how to run a retrospective. They still write poorly constructed, buggy and ummaintainable code. Because it takes years to learn how to write elegant, well-constructed and reliable code. And why waste years honing those skills when you can get Scrum Certified in a week? 
     
    Sadly, all these apprentices don't know what they don't know and simply will not accept that they have much to learn (as do we all!)  
  • Now many people who call me already have Agile in place (they say), but they're struggling. They're having trouble meeting their iteration commitments, they're experiencing a lot of technical debt, and testing takes too long. So they hire me to help them with one of these things. When I go visit, I see a team that is nominally agile, but is suffering huge numbers of problems and is anything but the joyful, settled, smooth-running workplace I expect from an agile organization.



    Other consultants I've talked to report the same experience. "Rescuing Scrum teams keeps me in business," joked one colleague. It's funny because it's true.

  • 10 more annotations...
28 Jan 09

10+ ways to overcome bureaucratic obstacles | 10 Things | TechRepublic.com

From site: "Being thwarted by a bureaucratic roadblock can be a huge aggravation. Your task may be simple, but some red tape, regulation, or gatekeeper stands squarely in your path. Calvin Sun offers some advice to help you remove the barriers and get back on track."

blogs.techrepublic.com.com/10things - Preview

advice tipsntrics articles help work office business carreer management humanresource toplist it favorites

  • When faced with obstacles or frustration, it’s common to focus so much on them that we forget what we really want. Then, when the person in charge asks us, we hesitate and stutter because we haven’t thought things through.
  • 8: Document the situation
  • 2 more annotations...
12 Jan 09

Apple - Support - Discussions - Go>Connect to Server Missing ...

  • I'm trying to connect to a computer via bonjour that I know the address of, but the "connect to server" command is missing from the Go menu. I have file sharing turned on. I'm not sure what is wrong. Thanks.

  • in your main account delete the file homedirectory/library/preferences/com.apple.finder.plist. then control-option-click on finder in the dock and choose "relaunch". this will reset finder prefs to the defaults.
  • 2 more annotations...
05 Jan 09

10 things to check before you start working on the help desk | 10 Things | TechRepublic.com

If you’re getting ready to jump into the help desk fray, you’ll probably want to iron out a few things first. Veteran tech Jeff Dray learned this the hard way, and he shares some advice on what you should do before you take that first call.

blogs.techrepublic.com.com/10things - Preview

it articles toplist tipsntrics guide help helpdesk carreer work office support callcenters

16 Dec 08

creating a new folder via code - ColdFusion

  • Hey Katy,



    to create a a folder, use this syntax



    <cfdirectory directory= "#ExpandPath( '.\NewFolder\' )#" action="create">



    Now we've just created this,



    http://bridalnetworks.net/NewFolder
05 Dec 08

Uploading files in Flex using the FileReference class at Flex Examples

Question on weather it is possible to import and display an image in a Flex app (Flash Player 9) without sending it to the server first. Also asking weather it's possible to upload a file using RemoteObjects instead of HTTP service (URLRequest).

blog.flexexamples.com/...-using-the-filereference-class - Preview

blogposts articles help learning flex development problemsolving

  • Hello,

    I don’t think Paul’s question was answered and my questions goes in a similar direction.

    Is there a way to get the image data from the FileReference object? Or is there another objet that would allow me to?


    The reason is, I would like to covert the image data to a bitearray and send it with other information to AMFPHP as a remote Object.


    I’ve been looking around for an example or tutorial that would come close to this but I can’t find one that actually show how to get the user to load (import) the image in my flex app. from a filebrowser like component.


    Any help would be greatly appreciated.

    Thanks

    -Alain

  • Alain,


    Similarly, you’d have to use the FileReference object to have the user select a file from their operating system. Next, you would need to upload the file to a server to save the file and then redownload the image and get the image data that way (for the same reasons as above, Flash Player doesn’t allow for immediate data access without sending the data to the server).


    You may want to ask the same question on a high traffic list like FlexCoders and see if anybody else has any clever solutions or workarounds.


    Peter

Introduction Articles to Flex and Coldfusion

From site: "This is a collection of presentations, articles, and tips to help new users of Flex understand how to power their Flex applications using Coldfusion."

www.cflex.net/showfiledetails.cfm - Preview

flex coldfusion articles help learning tutorials guide development backend

21 Nov 08

creacog » flex, mac, external browser

A workaround to the "multiple open copies error" in Flex Builder 3 when trying to open the Flex help contents in Firefox when it is already opened.

blog.creacog.co.uk/...flex-mac-external-browser - Preview

mac osx flex eclipse flexbuilder problemsolving workaround fix blogposts help development bugs tipsntrics firefox

  • We are setting up Builder to launch the help pages into an external browser. The key advantage of which being that the code samples can then be copy/pasted. On a Mac there is a recognised bug in eclipse that if you choose Firefox as the external browser, and it is NOT your normal system default browser. Basically Eclipse attempts to launch a second instance of Firefox which will generate the “Only one copy of Firefox can be open at a time” dialogue…
    • Option 2, if you want to keep something else set as your system default browser e.g. Safari, but would use Firefox for displaying Flex Builder help, you need to either edit or create a new external browser entry using a command structure as per comment 5 on the eclipse bug sheet. Essentially the following settings work…


      • Location: /usr/bin/open
      • Parameters: -a firefox %URL%

Mac Tricks and Tips, Wallpapers and Applications for Mac Users

From site: "Usingmac.com is a site for passionate Mac users and also a blog site which discusses tips and tricks revolving Mac OS X."

www.usingmac.com - Preview

mac osx osx10.5 tipsntrics guide shortcuts help articles news blogs learning

27 Oct 08

CMS Made Simple Forum: get parameters from UDT

A forum thread with explanations on how to read variables that are defined in a User Defined Tag (UDT) in CMS Made Simple.

forum.cmsmadesimple.org/...topic,23683.0.html - Preview

cms cmsms forumposts help tipsntrics code

  • get parameters from UDT
  • Hello,  how can i get parameter from UDT to content page?
  • 1 more annotations...

The most common pitfalls that new tech managers face | View from the Cubicle | TechRepublic.com

From site: "Tech managers are often promoted from the ranks due to their technical savvy. But the transition to management is not always easy due to a few pitfalls."

blogs.techrepublic.com.com/career - Preview

management business carreer tipsntrics help office work problemsolving

1 - 20 of 76 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo