Software Development Notes

A Collection of Common Software Issues

?Tags for Software Development Notes

What's this?
Tags are super-short descriptions of people
and sites. Tags describe you and your sites
so others can easily find you. Tag people and
sites to describe them to the community and
return to them in the future.

Latest Content

Here's some code to redirect Joomla to the page you want, after forcing a user to login first. $uri =& JFactory::getURI(); $redirect = '&return='.base64_encode($uri- toString()); $this-...
Topics: ,
A TAB is 4 Spaces - 31 days ago
A TAB is 4 Spaces. In .vimrc or _vimrc add these lines: set autoindent set smartindent set tabstop=4 shiftwidth=4 set expandtab
Topics: ,
Edit the xorg.conf file to : Section "InputDevice" Identifier "Configured Mouse" Driver "vmmouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol"...
Topics: , ,
I've seen a few various ways to load an xml file with flash . Each of them suffer from the same problem. They are hard coded for a specific file, and riddled with magic numbers to access xml node data. Here's some actionscript to load an XML in..
Topics: , ,
Here's a simple CSS Tip from arbnet.net . If you want your transparency to translate to all browsers, then make sure to use all four of the elements shown below. .class { opacity: 0.7; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.5; }.
Topics:

Software Development Notes Newest Members