Search found 13 matches

by tekcronic
Mon Mar 24, 2008 7:10 am
Forum: Joombie Tools of the Trade
Topic: J!1.5 IDE
Replies: 7
Views: 1154

Re: J!1.5 IDE

So have you had any luck? what do you see as pro vs cons?
by tekcronic
Mon Mar 24, 2008 7:01 am
Forum: Joomla! Coding 101
Topic: addCustomTag Question
Replies: 3
Views: 764

Re: addCustomTag Question

Sorry I still have not checked into this but i am sure you have though i just want to copy some code so that it may be found for any one who may looking for this kind of thing. defined( '_JEXEC' ) or die( 'Restricted access' ); JHTML::_('behavior.mootools'); //scripts $document =& JFactory::getD...
by tekcronic
Thu Mar 06, 2008 7:44 am
Forum: Joomla! Coding 101
Topic: addCustomTag Question
Replies: 3
Views: 764

Re: addCustomTag Question

That is a good question.

You don't need:

Code: Select all

global $mainframe;
so remove it.

It makes sense that this would work with a module but then again I am not sure that it will because they are suppose to be small add-on pieces. I will check later to see if I can get it to work....
by tekcronic
Thu Mar 06, 2008 7:24 am
Forum: Joombie Tools of the Trade
Topic: Q's regarding Development Environment
Replies: 2
Views: 752

Re: Q's regarding Development Environment

I think the best way to edit code is by hand but learning to use an IDE is very useful and a time saver. look into J!code it is something I would like to revive. Also I prefer to use Aptana instead of Eclipse even though I could use the plug-in but it I have not really tried to set-up Eclipse and it...
by tekcronic
Sat Mar 01, 2008 2:24 am
Forum: Joombie Tools of the Trade
Topic: J!1.5 IDE
Replies: 7
Views: 1154

Re: J!1.5 IDE

Yes there was talk of it and in fact thanks to Andy Miller* it was implemented and can be found at the following link. The only thing I am concerned with is say the package called joomla-jcode-1.0.0.20061212.tar.gz it seems to be the linux package from December 12, 2006, which is outdated in my opin...
by tekcronic
Fri Feb 29, 2008 10:28 pm
Forum: Joombie Tools of the Trade
Topic: J!1.5 IDE
Replies: 7
Views: 1154

Re: J!1.5 IDE

I did read that and it is helpful for setting up eclipse. I use Aptana and really am not that familiar with the eclipse interface. I am aware of the Aptana plug-in for eclipse. I am not seeing how to load the Joomla API into either, which is what I am wanting to do. So when I am type something it po...
by tekcronic
Fri Feb 29, 2008 6:09 am
Forum: Joombie Tools of the Trade
Topic: J!1.5 IDE
Replies: 7
Views: 1154

J!1.5 IDE

Ok I have seen several things come up on this subject and was unable to determine which would be best to use to make the most of Joomla and it's plug-ins. I personally have found that using Aptana is nice but I am still needing to have the Joomla framework load and references made to "what does...
by tekcronic
Fri Oct 26, 2007 7:43 am
Forum: Joombie Tools of the Trade
Topic: Building the Ship - IDE
Replies: 116
Views: 23974

Re: Building the Ship - IDE

Ok so after much looking around I have found the following information very helpful... [quote="I added minor edits like links and color"]Eclipse plugin for developing Joomla! components/modules (JECLIPSE) Student: Muhammad Fuad Mentor: Laurens Vandeput This is a project that actually creates new log...
by tekcronic
Wed Oct 24, 2007 9:35 pm
Forum: Joombie Tools of the Trade
Topic: Building the Ship - IDE
Replies: 116
Views: 23974

Re: Building the Ship - IDE

I am having trouble finding anything on jeclipse and was wondering if you could provide me a link to where I can download the files?

Thanks for your help ian.

In case you don't know, I will report my findings once I know where to look.
by tekcronic
Wed Oct 24, 2007 5:23 pm
Forum: Joombie Tools of the Trade
Topic: Building the Ship - IDE
Replies: 116
Views: 23974

Re: Building the Ship - IDE

I download and installed J!code start it up and click new project.... So there are three main components: Eclipse, which is the IDE. PHPEclipse, which is a plugin for Eclipse that provides tools for developing in PHP J!Eclipse, which is a plugin that provides tools for developing Joomla! extensions....
by tekcronic
Wed Oct 24, 2007 4:27 pm
Forum: Joombie Tools of the Trade
Topic: Building the Ship - IDE
Replies: 116
Views: 23974

Re: Building the Ship - IDE

I am just wanting to understand how this all works...forgive me if this is dumb questions but I think this is the place for new or beginning joomla developers.  I guess I just want to clarify a few things. ⋅ Will J!Code produce a customized version of Joomla that can be installed base...
by tekcronic
Fri Sep 14, 2007 4:45 pm
Forum: Joombie Tools of the Trade
Topic: Building the Ship - IDE
Replies: 116
Views: 23974

Re: Building the Ship - IDE

just a doc note for those who may care in ubuntu (linux) for XAMPP

I found it is easiest to start with the command line to uncompress

sudo tar xvfz xampp-linux-1.6.3b.tar.gz -C /opt


For Ubuntu users more info can be found at: http://ubuntuforums.org/showthread.php?t=223410
by tekcronic
Fri Sep 14, 2007 4:55 am
Forum: Joombie Developer Lab
Topic: learning?
Replies: 4
Views: 2162

Re: learning?

you may also want to check out w3schools.com