إظهار / إخفاء الإعلانات

فعـآليـآت منتدـآنـآ ..~

عدد الضغطات : 669 عدد الضغطات : 650 عدد الضغطات : 631 عدد الضغطات : 587 عدد الضغطات : 666 عدد الضغطات : 553 عدد الضغطات : 619

الإهداءات


Gears API خدمات من قوقل

حبايبي الحلوووووووووووين السلام عليكم اليوم جايب لكم حاجه حلوه قريت عنها واعجبتني وحبيت اسوي لكم هذا الايميل من تصميمي وحقوق الطبع محفوظه >>> لايكثر بس ...


إضافة رد
 
LinkBack أدوات الموضوع انواع عرض الموضوع
#1  
قديم 05-09-2009
نواف بيك البريدية
عضو

نواف بيك البريدية غير متواجد حالياً
لوني المفضل Cadetblue
 رقم العضوية : 521
 تاريخ التسجيل : Apr 2009
 فترة الأقامة : 1032 يوم
 أخر زيارة : 04-14-2009 (09:34 PM)
 المشاركات : 718 [ + ]
 التقييم : 10
 معدل التقييم : نواف بيك البريدية is on a distinguished road
بيانات اضافيه [ + ]
Exll Gears API خدمات من قوقل



حبايبي الحلوووووووووووين





السلام عليكم




اليوم جايب لكم حاجه حلوه قريت عنها واعجبتني وحبيت اسوي لكم هذا الايميل من تصميمي وحقوق الطبع محفوظه >>> لايكثر بس










على فكرة الموضوع يخص اكثر ويهتم بالفئه المتنحه جدا جدا نقرتين لعرض الصورة في صفحة مستقلة نقرتين لعرض الصورة في صفحة مستقلة نقرتين لعرض الصورة في صفحة مستقلة






بحكم اني فاشل بالمقدمات ولكن راح ادخل بصلب الموضوع الا وهو :-








Gears API (Improving Your Web Browser)



ايش يعني هذا بالضبط راح اقول لكم نقرتين لعرض الصورة في صفحة مستقلة هذي اضافه تضاف عن طريق المتصفح لكي يكون اداء التصفح لديك عالي
يعني كيف ؟؟؟
يعني يا اصدقائي مثلا اذا تشتغلون على موقع فيه فلاش او جافا او فيه صور او فيه داتا بيس كثيفه عن طريق الانترنت هذي الاضافه او الخاصيه من قوقل وانتم تعرفون قوه قوقل بالاشياء هذي اضافتها لنا لكي يكون فيها اكواد تساعدنا على اتمام العمليات بسرعه وهم في طور التطوير طبعا لان النظام فيها مفتوح يعني open source project
هذي الاكواد راح تساعد في اجراء العمليات بدون ما نعرف طبعا حنا لاننا مستخدمين ولكن اذا كانت لديك اي خلفيه عن الاكواد والمصادر المفتوحه لتطوير مثلا المتصفح او الجافا سكربت او الفلاش او الداتا بيس و....الخ الموجوده راح تسهل عليك معرفه ما يجري
وهذي الخاصه اهدتها لنا قوقل عن طريق مبرمجين تبع طاقم قوقل ولكن عن طريق النظام المفتوح وهذه الخاصيه يمكن تطويرها من قبل اشخاص عاديين


وراح ادخل معاكم في زبدة الموضوع ماهي هذي الخاصيه؟ وايش عملها ؟ وكم الاصدار الحالي لها ؟ وايش تتوافق مع الانظمه والمتصفحات ؟وطريقه التحميل؟





What is the Gears API?

Gears is an open source project that enables more powerful web applications, by adding new features to web browsers.


Features

Gears modules include:
نقرتين لعرض الصورة في صفحة مستقلة LocalServer Cache and serve application resources (HTML, JavaScript, images, etc.) locally نقرتين لعرض الصورة في صفحة مستقلة Database Store data locally in a fully-searchable relational database نقرتين لعرض الصورة في صفحة مستقلة WorkerPool Make your web applications more responsive by performing resource-intensive operations asynchronously




New in Gears 0.5

The latest version of Gears adds:
  • An updated version of the embedded SQLite engine, which should significantly improve performance in database-intensive applications.
  • The Geolocation API now will use WiFi antenna data to provide more accurate position data.
  • Added new methods to LocalServer to store and retrieve blobs by URL.
More details about the improvements in 0.5 can be found on our API history page.




How do I start?
  1. Install Gears.
  2. System requirements
    • Windows XP/Vista
    • Firefox 1.5+ and Internet Explorer 6.0+
    • Linux ( details)
    • Firefox 1.5+
    • 32-bit OS (64-bit not supported)
    • Mac OS X 10.4+, G4+/Intel CPU
    • Firefox 1.5+
    • Mac OS X Leopard 10.5.3+ or Tiger 10.4.11+, G4+/Intel CPU
    • Safari 3.1.1+
    • Windows Mobile 5+ ( details)
    • Internet Explorer Mobile 4.01+
    • Windows Mobile 6 touchscreen devices ( details)
    • Opera Mobile 9.51 (Presto build 2.1.0+)
    • Android 1.0 device or emulator
    Gears is available for Windows, Windows Mobile ( IE Mobile, Opera Mobile), Mac ( Firefox, Safari), Linux and Android.
  3. Run the sample applications.
  4. Read the developer tutorial.




Getting Started

