SEARCH RESULTS
 
Showing 1-10 of 1000 records
 
Expand article

Make KDE 4 More User-Friendly by Changing Window Behavior

The Article has images
2008-12-31 02:40:16 by jack in gHacks technology news
...behaviors can be changed quickly in order to make KDE 4 much more user-friendly The default behaviors we are going to change are Focus Auto-raise Title Bar double click These behaviors are configured in the System Settings window. To get to the System Settings window go to the main menu and select System Settings in the Favorites tab. Once...
 
 
 
 
 
Expand article

Change Single- and Middle-Click behavior in the Firefox location bar

2008-07-07 19:46:49 by Martin in gHacks technology news
 
...behavior I have a nice alternative for you A left-click puts the cursor at that position without selecting the full URL while a double-click would select the full URL instead. This can be achieved by changing two parameters in the Firefox configuration Type about:config in the location bar and filter for the parameter...
 
 
 
 
 
Expand article

Should Children Be Banned From Childlike Behavior?

2008-03-25 14:15:47 by Nick O'Neill in All Facebook
 
...behavior and not punish individuals for doing crazy things when they are young. This is a part of experimentation and every child should have the chance to experiment. Maybe we all become hypocrites with age and decide to punish the youth because we wish we hadnt made the mistakes that we did. I dont know whats right but I know that nobody is...
 
 
 
 
 
Expand article

CSS trick mimics sideways-flicking behavior in MobileSafari

The Article has embedded video
2008-08-13 22:00:00 by Robert Palmer in The Unofficial Apple Weblog (TUAW)
 
...behavior using custom CSS supported by MobileSafari. If you're creating a web app specifically for iPhone and iPod touch users, you can get a similar feel to a native application with MobileSafari MobileSafari includes some CSS 3 support, including advanced DOM selectors and support for animations and transitions. Chances are, other browsers...
 
 
 
 
 
Expand article

Bad behavior

The Article has images
2008-09-12 14:30:56 by Giles Turnbull in Cult of Mac
...behavior that Microsoft, Real, and many other Windows software companies got into trouble over back in the 1990s and early 2000s. I can remember people getting hugely angry with Windows software that tried to sneak its way into your computer Perhaps Apple is doing it this way because it thinks Windows users are accustomed to it. But think how...
 
 
 
 
 
Expand article

10 Worst Web glitches of 2008 (so far)

The Article has images
2008-08-15 13:00:00 by Rafe Needleman in Webware.com
...behavior: Amazon CTO Werner Vogels banished to the lecture circuit to explain why S3 is still more reliable than any servers you could run yourself The damage: Companies forced to re-consider their reliance on "cloud computing Twitter When: April, May, June. July too? Who cares What happened: Twitter began to get unreliable . It's up, then...
 
 
 
 
 
Expand article

BBEdit - 9.0

The Article has images
2008-08-28 22:28:35 by Editor in New releases of mac apps from iusethis
...behavior for option-clicking the close widget in the titlebar of windows Added rudimentary support for define method to the Ruby module. Methods defined with it should be listed in the function popup. Yay, metaprogramming Open Counterpart will ask Xcode for the files counterparts when possible The items in the Saved Search Sets source group...
 
 
 
 
 
Expand article

Why AIR Applications Auto-Exit on Mac OS

2008-09-30 10:12:53 by Oliver Goldman in Adobe Blogs
 
...behavior of AIR applications running on Mac OS so that they don't exit when the last window is closed. This changed behavior would, of course, be consistent with the majority of Mac OS applications Contrary to what you might suspect, the current behavior was not an oversight on our part; nor was it a result of porting a Windows design to Mac...
 
 
 
 
 
Expand article

Yahoo Replaces PageRank Assumptions with User Data

2008-01-17 06:27:10 by Semaphore Software in Software Development Articles, IT News, Offshore Outsourcing Articles, SEO Tips & Tutorials From Sem
 
...behavior Pages Change and Lose Value at Different Rates the PageRank process also ignores that pages are purchased and repurposed, or decay and become less valuable over time and do so at very different rates Sometimes PageRank Calculations Cheat some uses of PageRank formulations in practice are typically implemented with regard to...
 
 
 
 
 
Expand article

Gang of Four (GOF) Design Patterns in ActionScript-Strategy

The Article has images
2008-10-06 16:15:08 by Ntt.cc in Ntt.cc
...behaviors. It seems to be perfect. You quickly write down the code class bird public function migration () : void public function fly () : void class eagle extends bird public override function migration () : void trace ( " Sorry, I dont migrate public override function fly () : void trace ( " flying class penguin extends bird...