حجت مردانه زاده

دانلود بزرگترین مجموعه فیلمهای آموزشی تبدیل فایل psd به قالبهای جوملا...!!!

26 پست در این موضوع

با سلام

joomla_banner3.jpg

طی درخواست فراوان کاربران عزیز، .مبنی بر قرار دادن آموزش کامل ویدئویی، تبدیل طرح پی اس دی به

قالب جوملا، مجموعه ی عظیم و فوق العاده زیر برای دانلود شما عزیزان قرار داده میشود.

این لینک بصورت تاپیک جداگانه ای در انجمن ذکر شده تا دسترسی کاربران عزیز به سهولت هرچه تمامتر صورت بپذیرد.

مباحث مورد بحث در آموزش:Building a CSS Template for JOOMLA

This series will help you get familiar with the routine and not so rountine processes of constructiong a CSS

template. The series details the contruction of a two-column, fixed-width layout.

Skill Level: Intermediate/Advanced

The Building a CSS Template Series starts with a photoshop layout and ends with converting a CSS template into

a JOOMLA readable template. By the completion of this series, you will have learned how to slice and make ready

a photoshop layout for the web, construct the basic structure of an XHTML/CSS document, work through common

brower bugs in CSS, and optimize the template for JOOMLA.

Lesson One – Slicing a Photoshop Image

• Planning the Layout

• Slicing Images

• Naming Slices

• Saving for the Web

Lesson Two – Creating the Foundation

• Files and Folders

• Linking the CSS into the PHP Document

• Getting Setup in Style Master

• Creating the DIV tags

Lesson Three – CSS Layout I

• Styling the Body

• Styling the Container

• Styling the Header

Lesson Four – CSS Layout II

• Styling the content DIV

• Working through browser bugs

Lesson Five – Finishing up and JOOMLA Integration

• Install JOOMLA Plug-in from

• Placing the Header Code

• Placing the Content Code

• Prepare the XML file

• Zip and Upload

Increasing User Experience With javascript

Using the javascript library MooTools with some other free libraries, this tutorial series teaches how to increase user

experience with some simple javascript. Using a fictional "blog" as the test site, subscribers will learn how to enhance

the blog with modern web techniques such as:

• LightBox type photo gallery

• Expanding sub-menus

• AJAX loaded pages

• Sliding image menus

• Reflecting images without having to touch Photoshop

• Condensing a web page with Fx.Styles and Sliding Tabs

• ...and more

Recommended Skills for This Series: Basic knowledge of HTML. Many of the javascript techniques used are

explained in detail so no javascript background is needed if the user has a decent grasp of basic HTML and a little

CSS. Please note that this is a beginner's series of javascript. Experienced users will find the code in this series

erratic, though it is simpler for those who know nothing about javascript.

Introduction

• Overview of the series

• Showcasing the javascript effects

Lesson Two - De-Cluttering the Membership Page

• Attaching scripts

• Considering MooTools as a solution to a cluttered layout

• Using the Fx.Styles of Mootools to change element properties

Lesson Three - Using MooTabs to Condense Related Products

• Understanding how MooTabs works

• Implementing MooTabs to condense the related products of a shopping cart

Lesson Four - Using a MooTools 'Light Box' to Create a Friendly Gallery

• Understanding the problem with the existing gallery

• Fixing the gallery with the MooTools Light Box

Lesson Five - Using Fx.Styles to Control Font Size

• Selecting an area to change

• Implementing Fx.Styles to change fonts

Lesson Six - Creating a Sliding Sub Menu with MooTools

• Analyzing the main menu and sub-menu for implementation

• Implement some simple MooTools effects to reveal sub-links

Lesson Seven - Implementing Reflection javascript for Images

• Downloading and using reflection.js for images

Lesson Eight - Creating a Sliding Image Menu

• Understanding how the Sliding Image Menu works

• Implementing the Sliding Image Menu

Lesson Nine - Using AJAX with the Sliding Image Menu

• Creating an updated area for changing content

• Implementing AJAX links with the Sliding Image Menu

Example Files

(Included)

Updated: See this Quick Clips for further lessons!

Credits:

• LightBox Clone and Reflection.js created by digitalia.be

• Sliding Menu created by PhatFusion.net

• MooTabs created by SilverScripting.com

• javascript library MooTools