First, if you haven't already, install Gears on your computer to be able to use the sample applications and tools.
Going Offline

The first thing you need to run a web application offline is the ability to start it without an Internet connection. This is the purpose of the LocalServer module.
For a fast introduction to taking web content offline, work through the tutorial Enabling Static Files to Work Offline using Gears. You will be introduced to the LocalServer API and the manifest file, the key components that cache your application's resources and make it available offline.
Storing User's Data

Applications that are more than just static files have data that is typically stored on the server. For the application to be useful offline, this data must be accessible locally. The Database module provides a relational database for storing data. On the Architecture page you will find a discussion of strategies for designing the local storage that your application needs.
When an offline application reconnects, you will need to synchronize any changes made in the local database with the server. There are many different approaches to synchronizing data, and there is no single perfect approach. The Architecture page describes some strategies for synching.
An additional feature of the Gears database is Full-Text Search, providing a fast way to search text within a database file. Read the details here.
Performance

When synchronizing large amounts of data, you may find that the database operations begin to affect the responsiveness of the browser. The WorkerPool allows you to move your database operations to the background to keep the browser responsive.
The WorkerPool is useful for any expensive operations that slow down the UI.
Next Steps

Check out the Resources and Tools page to download useful files and sample applications.
See the FAQ to find answers to common questions. And finally, we invite you to participate in the Developer Forum for Gears.

Nuts and Bolts: Detecting and Installing Gears

Your web application needs to detect whether or not Gears is installed on a user's system before calling the APIs, and also to determine when to display an installation prompt to the user.
Always initialize Gears using gears_init.js . If Gears is installed, then google.gears will be defined. If Gears isn't installed, you can direct the user to a customized installation page, as shown below.
Note: Always use gears_init.js to access Gears. Other uses may not be supported in the future.






Use the URL in the code above to access the Gears installation page.
Substitute your customized message and your URL in the parameters.

Parameters
  • action: Enables applications to customize the Gears install page to provide context during the installation process. There are two allowed values: install or upgrade. Use the install value to prompt the user to install Gears. Use the upgrade parameter if you detect that the version of Gears the user has installed is too old for your application (but note that Gears autodates itself, so typically the vast majority of users all have the latest version). Either of these values enable the rest of the customization parameters.
  • icon_src: Provide the URL to a 48x48 icon for your application. The icon can be any format displayable by web browsers.
  • name: Provide the name of your application. This value can be up to 150 characters in length.
  • message: Provide any text up to 150 characters. This message appears at the top of the installation page. For example: "Install Gears to enable MyGreatApp's offline features!"
  • return: Provide your application's URL. The user will be directed back to this URL when installation is complete


*AND SEE THIS LINK TO KNOW MORE ABOUT GEARS API :

http://www.youtube.com/p/F65AEC1E2BF7F49B





نقرتين لعرض الصورة في صفحة مستقلة


وفي الختام ما يسعني الا ان اقدم لكم خالص الشكر والعرفان على قراءة ايميلي الموقروللمعلوميه



فقط انا مجرد اني جبت لكم المعلومه مع شرحي المبسط لها واتمنى .. اني وفقت في ذلك



حقوق الطبع محفوظه لدى




GOOGLE


AND



اخوكم ومحبكم J




MOH511@...



ملاحظه : يرجى ذكر المصدر اثناء النقل وشكرا وذلك لحفظ جهود التعب





المزيد...

 

الموضوع الأصلي : Gears API خدمات من قوقل     -||-     المصدر : دروب العشاق     -||-     الكاتب : نواف بيك البريدية



 توقيع : نواف بيك البريدية


من مواضيع نواف بيك البريدية


رد مع اقتباس
قديم 05-10-2009   #2
قمر الكون
{..ع ـذبة الملآمح ~



الصورة الرمزية قمر الكون
قمر الكون غير متواجد حالياً

بيانات اضافيه [ + ]
 رقم العضوية : 441
 تاريخ التسجيل :  Feb 2009
 أخر زيارة : 07-18-2011 (05:21 AM)
 المشاركات : 1,083 [ + ]
 التقييم :  10
لوني المفضل : Cadetblue
افتراضي رد: Gears API خدمات من قوقل



الله يعطيك العافيه ع المعلومات الرائعه


 
 توقيع : قمر الكون


من مواضيع قمر الكون



رد مع اقتباس
إضافة رد

مواقع النشر (المفضلة)


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع
انواع عرض الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة


المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
=---->(جميع رموز خدمات 902)<----= احسااااس مخملي برامج الجوال 10 08-15-2010 10:21 PM
قوقل على مزاجك ! نواف بيك البريدية منتدى قروب نواف بيك 1 06-29-2010 06:19 AM
موسوعة الشيخ قوقل Google نواف بيك البريدية منتدى قروب نواف بيك 0 06-14-2009 05:50 AM
مترجم قوقل مجــــــــــــــــــــاني ورده شماليه English lessons 5 09-26-2008 12:47 PM

اجهزه فحص السيارات


الساعة الآن 03:02 PM بتوقيت مسقط


Powered by vBulletin® Version 3.8.5
.Copyright ©2000 - 2011, Jelsoft Enterprises Ltd
Ads Management Version 3.0.1 by Saeed Al-Atwi

Developed By Marco Mamdouh
HêĽм √ 3.1 BY: ! ωαнαм ! © 2010
  مبهر

SEO by vBSEO 3.6.0