الأربعاء، 21 ديسمبر 2011

Ruby on rails based eclipse

لمعرفه كيفيه عمل موقع باستخدام لغه الروبي والأيكليبس علي الوندز يجب تحميل اللأتي
  • جافا من هنا
  • تحميل الإيكليبس من هنا 
  • تحميل الوب تول لللأيكليبس من هنا  او تحديث اللأيكليبس فيما بعد
  • تحميل الروبي  من هنا
  •  تحميل Eclipse DBEdite plugin  من هنا
  • تحميل الماي سيكول درايفر او الداتا بيز دريفر الخاص بك 
  • تحميل الروبيجيم من هنا
  • تحميل الروبي ديفلوبمنكيت من هنا
  • تحميل الريلز
  • تحميل البتانا من هنا او  هنا او البلجينز للايكلبس من هنا
خطوات التنفيذ :-

ابدء بفك اللأيكليبس المضغوط الي فولدر عادي في اي برتشن يكون علي جهازك

افتح قايمه Help--->Check for update لتحديث البرنامج اولا
تسطيب الروبي :- عند تحميل الروبي ستجد ملف اسمه ruby186-25.exe اضغط عليه ليبدء السطب العادي
التعامل مع الريلز :- عند التحميل الريلز ستجد ملف مضغوك اسمه InstantRails-1.7-win فكه الي فولدر عادي وحطه علي ال C

اصبح الأن عندك عل يالC  يوجد فولدر اسمه ruby وهو الخاص بسكب الروبي نفسها وفولدر اهر اسمه InstantRails-1.7-win وهو الخاص بالريلز

تعرفي الليكلبس بالروبي ادخل علي هذه المدونه من هنا

Configure Eclipse for Rails

Install the Ruby Developer Tools package

The Ruby Developer Tools plugin is a great set of tools that turn Eclipse into a nice Ruby IDE. It's actually part of the Aptana project now.
  • Launch Eclipse
  • Choose Help->Software Updates->Find and Install
  • Choose "Search for new features to install" and select Next

  • Select "New Remote Site" ,
  • Select New Remote Site again
    • Use the name " Mylen "
    • Use http://download.eclipse.org/tools/mylyn/update/e3.3/ for the URL
    • Press OK and ensure that Mylen is checked
  • Press Finish to start scanning for updates.
  • Check Ruby Developer Tools on the Search Results page and push Next
  • Select the features Mylen and Ruby Developer Tools and push Next . You should confirm any messages relating to installing unsigned plugins. The plugins will be installed and be available after you restart Eclipse.

Configure the RDT plugin

  • Select Windows > Prefrences > Ruby
  • Select Installed Interpreters
  • Click Add
  • Enter Ruby as the interpreter name (You might want to include the version number if you know it)
  • Enter the path to your ruby.exe file (usually c:\ruby\bin\rubyw.exe )
  • Select OK
  • Configure the rest of your Ruby settings and then select OK to save the settings.

Installing the DBEdit Eclipse Plug-in 

  1. You'll need to download Microsoft's SQL Server 2000 Driver for JDBC.
  2. You'll want to download is the mssqlserver.tar file. You're only worried about the specific class files that Java needs, so no need to download the entire installer.
  3. Create a folder to install the JDBC drivers to. I installed them into my "Microsoft SQL Server" folder into a directory called "jdbc".
  4. You'll need to extract 3 files which are actually inside the msjdbc.tar file which are inside the mssqlserver.tar file. The files can be found in the "lib" folder of the msjdbc.tar file. The files are:
    • msbase.jar
    • mssqlserver.jar
    • msutil.jar
    NOTE:
    If using WinRAR, you should be able to open up "mssqlserver.tar" and then open up the "msjdbc.tar" and browse to the "./lib" folder without extracting all the .tar files.
  5. Extract those files into the JDBC folder you created in step 3.
  6. Download the Eclipse DBEdit plug-in.
  7. Unzip the contents of the into your Eclipse folder.
  8. Start Eclipse.
  9. Go to "Window > Open Perspective > Other".
  10. Select the "DBEdit" perspective and click "Ok".
  11. You'll know need to create a Connection.
  12. Go to the "Classpath" tab and click the "Add Archive" button. You'll need to add each of the files you extracted to your JDBC folder one at a time.
  13. Click back on the "Common" tab.
  14. You should see a select of "JDBC Drivers" if you select the drop down. The driver you want to use is the "com.microsoft.jdbc.sqlserver.SQLServerDriver" driver.
  15. Next enter the "Server URL". You'll want to enter:
    jdbc:microsoft:sqlserver://127.0.0.1:1433
    NOTE:
    If you want to specify database other than the default database for the user you're logging into, you can specify the database to log into by default, by adding the databaseName argument to the URL string. (Where XXX is the name of the database.)

    jdbc:microsoft:sqlserver://127.0.0.1:1433;databaseName=XXXX
  16. Now enter the log in creditials for the database.
  17. You'll probably want to change the name of the Database Bookmark to something more useful. You can change this by editing the "Name" field above the tabs.
  18. Finally, click "Connect" or "Reconnect" button, which ever is there. 
او من هنا 

Installing via Eclipse

