Hello photoshop trainees Im currently teaching photoshop to adults in the local community and wanted to post video tutorials for them to practice at home or for when they had left the course. These are pretty basic lessons and are good for the begginer this is part 1 . We will be looking at the selection tool and what you can do with it.
There are 2 video tutorials in this lesson.
Part 1
Part 2
Posted by mighty on February 16th, 2010
Read More
As I mentioned, one of the benefits of keeping different kinds of code separate is
that it makes it easier to take code that you’ve written for one site and reuse it on
another.
Certain JavaScript Nerds (to be referred to from this point on as “gifted-people”)
have taken the time to assemble vast libraries of useful, unobtrusive JavaScript code
that you can download and use on your own web sites for free.
Prototype
script.aculo.us
Yahoo! User Interface Library(YUI)
Dojo
jQuery
MooTools
40 Great Javascript Tutorials
Posted by mighty on September 9th, 2009
Read More
Hey joomla and virtuemart code pickers after spendind ages looking through the virtuemart forums I resorted to using the serch facility in dreamweaver what a god send.
I wanted to remove the text link category titles on the virtuemart shop frontpage I knew it was the variable category i was looking for so did a search in the folder components/com_virtuemart for $category the search result was just 2 pages the pages below are found in components/com_virtuemart/themes/default(or which ever theme you are using)/templates/common
shopIndex.tpl.php
This file helps you take out the main category heading on the front page and some silly spacing, found at top of page
//echo “<br /><h4>”.$VM_LANG->_(‘PHPSHOP_CATEGORIES’).”</h4>”;
//this line removes the categories tiltle at the top of the page
categoryChildlist.tpl.php
//echo $category["category_name"];
//the 2 lines commented out above get rid of the text link on the front shop page the top one deleted nasty space
lines 33 ish removes the text link underneath the thumbnail image.
hope this helps someone
Posted by mighty on August 25th, 2009
Read More
The default page title in Joomla 1.5 is “Welcome to the Frontpage“.
You can easily change that from your Joomla admin area > Menus > Main Menu > Home > Parameters – System > Page Title.
Type in the new page title you wish to use and save the change. Next time you open your website, the new page title will show up in your browser
Posted by mighty on August 25th, 2009
Read More
Hello web designers this site is here for yours and my benifit. firstly to keep me in touch with wordpress and to document any problems I have been stuck on in the world of webdesign, so I have an archive of them and I dont have to revist old forum posts.
usually when looking for solutions you have to trawl through lots of crap so hopefully this will become usefull to you and me
Posted by mighty on August 18th, 2009
Read More