This site is a technical blog about TYPO3 content management system (more). Latest articles are below for your convenience. Clicking on the title will show you the full article. Thank you for coming!
23. July 2008 by Dmitry Dulepov
I just sent two extension updates to TER. They will appear soon. Login user track and comments were updated.
Login user track is a TYPO3 extension that records Frontend user activities. It records when user last logged in, how many pages he visited and what pages he visited. The extension was originally written by Kasper but was not updated for a long time. Netcreators needed additional functionality to this extension, so I took it, added...
Posted in News |
| 34 views
22. July 2008 by Dmitry Dulepov
Today I had an interesting challenge. I had to create a contact form on the Intranet web site. This web site always has Frontend user logged in. I was going to use standard TYPO3 mailform. Typically such form contains fields for user name and e-mail. When I started to create the form, I immediately realized that it will be stupid to ask for this information if user is already logged it. I should find a way to insert this information automatically.
Posted in TYPO3 General |
| 81 views
21. July 2008 by Dmitry Dulepov
In July I had a session about personal productivity at TYPO3 user group in Holland. I planned to make video from these slides but I instead I decided another way to share slides. I put them to SlideShare. You can also vote for these slides to participate in the "World Best Presentation Contest' 08".
Enjoy!
Posted in Productivity |
| 66 views
20. July 2008 by Dmitry Dulepov
Pack Publishing has announced its yearly "2008 Open Source CMS Award". There are different categories, one of them is MVP, for person, who contributed a lot to the CMS.
I'd like to ask you nominate me if you think I deserve it. It is easy as filling the form and clicking "Nominate" button. Btw, you can win iPod Nano if you nominate someone.
Thank you in advance!
P.S. My name is Dmitry Dulepov.
Posted in TYPO3 General |
| 133 views
18. July 2008 by Dmitry Dulepov
This is not really my topic. But I have two cats myself and I am shoked.
Warning: shoking image inside.
Posted in Buzz |
| 93 views
15. July 2008 by Dmitry Dulepov
From time to time I see this question: how to fill RealURL cache with page addresses?
The answer is pretty simple...
Posted in EXT:RealURL |
| 179 views
15. July 2008 by Dmitry Dulepov
In the previous article we talked about TYPO3 template functions. I mentioned that substituteMarkerArrayCached is a function that developers should not use. In this article I am going to explain why.
As you remember...
Posted in Performance |
| 252 views
11. July 2008 by Dmitry Dulepov
Firsts, I wanted to write a warning article about the substituteMarkerArrayCached function. But then I understood that article is going to be about template functions in general and warning should be in the different article.
Let's have an overview of TYPO3 templates and functions to handle them.
TYPO3 template basics
Templates in TYPO3 are normal HTML files. These files contain special markers that TYPO3 can replace with data. Markers typically are words in CAPS surrounded by three hash...
Posted in Extensions |
| 488 views
10. July 2008 by Dmitry Dulepov
On July 4th I made two presentations at TYPO3 user group in Netherlands. The first was about TYPO3 core and the second is about being productive.
I got a lot of requests for these slides and I promised to put them online. Here is the TYPO3 core presentation. It did not contain much text on the slides, so I made a QuickTime videos. Videos are available in two sizes:
Small (256x192, 4.6MB)Medium (512x384, 9MB)
I must tell that this is my first experience in making video out of presentations,...
Posted in TYPO3 General |
| 209 views
30. June 2008 by Dmitry Dulepov
Today I went to check buzz.typo3.org for new articles. I scanned through some when I came across the article named "Dynamic Caching in TYPO3". The article is interesting because it describes unusual techniques related to caching. But author does one "not-so-good" thing. He promotes the use of $TSFE->set_no_cache(). As I said many times, this is evil and should be avoided at all costs! Search for another solution, do whatever tricks but never ever use set_no_cache()! It...
Posted in Performance |
| 238 views