Please copy the following Update Site URL to your clipboard and then follow the steps listed below to add this URL to your Available Software Sites list. Attempting to access this URL using your web browser will return an Access Denied error.
  1. From the Help menu, select Install New Software... to open the Install New Software dialog.
  2. Paste the URL for the update site into the Work With text box, and hit the Enter (or Return) key.
  3. In the populated table below, check the box next to the name of the plug-in, and then click the Next button.
  4. Click the Next button to go to the license page.
  5. Choose the option to accept the terms of the license agreement, and click the Finish button.
  6. You may need to restart Eclipse to continue.
 او من هنا
لتكمله المثال من هنا

Setting up a Rails Development Environment on Windows Using Eclipse

Last updated on December 2, 2007 6:41 PM   
I've updated all of the broken links and tested this against the new Eclipse 3.2 and Web Tools 1.5. This is the most stable, most responsive version ever!
This latest updated goes hand in hand with the release of Eclipse for Rails , a pre-packaged version for developers looking to try Eclipse. If you're already using Eclipse for development in other areas such as Flex or Java, then you should follow the steps in this tutorial.
I also added a Downloads section where I'll be placing some templates and helper files to speed up the process.
Please, as always, provide some feedback. I can't answer emails about issues not directly related to the setup of this plugin.
If you feel so inclined, a small donation would be much appreciated to help cover bandwidth costs. Thanks for the donations so far.

This is a quick yet detailed guide on how to set up a very easy-to-use development environment for Ruby On Rails. This guide is for Windows users but there's no reason that it couldn't be adapted for Linux users as well. The guide assumes that you already have a working database installed or available and that you have Ruby installed to c:\ruby .
Lastly, this is not a guide on how to get started with Ruby on Rails! This is simply one method to create a useful IDE for Rails development.

Download and install Ruby and Rails

I am operating under the assumption that you're going to use the One-Click Ruby Installer created by Curt Hibbs. If you don't, then you're going to have to modify these instructions yourself.
  • Download and install the One-Click Ruby Installer for Windows
  • Open a command prompt and type
    • gem install rails --include-dependencies
    • gem install mongrel --include-dependencies
      • With Mongrel, choose the first Win32 option in the list.
    • gem install mysql --include-dependencies

Install Eclipse

Eclipse is going to need the Sun Java JRE in order to run. A lot of developers already have this. However, if you are one of the few that doesn't have this installed already, you need to grab it from here . Install it with all of the defaults and then continue with this guide.
  • Create a folder called rails at the root of your C:| drive. We'll be putting lots of things in there.
  • Download Eclipse 3.3.0 with the Web Tools Plugin 2.5 already installed from this page .
  • Unzip the files to C:\rails\eclipse
    • The archive already contains an /eclipse/ folder
    • You can ignore any errors you might receive when you unzip the files. I recommend using something other than the built-in Windows unzipping utility because it can be very slow. Look at WinRar.
  • Make a shortcut to C:\rails\eclipse\eclipse.exe
  • Start Eclipse and set the workspace to ..\workspace
    • This folder should get created for you. The Workspace is where your Rails projects will be kept, and it's also where all of your settings will reside.
  • When Eclipse starts up for the first time, dismiss the Welcome screen by closing its tab. This displays the Java perspective. You're ready to start customizing your workspace for Ruby on Rails development.

Configure Eclipse for Rails

Install the Ruby Developer Tools package

The Ruby Developer Tools plugin is a great set of tools that turn Eclipse into a nice Ruby IDE. It's actually part of the Aptana project now.
  • Launch Eclipse
  • Choose Help->Software Updates->Find and Install
  • Choose "Search for new features to install" and select Next

  • Select "New Remote Site" ,
  • Select New Remote Site again
    • Use the name " Mylen "
    • Use http://download.eclipse.org/tools/mylyn/update/e3.3/ for the URL
    • Press OK and ensure that Mylen is checked
  • Press Finish to start scanning for updates.
  • Check Ruby Developer Tools on the Search Results page and push Next
  • Select the features Mylen and Ruby Developer Tools and push Next . You should confirm any messages relating to installing unsigned plugins. The plugins will be installed and be available after you restart Eclipse.

Configure the RDT plugin

  • Select Windows > Prefrences > Ruby
  • Select Installed Interpreters
  • Click Add
  • Enter Ruby as the interpreter name (You might want to include the version number if you know it)
  • Enter the path to your ruby.exe file (usually c:\ruby\bin\rubyw.exe )
  • Select OK
  • Configure the rest of your Ruby settings and then select OK to save the settings.
 

Launching External Rails Scripts Within Eclipse

You should know that hese settings are tied to your workspace. If you change workspaces then you will need to reconfigure these options. Hopefully the fine developers of RDT will build these into the plugin at some point so they appear on the context menus.
At this point, you're going to want to open the Ruby perspective. To do this, go to Window -> Open Perspective -> Other and choose Ruby
If you don't want to go through the trouble of creating these external tools, you can download this file and unzip it to the root of your c: drive. The files should  then extact to C:\rails\workspace\ (assuming you've followed along so far). The archive contains a .metadata folder and you can safely overwrite the existing one without any problems. Be sure to set up the favorites once you import these settings!

 

