Quick Tip: Getting Clever with CSS3 Shadows - NetTuts+

Quick Tip: Getting Clever with CSS3 Shadows - NetTuts+
Project File | Video File | 42 Mb
Genre: Video Training

The CSS standard states that borders and padding should be applied on top of the specified width of an element. As such, if I have a 200px div, and apply 40px worth of borders and padding, total, the width will then be 240px. This makes perfect sense; however, Internet Explorer actually did things differently. They adopted a model where the maximum width is what you specified. The borders and padding are then factored into that width, reducing the content area. As a result, the width of the element never exceeds the stated width of 200px.


user nuri_sahin     

Quick Tip: Getting Offline Access with HTML5 Application Cache - NetTuts+

Quick Tip: Getting Offline Access with HTML5 Application Cache - NetTuts+
Project File | Video File | 11 Mb
Genre: Video Training

Just when you thought you d seen all the cool features of HTML5, I m here to bring you yet another one. The internet is no longer about just websites; it s about web applications. Often, our users are on portable or mobile devices, and they won t always have access to a network. With HTML5 s Application Cache, you can provide them with all or some of the functionality they would have online, no matter where they go.


user nuri_sahin     

Quick Tip: Pure CSS Reflections - NetTuts+

Quick Tip: Pure CSS Reflections - NetTuts+
Project File | Video File | 12 Mb
Genre: Video Training

Many might not be aware that, with CSS, we can achieve reflections quite easily in all webkit-based browsers, which represent roughly 20% of all browser usage. The key is in the vendor-specific, -webkit-box-reflect property. I ll show you how to use it in today s video quick tip!


user nuri_sahin     

Subtle CSS3 Typography that you d Swear was Made in Photoshop - NetTuts+

Subtle CSS3 Typography that you d Swear was Made in Photoshop - NetTuts+
Project File | Video File | 38 Mb
Genre: Video Training

Thanks to text shadows, outlines, transitions, and even text gradients, we can now create cool typography that you d swear had to be made with a program like Photoshop. Nope, all CSS3 baby! Let s take a look in this video quick tip.


user nuri_sahin     

The Beginner s Guide to Web Design - NetTuts+

The Beginner s Guide to Web Design - NetTuts+
Project File | Video File | 7 Mb
Genre: Video Training

Throughout this three-part series, you will learn how to create a website using the latest in web design techniques (HTML5 & CSS3). This series is aimed at those with minimal knowledge of web design.


user nuri_sahin     

Working with Advanced 3D CSS - NetTuts+

Working with Advanced 3D CSS - NetTuts+
Project File | Video File | 35 Mb
Genre: Video Training

CSS is capable of so much more than browsers can currently handle, namely when it comes to working in 3D spaces. In this week s premium video tutorial, I m going to teach you how to work with CSS transitions, animations, and specifically how to work with Webkit s CSS 3D capabilities. Help give back to Nettuts+ by becoming a premium member!


user nuri_sahin     

Internetwork Expert Cisco CCNA Voice Course 2012-PLATO
Internetwork Expert Cisco CCNA Voice Course 2012-PLATO | 8.89GB
Genre: eLearning | Language: English

The CCNA Voice class is an ultimate all-in-one solution for engineers pursuing the Cisco Certified Network Associate Voice (CCNA Voice) certification. This Video-on-Demand course includes over 25 hours of instructor-led content that will fully prepare you for the latest Cisco 640-461 ICOMM v8 certification exam.


user GonBi     

Using Anonymous Objects for Key/Value Pairs in .NET - NetTuts+

Using Anonymous Objects for Key/Value Pairs in .NET - NetTuts+
Project File | Video File | 8 Mb
Genre: Video Training

Writing applications using the .NET Framework can be a cumbersome experience, primarily due to the vast amount of classes one has to know in order to write applications. But developers can use those classes to make writing quote easier. One such class is the TypeDescriptor class, and the ability to use anonymous objects as a key/value pair collection.


user nuri_sahin     

How to Build a Beautiful Calendar Widget - NetTuts+

How to Build a Beautiful Calendar Widget - NetTuts+
Project File | Video File | 94 Mb
Genre: Video Training

In today s premium tutorial and screencast, I m going to show you how to build a slick calendar widget. We ll using CSS3 to give it a shiny look and feel, and then add some pretty neat functionality with javascript


user nuri_sahin     

Design a Beautiful Website From Scratch - NetTuts+

Design a Beautiful Website From Scratch - NetTuts+
Project File | Video File | 3 Mb
Genre: Video Training

Have you ever wanted to design a beautiful website but just didn t know how? To be honest, a few years ago, that happened to me too. While browsing the web, I saw so many nice looking websites and wished I had the skills to create such designs. Today I can and I m going to teach you how to do so too! Essentially, it requires a few Photoshop skills and an eye for detail. Through this tutorial, I will point out these tiny details which make a website design look beautiful. Fire up Photoshop and let s get going!


user nuri_sahin     

CSS Noob to Ninja - NetTuts+

CSS Noob to Ninja - NetTuts+
Project File | Video File | 600 Mb
Genre: Video Training

Reuploaded


This exclusive premium video series will take you from being an absolute CSS  noob,  all the way up to ninja-status, capable of wrangling even the most obnoxious of browsers into place. The series begins with the basics: the syntax, properties, etc. However, each new video expands upon the previous, as you work your way up and improve your skills. This week, you ll have access to Parts 1-4 in the series. The remaining six episodes will be available later this month!


user nuri_sahin     

Combining Modern CSS3 and HTML5 Techniques - NetTuts+

