I have two questions: a) How can i acess Joomla template\'s folder in the website so i can see where some images are placed and replace it.
Ok so here is a problem, I have an html template which looks something like开发者_如何学C this:
i was trying to complete a tutorial on custom controls and all of the tutorials that ive found say that you have to choose a p开发者_开发知识库roject template called \"windows control library\". I don
In the underlying example: How can I avoid that the method get_Children will complain that the return type is not correct?
I\'m creating a website using Smarty and PHP syntax; I\'ve learnt PHP code can be used in Smarty at http://www.smarty.net/docs/en/language.function开发者_运维知识库.php.tpl
I\'m trying to render the result of a content_for block through a helper. I have a template (HAML) and a layout as follows:
This question already has answers here: Why must I provide explicitly generic parameter types While the compiler should infer the type?
I would like to overload the \"+\" operator of iterator in list class, something like list<double>::iterator operator+(const list<double>::iterator& it, int n)
I make a number of websites for clients who are... less than tech savvy... and need an easy means of editing their website after I\'ve made it for them. For this purpose I have been coding a lot of my
In my registration FORM, I have to allow the user to put his date of birth. It is a requirement, that I show a SELECT for the d开发者_JAVA百科ay, a SELECT for the month and a SELECT for the year.