Configure Eclipse to Create Rails Projects

  • Select Run -> External Tools -> External Tools
  • Select "Program" from the configuration tree
  • Select New to create a new program
  • Enter “ Create Rails Application in Project ” as the name
  • Enter C:\ruby\bin\rails.cmd for the Location
  • Enter ${project_loc} for the Working Directory
  • Enter ../ ${project_name} for the Arguments
  • Select the refresh tab and check Refresh Resources Upon Completion
  • Select the Common tab
    • Find the section for Display in Favorites Menu
    • Check the box next to External Tools
  • Select Apply

Configure Eclipse to Launch the web server

  • Select Run -> External Tools -> External Tools
  • Select "Program" from the configuration tree
  • Select New to create a new program
  • Enter “ Start Server on port 3000 ” as the name
  • Enter c:\windows\system32\cmd.exe for the Location
  • For the Working Directory, use
    ${project_loc}
  • Enter /C start cmd.exe /C C:\ruby\bin\mongrel_rails.cmd start for the Arguments
  • Select the refresh tab and check Refresh Resources Upon Completion
  • Select the Common tab
    • Find the section for Display in Favorites Menu
    • Check the box next to External Tools
  • Select Apply
 

Configure Eclipse to Create Rails Models

  • Select Run -> External Tools -> External Tools
  • Select "Program" from the configuration tree
  • Select New to create a new program
  • Enter “ Generate Model ” as the name
  • Enter C:\ruby\bin\ruby.exe for the Location
  • For the Working Directory, use
    ${project_loc}
  • Enter for the arguments
    • script/generate model ${string_prompt:Model name} -f
  • Select the refresh tab and check Refresh Resources Upon Completion
  • Select the Common tab
    • Find the section for Display in Favorites Menu
    • Check the box next to External Tools
  • Select Apply

Configure Eclipse to Create Rails Controllers

As many have noted, you could simply duplicate the previous entry and simply change the arguments
  • Select Run -> External Tools -> External Tools
  • Select "Program" from the configuration tree
  • Select New to create a new program
  • Enter “ Generate Controller ” as the name
  • Enter C:\ruby\bin\ruby.exe for the Location
  • For the Working Directory, use
    ${project_loc}
  • Enter for the arguments
    • script/generate controller ${string_prompt:Controller name} -f
  • Select the refresh tab and check Refresh Resources Upon Completion
  • Select the Common tab
    • Find the section for Display in Favorites Menu
    • Check the box next to External Tools
  • Select Apply
  • (You could just copy the "generate model" example above and change the argument).

Configure Eclipse to Generate Scaffold for Controllers and Views

As many have noted, you could simply duplicate the previous entry and simply change the arguments
  • Select Run -> External Tools -> External Tools
  • Select "Program" from the configuration tree
  • Select New to create a new program
  • Enter “ Generate Scaffold ” as the name
  • Enter C:\ruby\bin\ruby.exe for the Location
  • For the Working Directory, use
    ${project_loc}
  • Enter for the arguments
    script/generate scaffold ${string_prompt:Model name} ${string_prompt:Controller name} ${string_prompt:Actions separated with spaces} -f
  • Select the refresh tab and check Refresh Resources Upon Completion
  • Select the Common tab
    • Find the section for Display in Favorites Menu
    • Check the box next to External Tools
  • Select Apply

Setting Up the Favorites

Sometimes, all of these external commands won't show up under the External Commands icon. We can fix that by making them "Favorites".
  • Select Run > External Tools > Organize Favorites
  • Add each external tool that you want to appear on your menu of External Tools
    • Select Add...
    • Select the tools you wish to add to your menu and press OK
    • Use the Up and Down buttons to change the order of the items in the menu
  • Select OK to save the items

Working with Rails Projects in Eclipse

Create a new Rails Project

  • Select File > New > Other : Ruby > Ruby Project
  • Enter a name for your project.
    • This name will be the name you'll use for your Rails project name when you generate the Rails application files
  • Make sure to use the Eclipse Workspace for the project contents!
  • Select the project in the Ruby Resources view
  • Go to Run -> External Tools and choose Create Rails Project. A few seconds later, your Eclipse Console should show the results of the file creation and your file project tree should be populated with your ruby files.
  • At this point, you'll want to edit your config/database.yml file with your database properties.

Show All Files

