The TYPO3 extension Calendar Base (extension key: cal) is one of the best coded extension I have come across in a long time. It was a great learning experience and the challenge was stimulating! About the extension Calendar Base extension is a full-featured online calendar system. And works with popular calendar systems such as Yahoo! […]
Website in 5 minutes is harmful for business
An website is your first impression and you need to get it right the first time. …and it is going to represent every thing that your business is. Can a website builder that claims to create a new website in 5 or 10 or few minutes do the following: Study your business and create a […]
Ajax Mail Subscription TYPO3 Extension
Subscription to newsletters is an essential functionality of an website. The functionality of newsletter greatly helps to stay in touch with interested visitors to the website over time. When subscribing to a website we as visitors would expect things to be quick and simple. Ajax greatly helps keeping things simple by completing the functionality quickly […]
Gridelements not showing any output in t3sbootstrap
T3sbootstrap is a very popular TYPO3 extension. It can build bootstrap based websites in TYPO3 CMS. Gridelements is another very useful and popular extension. BothT3sbootstrap and Gridelements TYPO3 extensions are available for free in TYPO3 Extension Repository (TER). with Gridelements TYPO3 extension one can create multiple layouts for your website. Each grid layout form the TYPO3 backend layout. Gridelements is […]
Google AMP site done in TYPO3
We have successfully implemented our Google AMP version of T3IN.com few weeks back. All Google AMP validation passed with zero errors or warnings. The AMP site can be viewed directly from the AMP Url shared below. The look and layout is mostly same. We had to make adjustments in few content element types. Although it […]
TYPO3 Extensions and Accelerated Mobile Pages (AMP)
Accelerated Mobile Pages (AMP) is a technology to have pages load quickly on mobile devices. AMP is backed by industry heavy weights like Google, Twitter, WordPress, several publishers and other companies. The challenge in short is that it has own HTML and JavaScript library. So can we use TYPO3 extension while building an website in […]
How to set the OG and DCTERMS meta tags in TYPO3
In case you are using the TYPO3 extension: bootstrap_package then set: page.meta.og:title.field = subtitle // title This would set the < meta property=”og:title” … > value to the page field value of subtitle is available else it would use the page title field value. By default it is set to use the title column only. You can use the susbtitle […]
Bootstrap carousel : enable pause on mouseover
TYPO3 has many readily available templates/themes. One of the most popular is the bootstrap package. It is an installable extension module. Download free TYPO3 templates and themes from TYPO3 bootstrap package. One of the thing which I need to do was to make the slider pause on mouseover. By default it keeps sliding and mouseover had to […]
Post tx_News to Facebook Social Media
The newest news extension on Typo3 is the “News” extension. This extension also referred as tx_news some times is build in the latest Typo3 Extbase and fluid development platform. The older news extension was “tt_news”. The latest news extension did not ad the functionality to post news items on social media. So we have developed […]
Tip: Quick file backup to be avoided
Many time during coding we need to same a copy of the code file. A quick backup of the work before a some may-go-wrong kind of situations. Do not just do a copy-paste of the file. In many systems like under CentOS the file gets saved as “MyController (copy).php”. This can lead to nasty situation. […]