As a web developer, you can broaden your potential client base and add value for existing clients by listing ‘WordPress’ as an area of expertise. Of course, unless you want to bluff your way through jobs, you’d better have the skill to back-up that claim. This collection will help.
WordPress Basics
- Unraveling the Secrets of the comments.php File
Nettuts+ author Gilles Maes has written an in-depth overview of the comments.php file and how to make the most of the template.
Kategorie wordpress | 0 comments
You have to use Adobe Photoshop for a really long time to understand its potential completely. There are many things you can do using its endless features. You need to discover them and decide how to use them in new and innovative ways to create the creative, beautiful and realistic digital art. In this article, we look at Photoshop in a different way: as a tool for designers to create realistic objects and 3D models. Here you can find Modeling and Desig Photoshop Tutorials.
Tags: modeling, photoshop, tutorials
Kategorie photoshop | 0 comments
AJAX provides Web developers with plenty of opportunities to enhance the user experience and improve the performance of their websites. There are countless ways that AJAX can be used, and fortunately there are plenty of good and useful AJAX tutorials out there to help you with your own implementation.
Kategorie ajax | 0 comments
The main advantage of elegant CSS typography lies in its ability to be both attractive and improves the user experience. When chosen wisely and used carefully, it can be very effective to support the overall design. There are many outstanding examples of how we can do this, and below you will find some of the best ideas and tips when it comes to using Fonts and typography in your CSS based sites.
Tags: css, techniques, tutorials, typography
Kategorie css | 0 comments
Wer in Typo3 eine Sitemap anzeigen will, kennt das Problem, dass die Links immer in einem neuen Fenster geöffnet werden. Das liegt daran, dass standardmäßig “target = page” gesetzt wird. Um dies zu unterbinden, ist folgender Typoscript Code nötig:
// Typoscript Constants
content.pageFrameObj = _self
pageTarget = _self
// Typoscript Setup
intTarget = {$pageTarget}
extTarget = _blank
Tags: sitemap, ts, tutorials, typo3
Kategorie tutorials | 0 comments
It’s important to master vector graphics drawing. The images that you get don’t loose quality when they are scaled. It doesn’t matter if it has the size of an icon, it can cover a wall too, when talking about a vector graphic. Illustrator is Adobe’s main software for vector graphics. Illustrator Tutorials
Tags: illustrator, tutorials
Kategorie illustrator | 0 comments
Today we have part 1 of our series on the most useful tutorials released in 2007, taking a close look at most useful code snippets and examples that you can find handy to incorporate into your websites – here we bring together the very best tutorials and demos gathered from the net on our first series. Let’s take a look at some of the best tutorials we’ve found in the Web so far.
Kategorie webdesign | 0 comments
Es gibt 2 Möglichkeiten CSS Dateien in Typoscript einzubinden. Die einfachere Methode ist es über die Anweisung page.includeCSS einzubinden.
// Typoscript Setup
page.includeCSS {
file1 = fileadmin/styles/basic.css
file1.title = Standardansicht
file1.media = screen
file2 = fileadmin/styles/print.css
file2.title = Drucken
file2.media = print
}
Alternativ kann man auch CSS im Headerobjekt manuell einbinden. Diese Art der Einbindung ermöglicht auch beliebige weitere Einbindungen wie JS-Scripts u.a.
// Typoscript Setup page.headerData.5 = TEXT page.headerData.5.value ( @import "fileadmin/css/style.css"; )
Tags: css, ts, tutorials, typo3, typoscript
Kategorie tutorials | 2 comments