Under Ruby Resources , select the down arrow icon and deselect Show Ruby Files Only so you can see all the files in your project and not just the .rb files ( If you don't see Ruby Resources , it's most likely because you didn't change to the Ruby perspective. (Eclipse defaults to the Java perspective!)

Install the DBEdit Eclipse plugin

The DBEdit plugin for Eclipse will allow you to view and edit your database tables from Eclipse as well as run various SQL statements against your database.

Connect to a Database

Connecting to a database is pretty straight-forward. I'll use MySQL for an example. In this article, I assume you're using MySQL 4.1 and that you have installed the appropriate driver.
  • Right-click anywhere in the whitespace of the Tables pallette and select Connection -> Configure from the popup menu
  • Select New
  • Enter a name for the connection in the Name field
  • Select the Classpath tab and press Add to Archive. Navigate to your drivers folder and select the appropriate driver jar file.
    • For MySQL, choose mysql-connector-java-3.1.12-bin.jar
  • Select the Commom tab
  • Select com.mysql.jdbc.Driver for the Driver
  • Enter jdbc:mysql://host/dbname for your database
  • Enter your database username
    • For MySql, remove the entry in the Schema field!
  • Enter your passwod and select Save Password
  • Press Connect to save and connect to the database.
  • You can go to Window -> Show View -> Other ->DBEdit ->Instant SQL to bring up a SQL editor panel. Here you can execute statements against your database!

Configure Eclipse to handle your Rails views

Eclipse can handle your rhtml files with syntax highlighting! All you have to do is associate the .rhtml extention with the JSP editor. Once you do that, you can add templates for all of the ActionView helper functions to make development even easier.
  • Select Window -> Preferences
  • Expand the General section
  • Select the Content Types option
  • Expand Text
  • Select JSP
  • Select Add
  • Enter *.rhtml and press OK
  • Select Add
  • Enter *.rxml and press OK
  • Press OK to save the changes

Add Code Hints for the Views

Now, let's add the Rails Link_to tag to the templates library
  • Selct Window -> Preferences
  • Expand the Web and XM L section
  • Expand the JSP Files section
  • Select JSP Templates
  • Select New
  • Enter link_to for the name
    • The context should be ALL JSP
    • Automatically Inser t should be checked
  • Enter the following for the pattern :
    <%= link_to "${url}", :controller=>"${controller}", :action=>"${action}", :id=>"${id}" %>
Create a new .rhtml file and press CTRL+Spacebar
Your Link_to tag should be in that list. When you type the < character, your list of options should appear. Type link to filter the list of results.
When the template is first inserted, the cursor is placed at the url variable, if you hit tab, it will cycle to the next variable in the list.
You can repeat these steps with other helper tags to speed up development. To get you started, I've provided this starter template . Import this into the JSP Templates section via the Import button.
 

Debugging

Ruby on Rails has some interesting techniques to debug projects. One technique is the Breakpointer script. The Breakpointer connects an IRB session to your running web application.

Setting up Breakpointer

  • Select Run -> External Tools -> External Tools
  • Select New to create a new program
  • Enter “ Start Breakpointer ” as the name
  • Enter c:\windows\system32\cmd.exe for the Location
  • For the Working Directory, use
    ${project_loc}
  • Enter /C start cmd.exe /C ruby script/breakpointer for the Arguments
  • Select the refresh tab and check Refresh Resources Upon Completion
  • Select the Common tab
    • Find the section for Display in Favorites Menu
    • Check the box next to External Tools
  • Select Apply

Using Breakpointer

  • In your project, place the following line of code in any method where you want to stop code execution:
  • breakpoint
  • Start up WEBrick:
    • Go to Run -> External Tools ->Start WEBrick
  • Start up Breakpointer
    • Go to Run -> External Tools ->Start Breakpointer
  • Open a browser and navigate to your project (should be at port 3000)
  • Once you hit your breakpoint, return to Eclipse and you should see an IRB console that you can use to inspect your local variables, objects, request data and session data.
  • To stop processing the breakpoint and allow the application to continue, type exit in the console. Breakpointer will begin waiting for a new breakpoint.

Installing SubClipse

If you use Subversion (and you should if you're serious about Rails development) then you can install the SubClipse SubVersion client plugin.
Visit http://subclipse.tigris.org/install.html and follow their directions, or simply follow the same process as RDT and use their update site at http://subclipse.tigris.org/update
  • Choose Help->Software Updates->Find and Install
  • Choose "Search for new features to install" and select Next
  • Select "New Remote Site " ,
  • Check SubClipse and push Next
  • Select the feature RDT and push Next . You should confirm any messages relating to installing unsigned plugins. RDT will be installed and be available after restart.

 

Troubleshooting

  • I used Cygwin and all the paths in your tutoral are wrong. You should change them or make a note about this.
    • You're on your own. This guide uses a specific method. It can easily be adapted for other uses, such as Cygwin or even Linux. However, please understand that I can't support all of those configurations. Compared to developing useful web applications, configuring these plugins should be pretty easy.
  • When I try to run one of the external programs, I get an error stating something about "not valid in prolog"
    • You probably set up all of your external apps as Ant Buids instead of programs .

  • When I run one of the external programs, the message says "variable references empty selection"
    • It usually means that the project isn't selected. Just click on the project name before you run one of the programs.

  • I've set up SubClipse but whenever I try to open one of the SubClipse views, it says my workspace path is invalid and needs to be changed. The suggested path for the change is the same path I'm currently using!
    • SubClipse is picky. It wants the drive letter to be capitalized. Change your workspace path from c:\rails\workspace to C:\rails\workspace and restart Eclipse

Downloads

  • Sun Java SDK
  • One Click Ruby Installer
  • Eclipse with Web Tools
  • externals.zip
    External Programs launchers for
    • Create Rails Structure in Project
    • Generate Model
    • Generate Controller
    • Generate Scaffold for Model and Controller
    • Generate Migration
    • Install Plugin via SVN
    • Rake
    • Rake - Migrate
    • Rake - Migrate to Version
    • Rake - Run Functional Tests
    • Rake - Run Unit Tests
    • Start Breakpointer
    • Start Webrick Server
    • Open Explorer in Project Folder
    • Command Prompt
    • Start Console
  • rails-model-controller.xm l
    Contains code templates for various Ruby on Rails code methods.  Import this into Ruby Templates. (Remove existing Ruby templates or you may get duplicates.)
  • rails-rhtml.xml
    Contains code templates for various Rails helpers used in views. Import into JSP Templates

That about does it. I'll keep looking for other things to add to this procedure since this is the method I am now using for my development environment. If anyone has any feedback that I should add, please send it to ror_dev (at) napcs.com
Thanks to Tom Davies for his comments regarding project locations and his tips about the Rails templates.
Thanks to Chris Williams for the information about WEBrick's output.
Thanks to everyone on the RDT team for working so hard on a great plugin.

ولتكمله مثال اخر من هنا 


السبت، 27 أغسطس 2011

أتعلم دوت نت: الدرس السادس:إعداد حقول التاريخ واسم الكاتب في نمودج الإدخال

أتعلم دوت نت: الدرس السادس:إعداد حقول التاريخ واسم الكاتب في نمودج الإدخال:

'via Blog this'

‫الدرس السابع من دورة تعليم تصميم موقع‬‎ - YouTube

‫الدرس السابع من دورة تعليم تصميم موقع‬‎ - YouTube: "http://it3lm.blogspot.com/"

'via Blog this'

أتعلم دوت نت

أتعلم دوت نت:

'via Blog this'

الثلاثاء، 28 يونيو 2011

Stefan's SOA & Enterprise Architecture Blog: Web Service Transactions Part 2: WS-AtomicTransaction with SOA Composite calling EJB-Web Service

Stefan's SOA & Enterprise Architecture Blog: Web Service Transactions Part 2: WS-AtomicTransaction with SOA Composite calling EJB-Web Service

Advanced Search

Advanced Search

Oracle by Example Series

Oracle by Example Series

» Create Domain in Oracle WebLogic Online Apps DBA: One Stop Shop for Apps DBA’s

» Create Domain in Oracle WebLogic Online Apps DBA: One Stop Shop for Apps DBA’s

Installing Oracle WebLogic Server and Creating a Domain

Installing Oracle WebLogic Server and Creating a Domain

» Oracle WebLogic Installation Steps Online Apps DBA: One Stop Shop for Apps DBA’s

» Oracle WebLogic Installation Steps Online Apps DBA: One Stop Shop for Apps DBA’s

java Jobs | CareerBliss.com

java Jobs | CareerBliss.com

java Jobs | CareerBliss.com

java Jobs | CareerBliss.com

Jolicloud

Jolicloud

Jolicloud

Jolicloud

الأحد، 26 يونيو 2011

Vesta Labs - Development

Vesta Labs - Development: "SAP XI"

Stefan's SOA & Enterprise Architecture Blog: WS-AtomicTransaction

Stefan's SOA & Enterprise Architecture Blog: WS-AtomicTransaction

Oracle .. Java .. OpenSource .. SOA - Part 4

Oracle .. Java .. OpenSource .. SOA - Part 4

Oracle .. Java .. OpenSource .. SOA - Part 4

Oracle .. Java .. OpenSource .. SOA - Part 4

Oracle .. Java .. OpenSource .. SOA - Part 4

Oracle .. Java .. OpenSource .. SOA - Part 4

Stefan's SOA & Enterprise Architecture Blog: Web Service Transactions Part 1: WS-AtomicTransaction with EJB-based Webservices and WLS 11gR1

Stefan's SOA & Enterprise Architecture Blog: Web Service Transactions Part 1: WS-AtomicTransaction with EJB-based Webservices and WLS 11gR1

Oracle

Oracle

الجمعة، 17 يونيو 2011

Oracle Fusion 11G RCU Instalaltion

Oracle Fusion 11G RCU Instalaltion

Install Repository Creation Utility (RCU) 11g on Oracle Databse xe for SoA

Install Repository Creation Utility (RCU) 11g on Oracle Databse xe for SoA

Automating Testing of SOA Composite Applications

Automating Testing of SOA Composite Applications

Using the Direct Binding Invocation API

Using the Direct Binding Invocation API

Comparing the Differences Between Oracle ESB and BPEL | dBuggr

Comparing the Differences Between Oracle ESB and BPEL | dBuggr: "Oracle ESB"

Khanderao on Emerging And Integration Technologies: Conversations in SCA (Service Component Architecture)

Khanderao on Emerging And Integration Technologies: Conversations in SCA (Service Component Architecture)

Transactionally integrate Web services with BPEL processes in WebSphere Process Server

Transactionally integrate Web services with BPEL processes in WebSphere Process Server

الثلاثاء، 14 يونيو 2011

موقع تفاعلى خدمي على الأنترنت

موقع تفاعلى خدمي على الأنترنت

learning youtube Video Tutorials

learning youtube Video Tutorials

YouTube - ‪OracleWebLogic's Channel‬‏

YouTube - ‪OracleWebLogic's Channel‬‏

YouTube - Oracle WebCenter Installation (part 1 of 2)

YouTube - Oracle WebCenter Installation (part 1 of 2)

YouTube - Oracle WebCenter Installation (part 1 of 2)

YouTube - Oracle WebCenter Installation (part 1 of 2)

Work from Home Job Sites Directory - Modern Freelance

Work from Home Job Sites Directory - Modern Freelance

Get An Online Job With The Work-At-Home Success Kit

Get An Online Job With The Work-At-Home Success Kit

Social Network for Scientists | Science, social media, and publishing

Social Network for Scientists | Science, social media, and publishing

YouTube - Validating and fixing packages using IPS on Oracle Solaris 11 Express

YouTube - Validating and fixing packages using IPS on Oracle Solaris 11 Express

الاثنين، 13 يونيو 2011

YouTube - Oracle WebCenter Demo Part 1

YouTube - Oracle WebCenter Demo Part 1

YouTube - Oracle WebCenter Installation (part 1 of 2)

YouTube - Oracle WebCenter Installation (part 1 of 2)

YouTube - Oracle WebCenter Installation (part 1 of 2)

YouTube - Oracle WebCenter Installation (part 1 of 2)

Firebox Training is IT Training for Oracle, Java, and XML Programmers

Firebox Training is IT Training for Oracle, Java, and XML Programmers

YouTube - Oracle Fusion Middleware Customers: Information At Work

YouTube - Oracle Fusion Middleware Customers: Information At Work

YouTube - Oracle Fusion Middleware Customers: Information At Work

YouTube - Oracle Fusion Middleware Customers: Information At Work

How Freelancers Get Client Referrals | Modern Freelance

How Freelancers Get Client Referrals | Modern Freelance

الأربعاء، 8 يونيو 2011

The Best Free Online Video Hosting Sites

The Best Free Online Video Hosting Sites

Upload Files, MP3, Music. Free File Hosting To Share Files

Upload Files, MP3, Music. Free File Hosting To Share Files

Pages - GitHub

Pages - GitHub

Forum Nokia - Java

Forum Nokia - Java

أزهرى - الشيخ حسن مرعب وقراءة سورة الفتح

أزهرى - الشيخ حسن مرعب وقراءة سورة الفتح

الثلاثاء، 7 يونيو 2011

java long SMS - بحث Google‏

java long SMS - بحث Google‏

Send long SMS message using JSMPP | Tech Dive

Send long SMS message using JSMPP | Tech Dive

Your Search Results

Your Search Results

VIDEO COPILOT | After Effects Tutorials, Plug-ins and Stock Footage for Post Production Professionals

VIDEO COPILOT | After Effects Tutorials, Plug-ins and Stock Footage for Post Production Professionals

الأحد، 5 يونيو 2011

ObjectWeb - Wiki - Main - Documentation

ObjectWeb - Wiki - Main - Documentation

YouTube - Audit System in JOnAS application server

YouTube - Audit System in JOnAS application server

How to integrate JOTM

How to integrate JOTM

Apache Ant - Ant Manual Distributions

Apache Ant - Ant Manual Distributions

YouTube - ASP.NET Assigning Roles from backend

YouTube - ASP.NET Assigning Roles from backend

الجمعة، 3 يونيو 2011

Watch online TV on Your PC with SatelliteDirect - Over 3,500 HD Channels Available 24/7

Watch online TV on Your PC with SatelliteDirect - Over 3,500 HD Channels Available 24/7

DVDVideoSoft.com: Download free DVD, iPod, YouTube video converter and editor software and freeware

DVDVideoSoft.com: Download free DVD, iPod, YouTube video converter and editor software and freeware

Free Uploader

Free Uploader

Subscription to DVDVideoSoft News

Subscription to DVDVideoSoft News

الخميس، 2 يونيو 2011

eBay Classifieds: My Ads

eBay Classifieds: My Ads

Website Design Packages and Prices, Joomla Website Prices

Website Design Packages and Prices, Joomla Website Prices

YouTube - ‪JoomlArt's Channel‬‏

YouTube - ‪JoomlArt's Channel‬‏

YouTube - How to build a Joomla 1.6 Website in less than an hour -- Part 6 Final

YouTube - How to build a Joomla 1.6 Website in less than an hour -- Part 6 Final

YouTube - ‪InternetTeachings's Channel‬‏

YouTube - ‪InternetTeachings's Channel‬‏

Learn Joomla and how to make money online | InternetTeachings.com | Archive | Joomla Tutorials

Learn Joomla and how to make money online | InternetTeachings.com | Archive | Joomla Tutorials

الثلاثاء، 31 مايو 2011

Java Transaction Service

Java Transaction Service

JOTM - Home Page

JOTM - Home Page

All Classes (JOTM BTP Documentation)

All Classes (JOTM BTP Documentation)

6 JOTM-BTP architecture

6 JOTM-BTP architecture

Installing ASP.NET Membership services database in SQL Server Express 2008 - Sukumar Raju's Blog

Installing ASP.NET Membership services database in SQL Server Express 2008 - Sukumar Raju's Blog: "aspnet_regsql.exe"

Can you recommend an open source implementation of Java Transaction Manager? | LinkedIn Answers | LinkedIn

Can you recommend an open source implementation of Java Transaction Manager? | LinkedIn Answers | LinkedIn: "professional"

Apache Felix - Index

Apache Felix - Index

الاثنين، 30 مايو 2011

JOnAS OpenSource Java EE Application Server - Main - Downloads

JOnAS OpenSource Java EE Application Server - Main - Downloads

JOTM - JOTM-BTP: a BTP extension for JOTM

JOTM - JOTM-BTP: a BTP extension for JOTM

JOTM

http://jotm.objectweb.org/doc/jotm020902.pdf

ObjectWeb - Wiki - Main - Download_Releases

ObjectWeb - Wiki - Main - Download_Releases

Pioneers Academy

Pioneers Academy

Pioneers Academy

Pioneers Academy

الأحد، 29 مايو 2011

YouTube - Cloud Platform

YouTube - Cloud Platform

Chrome « TweetDeck - Your social world, centre stage

Chrome « TweetDeck - Your social world, centre stage

Koders Code Search: BTPServiceTestImpl.java - Java

Koders Code Search: BTPServiceTestImpl.java - Java: "btpjxta"

Open Source ESB by WSO2 - Ultra Fast Open Source Enterprise Service Bus (ESB) based on Apache Synapse ESB | WSO2

Open Source ESB by WSO2 - Ultra Fast Open Source Enterprise Service Bus (ESB) based on Apache Synapse ESB | WSO2: "production – much faster."

WSO2 Venus

WSO2 Venus

SOA Summer School 2009 | WSO2 Oxygen Tank

SOA Summer School 2009 | WSO2 Oxygen Tank

الخميس، 26 مايو 2011

A Google OS by 2010?

A Google OS by 2010?

Google Unveils Wallet And Offers: An Open Platform For Mobile Payments

Google Unveils Wallet And Offers: An Open Platform For Mobile Payments

Skype goes down globally, investigation underway (update: restored) -- Engadget

Skype goes down globally, investigation underway (update: restored) -- Engadget

Proceedings by Submission Number

Proceedings by Submission Number

SOA

Facebook

Facebook

SpringerLink - Peer-to-Peer Networking and Applications, Volume 2, Number 4

SpringerLink - Peer-to-Peer Networking and Applications, Volume 2, Number 4

YouTube - Joomla! 1.6 Tutorial - Templates

YouTube - Joomla! 1.6 Tutorial - Templates

الأربعاء، 25 مايو 2011

YouTube - Joomla! 1.6 Tutorial - Installation

YouTube - Joomla! 1.6 Tutorial - Installation

BTP-HelloWorld-receive.rar HelloWorld.java

BTP-HelloWorld-receive.rar HelloWorld.java

A free video tutorial on Flash 8 Loading Flash into Word Documents

A free video tutorial on Flash 8 Loading Flash into Word Documents

Free video tutorials from video-tutes.com

Free video tutorials from video-tutes.com

Computer & Internet | Computer Training, Computer Software, Computer & Internet ebooks

Computer & Internet | Computer Training, Computer Software, Computer & Internet ebooks

E-Books Library: Hacking

E-Books Library: Hacking

الثلاثاء، 24 مايو 2011

Hand Drawn, iMindMap and MindManager Examples of Mind Maps

Hand Drawn, iMindMap and MindManager Examples of Mind Maps

Downloads - Extensions

Downloads - Extensions

Joomla! 1.6 Video Tutorials

Joomla! 1.6 Video Tutorials

Learn How to Joomla with our Joomla Tutorials

Learn How to Joomla with our Joomla Tutorials

In-depth Joomla 1.6 Video Tour

In-depth Joomla 1.6 Video Tour

In-depth Joomla 1.6 Video Tour

In-depth Joomla 1.6 Video Tour

Creating a Contact Form in Joomla | Joomla Templates & Themes

Creating a Contact Form in Joomla | Joomla Templates & Themes

Joomla Templates & Themes | Archive | Joomla Templates

Joomla Templates & Themes | Archive | Joomla Templates

Joomla Video Tutorials | Joomla Templates & Themes

Joomla Video Tutorials | Joomla Templates & Themes

Video Channels - Joomla! Extensions Directory

Video Channels - Joomla! Extensions Directory

برامج و مشاريع الهيئة

برامج و مشاريع الهيئة

Chat Islam Online

Chat Islam Online

الجمعة، 20 مايو 2011

Ustream - Android Market

Ustream - Android Market

Facebook App on USTREAM: Introduction Video for the Free Ustream Facebook App.

Facebook App on USTREAM: Introduction Video for the Free Ustream Facebook App.

Facebook App on USTREAM: Introduction Video for the Free Ustream Facebook App.

Facebook App on USTREAM: Introduction Video for the Free Ustream Facebook App.

Ensan_Misri on USTREAM: .

Ensan_Misri on USTREAM: .

Adobe After Effects الشرح الكامل للبرنامج حصريا لبوابة نوكيا - شرح adobe effect شرح ادوات برنامج تدوبي افتير

Adobe After Effects الشرح الكامل للبرنامج حصريا لبوابة نوكيا - شرح adobe effect شرح ادوات برنامج تدوبي افتير

الخميس، 19 مايو 2011

تنصيب Joomla 1.5

تنصيب Joomla 1.5: "http://localhost/joomla"

Home - Joomla! Extensions Directory

Home - Joomla! Extensions Directory

JoomlaCode > Projects > Joomla! > Files > Browse Releases

JoomlaCode > Projects > Joomla! > Files > Browse Releases

تنصيب Joomla 1.5

تنصيب Joomla 1.5

تنصيب Joomla 1.5

تنصيب Joomla 1.5

Joomla! 1.6 shared demo - Administration

Joomla! 1.6 shared demo - Administration

درس كيفية تنصيب جوملا على سرفر شخصي بالصور و التفاصيل المملة

درس كيفية تنصيب جوملا على سرفر شخصي بالصور و التفاصيل المملة

أضخم عمل عربي لشرح جوملا "" كتاب جوملا بالعربي - Joomla In Arabic ""

أضخم عمل عربي لشرح جوملا "" كتاب جوملا بالعربي - Joomla In Arabic ""

Gallery

Gallery

Video LightBox - Facebook Template - Add video to your website with beautiful Lightbox effect!

Video LightBox - Facebook Template - Add video to your website with beautiful Lightbox effect!

PHP: Installation on Windows systems - Manual

PHP: Installation on Windows systems - Manual

Download Gallery Server Pro

Download Gallery Server Pro

How to Upload a Video to Google Video | eHow.com

How to Upload a Video to Google Video | eHow.com

Benefits – Google Apps

Benefits – Google Apps

الرقم البريدي الهانوفيل

الرقم البريدي الهانوفيل

Blogger: تحديد مدونات لعرضها

Blogger: تحديد مدونات لعرضها

Class Grid - Google Apps Script - Google Code

Class Grid - Google Apps Script - Google Code

Protocol Guide (v1.3) - Google Sites APIs - Google Code

Protocol Guide (v1.3) - Google Sites APIs - Google Code

Protocol Guide (v3.0) - Google Documents List Data API v3.0 - Google Code

Protocol Guide (v3.0) - Google Documents List Data API v3.0 - Google Code: "https://docs.google.com/feeds/default/private/full?start-key=EAEaFgoSCb2YGEPMAAACAG"

Google Apps Script: Video Tutorial for Ui Services

Google Apps Script: Video Tutorial for Ui Services

Get Silverlight | Microsoft Silverlight

Get Silverlight | Microsoft Silverlight

ASP.NET Upload Demo - File Upload AJAX - ASP.NET Upload Component, Multiple File Upload Component, Ajax Upload

ASP.NET Upload Demo - File Upload AJAX - ASP.NET Upload Component, Multiple File Upload Component, Ajax Upload

Large File Upload

Large File Upload

Gmail style file upload in ASP.NET

Gmail style file upload in ASP.NET

YouTube - ASP .NET and YouTube API to Upload Videos From Your Website - Part 4 of 5

YouTube - ASP .NET and YouTube API to Upload Videos From Your Website - Part 4 of 5

Download SQL Maestro for MySQL files

Download SQL Maestro for MySQL files

IELTS - Adams & Austen Press - Test Your English

IELTS - Adams & Austen Press - Test Your English

Download SQL Maestro for MySQL files

Download SQL Maestro for MySQL files

Database management tools for MySQL, Oracle, SQL Server, DB2, SQL Anywhere, PostgreSQL, SQLite, Firebird and MaxDB by SQL Maestro Group

Database management tools for MySQL, Oracle, SQL Server, DB2, SQL Anywhere, PostgreSQL, SQLite, Firebird and MaxDB by SQL Maestro Group

MySQL PHP Generator - Free PHP MySQL Generator by SQL Maestro Group

MySQL PHP Generator - Free PHP MySQL Generator by SQL Maestro Group

الأربعاء، 18 مايو 2011

YouTube - ASP .NET and YouTube API to Upload Videos From Your Website - Part 4 of 5

YouTube - ASP .NET and YouTube API to Upload Videos From Your Website - Part 4 of 5

YouTube - ASP .NET and YouTube API to Upload Videos From Your Website - Part 1 of 5

YouTube - ASP .NET and YouTube API to Upload Videos From Your Website - Part 1 of 5

Developer's Guide Overview - Google Data Protocol - Google Code

Developer's Guide Overview - Google Data Protocol - Google Code

Developer's Guide Overview - Google Data Protocol - Google Code

Developer's Guide Overview - Google Data Protocol - Google Code

Google Data Protocol - Google Code

Google Data Protocol - Google Code

Top Android Apps and Games in the Android Market | AppBrain.com

Top Android Apps and Games in the Android Market | AppBrain.com

New Books

Archives

Java SE 7 — Java.net

Java SE 7 — Java.net

الأحد، 15 مايو 2011

fatmaSayedGadelrab

fatmaSayedGadelrab

fatmaSayedGadelrab

fatmaSayedGadelrab

My Google eBooks - Google eBookstore

My Google eBooks - Google eBookstore

«المصري اليوم» ترصد «نهراً جديداً» فى «باطن» الصحراء الغربية «1 -3» | المصري اليوم، أخبار اليوم من مصر

«المصري اليوم» ترصد «نهراً جديداً» فى «باطن» الصحراء الغربية «1 -3» | المصري اليوم، أخبار اليوم من مصر

الجمعة، 4 فبراير 2011

???? ????? - ????? ???? ?????? ??? ???? ???? ???? ???.mp3 - 4shared.com - online file sharing and storage - download - ???? ????? - ????? ???? ?????? ??? ???? ???? ???? ???.mp3

???? ????? - ????? ???? ?????? ??? ???? ???? ???? ???.mp3 - 4shared.com - online file sharing and storage - download - <a href="http://www.4shared.com/audio/THAu3AOM/__-________.html" target="_blank">???? ????? - ????? ???? ?????? ??? ???? ???? ???? ???.mp3</a>