Joomla Optimization

The JOOMLA Optimization Series will show you how to use validation tools to check your template for the correct

web standards, enhance URL generation by using the component ARTIO, optimize module positions with better

code, and more. By the completion of this series you will have learned how to get your JOOMLA site leaned down

and potential for better standards up.

Skill Level: Intermediate

Lesson One - Validation

• CSS Validation

• XHTML Validation

• Correcting incorrect markup

Lesson Two - Improving Module Output

• Different types of module output options

• Optimizing the template (continued from the JOOMLA Template Series)

Lesson Three - Improving JOOMLA Accessibility

• Better font usage

• Using CSS compression to better file sizes

Lesson Four - Using ARTIO SEF Component

• Getting JOOMLA ready for better URL's

• Around ARTIO

Template Migration for Joomla Tutorial Series

The Template Migration for Joomla Series will show you how to take an existing, static template and convert it for

use with Joomla. This highly requested series covers every aspect of template conversion: Organizing the file

structure for Joomla, insertion of the Joomla PHP tags, matching and re-naming CSS conventions for compatibility

with JOOMLA, and more! By the completion of this series you will gain all the know-how necessary to migrate your

template for Joomla.

Lesson One - Introduction and Re-Ordering the File Structure

• Introduction to the Template

• Moving the template files to the correct location for Joomla

Lesson Two - Optimizing the Template

• The Dreamweaver extension from Joomlasolutions.com

• Inserting the php tags, header code, and various other code

Lesson Three - The Template Details XML File

• How the template_details.xml works

• Assigning files, images, css, etc.

Lesson Four - Re-naming and Styling the Main Menu

• Understanding how the Main Menu is styled

• Re-assigning existing menu styles with the Joomla selectors

Lesson Five - Migrating Styles for Use with Modules

• Latest news module changes

• Main menu module stylings in other positions

Lesson Six - Custom Module Styling Using Class Suffixes

• Styling the Newsflash module similar to the static template

Using class suffixes in Joomla

Lesson Seven - Styling Various Joomla Elements

• Style matching the titles, paragraphs, etc. in the template

• News component styling

MooTools for the Rest of Us Tutorial Series

Interested in how the JoomlaOS template was made?

"MooTools for the Rest of Us" is a series of tutorials that demonstrates, by example, implementation of basic

MooTools effects into a template. Using the JoomlaOS template as a reference point, you will learn how to find

the effect you're looking for, create drag-able windows, make them resize-able, fade and adjust DIV's (including live

text resize), and implement ajax links (Links that need no page refresh!).

Skill Level: Intermediate

Lesson One - Ideas and Resources

• The Purpose and Format of this series

• Where to get ideas from/documentation

• Getting MooTools

Lesson Two - Setting up the Document

• javascript insertion

• Testing out an effect

Lesson Three - Creating a Drag-able/Resize-able Window

• Finding ideas

• Implementing an idea

• Duplicating several windows

Lesson Four - Opacity Fades for various windows

• Recognizing windows to fade

• Implementing the code

• Custom Options

Lesson Five - Using Moo.Ajax for the JoomlaOS Template

• Some benefits

• Creating an Ajax link for the JoomlaOS Template .

------------------------------------------------------------------------------------------------------------------------------------

...::: سری اول فایلها بروی سرور رپیدشیر(11پارت):::...

http://rapidshare.com/files/322554959/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part01.rar

http://rapidshare.com/files/322554968/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part02.rar

http://rapidshare.com/files/322554958/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part03.rar

http://rapidshare.com/files/322554955/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part04.rar

http://rapidshare.com/files/322554793/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part05.rar

http://rapidshare.com/files/322554508/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part06.rar

http://rapidshare.com/files/322554354/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part07.rar

http://rapidshare.com/files/322554304/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part08.rar

http://rapidshare.com/files/322554361/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part09.rar

http://rapidshare.com/files/322554302/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part10.rar

http://rapidshare.com/files/322555031/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part11.rar

...::: سری دوم فایلها بروی سرور رپیدشیر(11پارت):::...

http://rapidshare.com/files/323114436/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part01.rar

http://rapidshare.com/files/323114988/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part02.rar

http://rapidshare.com/files/323115585/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part03.rar

http://rapidshare.com/files/323116262/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part04.rar

http://rapidshare.com/files/323116874/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part05.rar