Combining Modern CSS3 and HTML5 Techniques - NetTuts+
Project File | Video File | 266 Mb
Genre: Video Training

Just because some techniques don t work in decade old browsers doesn t mean that you shouldn t be learning everything you can! Stay on the cutting edge, as we use everything from CSS shadows and animations, to HTML 5 mark-up and local storage, to utilizing jQuery to work with the Picasa API. We ll also take advantage of the excellent jQuery library, and review some best practices when coding.


user nuri_sahin     

Coding a Complex Design into CSS and HTML - NetTuts+

Coding a Complex Design into CSS and HTML - NetTuts+
Project File | Video File | 1 Mb
Genre: Video Training

Today, we re going to be taking the PSD website design, from Mahmoud s Psdtuts+ Tutorial ,and coding it into valid, semantic HTML and CSS. Along the way, we ll go over some essential CSS techniques, such as image replacement, sliding doors, and CSS sprites. This is a monster of a tutorial, as the design is a bit complex. Nevertheless, a relative beginner should be able to follow along, so put on a pot of coffee and let s get started!


user nuri_sahin     

Building a Simple CSS Selector Engine - NetTuts+

Building a Simple CSS Selector Engine - NetTuts+
Project File | Video File | 118 Mb
Genre: Video Training

Reuploaded

Recently, I thought I d try my hand at creating a simple CSS selector engine. You know what I m talking about: it s the kind of thing you use in most javascript libraries, where you pass in a CSS selector to find the elements you want to work with. Today, I ll show you how to create a really simple one!
What we are going to be building today is in no way something you d use on a live site. It will not have all the great features you re used to using in the  real  selector engines, but it will give you a small taste of how complicated something like Sizzle or NWMatcher can be. And who knows? Maybe you ll pick up a few javascript tips and tricks on the way.


user nuri_sahin     

Build Kick-Ass Practical CSS3 Buttons - NetTuts+

Build Kick-Ass Practical CSS3 Buttons - NetTuts+
Project File | Video File | 48 Mb
Genre: Video Training

What once required background images and icons can now be created with plain-old CSS. Because modern browsers have access to things like box shadow, gradients, rounded corners, text-shadows, and font-face, we can finally take advantage of this and remove any need for images, when creating visual elements, such as buttons! I ll show you how in today s video tutorial.


user nuri_sahin     

Build a Custom HTML5 Video Player - NetTuts+

Build a Custom HTML5 Video Player - NetTuts+
Project File | Video File | 3 Mb
Genre: Video Training

Though the idea of a video-specific HTML element was suggested well over a decade ago, we re only just beginning to see this come to fruition! Forget all of that  HTML5 2012  mumbo-jumbo; the truth is that you can use the video element in your projects right now! The only problem is that the video players are inconsistent from browser to browser, and full-screen support is, at the time of this writing, only available in certain browsers, via a right-click. Further, what if we want to brand our video player? Unfortunately, there isn t an easy way to do so by default. The solution is to create a custom player that remedies all of these issues.


user nuri_sahin     

ASP.Net Form Scratch

ASP.Net Form Scratch - NetTuts+
Project File | Video File | 193 Mb
Genre: Video Training

In this course, Jeremy McPeak, author of Professional AJAX and Beginning javascript: 4th Edition, will teach you how to build high quality ASP.NET applications from scratch. Even better, for those who prefer a more visual approach, each lesson comes in the form of a twenty to thirty minute video tutorial. Ready to dive in?


user nuri_sahin     

cmiVFX - Softimage Facial Retopo And Rigging For Animation [FULL COMPLETE]

cmiVFX - Softimage Facial Retopo And Rigging For Animation

.flv | project files | models | Complres-RAR 1.1Gb

.obj | .ztl | .zpr


user BilliGo     

FXPHD AFX218 - Project The Trailer [After Effects ] +Project Files
FXPHD AFX218 - Project The Trailer

.mp4 | project files | 4.1Gb

user BilliGo     

The Structure of Blender - 3D Modeling & Animation

The Structure of Blender - 3D Modeling & Animation | 7.26Gb


user dzhoni     

Money Makers TV Complete Course - Sarah Staar (REUPLOAD)
Sarah Staar - Money Makers TV Complete Course
MP4 | English | 640*480 | 15.000 fps 700 Kbps | 2010 | AAC 128 Kbps | 8.11GB
The ultimate goal with Money Makers TV is to teach people, people like you, real internet business and marketing by simply watching instructions from my internet marketing university.


user pm1     

Creative Essence The Face Modeling And Texturing DVD-NoPE

Creative Essence The Face Modeling And Texturing
English | Team: NoPE  | ISO | 1.37 GB
Genre: Video Training

Complementing the book we have developed a DVD including a comprehensive set of models, textures, photographs, software and tools that will allow you to immediately develop your skills based on the techniques outlined in the book. It is recommended ESSENCE: The Face be purchased to accompany the DVD.


user MrD37jncj     

Softimage XSI TD Love Training Tour Disc-W3D

Softimage XSI TD Love Training Tour Disc
English | Team: W3D | ISO | 505 MB
Genre: Video Training

This disc contain videos, scene files, and script used in CG Soup's presentations during the TD-Love Training Tour.


user MrD37jncj     

[tutsplus] Laravel Essentials

     [tutsplus] Laravel Essentials            
MOV | Video (AVC, 1152x720, 15.000 fps, 216 Kbps)
Audio (AAC, 96.0 Kbps CBR, 44.1 KHz, 2 ch, English) | 116MB


user pm1     


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss