hmm strange, i have build a joomla site years ago, and can't remember that it comes with an own language. But Typo3 has one: Typoscript.
Thomas Haller
Posts
-
What is joomla actualy a lanugage , a framework or a cms? -
GC and memoryDo GC.Collect() for reasearch reasons and so on. But for real life applications its not an good idea, because it blocks all threads. I do GC.Collect() only on 32 Bit machince, in situations where i encounter a OutOfMemory Exception, or in situations where i know, that chances are very high that the next lines of code will run into out of memory.
-
Quiz: Whats the song of this code ?correct :) uh now i see, my code has a bug, those heros are "Undisposable Heroes" ;-) :D
-
Quiz: Whats the song of this code ?Genre = Metal
class Hero : IDisposable
{
public void Dispose()
{
throw new NotImplementedException();
}
} -
sad about "unedited reader contribution"thank you for your answer Nish, i dit not know that. i think the problem is that people are very chary with negative comments. No usefull critiques = No idea what to improve. with best regards, tom
-
sad about "unedited reader contribution"hello code project members, i am very sad about the time it takes to make an unedited reader contribution to an checked one - i saw unedited articles from year 2003 !!! i do not think that it keeps people motivated to post new articles if they are never checked :( what do you think about this ?
-
what are the best CButton derived classes ?thx for the tipp. look here (better Bitmap Button) its a improved Button as the one you have shown me ( i think) originaly by Joseph M. Newcomer, modificated by Jeff Mallett. i saw your CRegionButton too, and a few others too. any suggestions what buttons i should use ? i am looking for a nice button suite or a all in one button, so i dont waste time for learning the wrong buttons. greetz
-
what are the best CButton derived classes ?yes i tried a few. i hoped that peopled made a "All Buttons you need"-set. at the moment i am planning to improve a nice button with the features of other buttons - make it easy to use and so on - if the authors let me. what do you think about it ? just RAM-wasting or a good tool if good implemented ? greets
-
character size more than 2 byteshmmm - does it support those elven-characters from Lord of the Rings ? :suss:
-
what are the best CButton derived classes ?hi there. Yesterday i've got a problem with CButton and icons, so i looked here in codeproject for a better Button class. i found many great buttons here but the overview is really bad. is there any button collection - or an ultimative button ? i think many people got that - so , how you've solved that problem ? greetings from austria - Tom
-
i want c++code for simple calenderif you need a month calender use the control month calendar, theres also a control datepicker. or do you need something special ?