http://rapidshare.com/files/323117590/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part06.rar

http://rapidshare.com/files/323118142/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part07.rar

http://rapidshare.com/files/323118678/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part08.rar

http://rapidshare.com/files/323119252/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part09.rar

http://rapidshare.com/files/323119822/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part10.rar

http://rapidshare.com/files/323113894/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part11.rar

...:::دانلود فایل از سرور آپلودینگ (6پارت):::...

http://uploading.com/files/mm22422a/Creating.Amazing.Templates.part1.rar/

http://uploading.com/files/4a274ccb/Creating.Amazing.Templates.part2.rar/

http://uploading.com/files/2845d43e/Creating.Amazing.Templates.part3.rar/

http://uploading.com/files/1e5f7dcd/Creating.Amazing.Templates.part4.rar/

http://uploading.com/files/4f498aa8/Creating.Amazing.Templates.part5.rar/

http://uploading.com/files/8dmm48a2/Creating.Amazing.Templates.part6.rar/

...:::دانلود فایل از سرور فایل سرور(11پارت):::...

http://www.fileserve.com/file/jNmgC6j/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part01.rar

http://www.fileserve.com/file/7eeMWJK/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part02.rar

http://www.fileserve.com/file/TNrdhgd/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part03.rar

http://www.fileserve.com/file/SAAbM7j/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part04.rar

http://www.fileserve.com/file/skDbw86/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part05.rar

http://www.fileserve.com/file/kruF8X5/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part06.rar

http://www.fileserve.com/file/tM9NBQK/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part07.rar

http://www.fileserve.com/file/NFQW62a/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part08.rar

http://www.fileserve.com/file/Q6fWCTG/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part09.rar

http://www.fileserve.com/file/6jRt4Vu/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part10.rar

http://www.fileserve.com/file/2Df99ZF/All_JOOMLA.Video.Tutorials.on.Creating.Amazing.Templates.part11.rar

----------------------------------------------------------------

چند نکته*:

این لینکها به مورخ 1390-11-10 کاملا سالم بوده و هیچ مشکلی ندارند. اگر در روزها و ماههای بعد لینک ها دچار مشکلی شدند، سریعاً مطرح نمایید تا لینک ها بروز گردند.

طبعا برای دانلود از دو سرور آپلودینگ و فایل سرور ، دارا بودن ف*ی*ل*ش*ک*ن* الزامی ست...!

موفق و سربلند و پایدار باشید

یا حق

با سلام من خواستم دانلود کنم کلیه سرور ها نوشته بود فایل مورد نظر وجود ندارد

Share this post


Link to post
Share on other sites
آموزش ووکامرس قالب جوملا قالب وردپرس قالب رایگان وردپرس قالب رایگان جوملا هاست نامحدود هاست جوملا هاست لاراول هاست وردپرس هاست ارزان هاست ربات تلگرام خرید دامنه آموزش ساخت ربات تلگرام با php آموزش html و css آموزش لاراول آموزش cPanel آموزش php آموزش سئو وردپرس آموزش امنیت وردپرس آموزش وردپرس آموزش فرم ساز RSform آموزش سئو جوملا آموزش فروشگاه ساز Hikashop آموزش فروشگاه ساز ویرچومارت آموزش طراحی سایت آگهی تبلیغاتی آموزش امنیت جوملا آموزش طراحی سایت فروش فایل آموزش طراحی قالب ریسپانسیو با Helix آموزش جوملا 3 آموزش ساخت ربات دکمه ی شیشه ای آموزش ساخت ربات همکاری در فروش آموزش ساخت ربات جذب ممبر آموزش ساخت ربات ضد اسپم آموزش ساخت ربات پیوست فایل سورس ربات مدیر گروه | ربات مدیر گروه همسریابی

برای ارسال نظر یک حساب کاربری ایجاد کنید یا وارد حساب خود شوید

برای اینکه بتوانید نظر ارسال کنید نیاز دارید که کاربر سایت شوید

ایجاد یک حساب کاربری

برای حساب کاربری جدید در انجمن ما ثبت نام کنید. عضویت خیلی ساده است !


ثبت نام یک حساب کاربری جدید

ورود به حساب کاربری

دارای حساب کاربری هستید؟ از اینجا وارد شوید


ورود به حساب کاربری