HOME
PHOTOS
DOWNLOADS
FAQ
GUEST BOOK
Sign in
|
Join
Summarize
Galleries:
68
Photos:
2204
Folders:
67
Files:
2201
Members:
24952
Help
File Name
Password
Login fail
gravatar
00xxx -> 10xxx
10xxx -> 15xxx
15xxx -> 20xxx
Addins
Addison
Adobe
Altova
Announcements
ApexSQL
Apress
Aspose
AutomatedQA
Axialis
Axtools
BCGSoft
Blumentals
Build
Card
Catalyst
Chess
Codejock
Community Server
ComponentArt
ComponentOne
Components
DataDynamics
DB2
Devart
DevComponents
Divelements
Dummies
Dundas
E-Books
Embarcadero
FinalBuilder
Freeware
Gameloft
Games
HeadFirst
Hidden Objects
Icons
IDE
Janus
JetBrains
Library
Manning
Marble Popper
Match 3
Mediaplace
MP3Dancer
MSPress
MySQL
MZ-Tools
OReilly
Packt
PHP
PostgreSQL
PPC
PPC-Apps
PPC-Games
Pragmatic
Que
QWhale
Red-Gate
Resco
Ruby
Sams
SitePoint
SkinSoft
Sources
SpbSoftwareHouse
Springer
SQL
SQLite
SqlMaestro
SQLManager
SQLTools
SSW
Subversion
Symbian
Syncfusion
SyncroSVNClient
Syngress
Teebo
Template
Template Monster
Test
TextControl
TextEditor
Tips
Tools
VB
VirtualLNK
VistaDB
Visual Web Developer
VisualBuild
Wiley
WordPress
Wrox
Xceed
Recent Photos
None
Links
1kho
diendantinhoc
share4all
archives4all
CentralDDL
freedl4all
get freewares
All Amazing Articles
Free Software
Free Computer Ebook
Btscene
Sharing Centre
Full and Free
DownArchive
DownTR
iNetHouse
DLisland.Com
Request A Crack
Softlinkers
eBooksDB.com
KeygEN.WS
iNetHouse
Astalavista.com
Allseek.iNFo
Request a Cr@ck
Direct Downloads
Soft-Best
HtmlBlock
SoftLinkers
DDL2
MP3s
9Down
warez
Share4all
CentralDDL
ArbDownLoad.CoM
Free Web Directory
Dieka
Free Domain
Internet Casino
daily hollywood news
FlazX
Waterfowl blog
More Links
All Tags
»
OReilly
(RSS)
E-Books
OReilly - Essential SharePoint 2nd Edition
Preface
If your business needs to control its documents, structure its workflow, or share information over the Web, you need SharePoint. It’s simply the quickest way to fill those needs using standard tools business users already know: Microsoft Office and Internet Explorer. Best of all, SharePoint is free (well, kind of); SharePoint Services are part of Windows Server 2003 so if you have Windows Server 2003 already, you can download the installation from Microsoft and install it fairly easily.
In this book, I cover the Microsoft Office SharePoint Server 2007 product editions as well as the underlying Windows SharePoint Services 3.0. I also cover how Share- Point integrates with Microsoft Office, SharePoint Designer, InfoPath, and Visual Studio.
Tags:
E-Books
,
OReilly
OReilly - LINQ The Future Of Data Access In CSharp 3.0
Language Integrated Query (LINQ) is Microsoft's new technology for powerful, general purpose data access. This technology provides a fully-integrated query language, available in both C# 3.0 and VB 9.0, for high-level data access against objects, relational databases, and XML documents. In this Short Cut you'll learn about LINQ and the proposed C# 3.0 extensions that support it. You'll also see how you can use LINQ and C# to accomplish a variety of tasks, from querying objects to accessing relational data and XML. Best of all, you'll be able to test the examples and run your own code using the latest LINQ CTP, available free from Microsoft. This Short Cut includes a complete reference to the standard LINQ query operators.
Tags:
E-Books
,
OReilly
OReilly - JRuby Cookbook
Overview
If you're interested in JRuby, you probably don't need a turorial on
Ruby
, Rails, or Java -- you just need to know how to get things done. This Cookbook offers practical solutions for using the Java implementation of the
Ruby
language, with targeted recipes for deploying Rails web applications on Java servers, integrating JRuby code with Java technologies, developing JRuby desktop applications with Java toolkits, and more. Using numerous reusable code samples, JRuby Cookbook shows you how to:
Install and update JRuby on Windows, Mac OS X, and Linux, and IDEs such as NetBeans and Eclipse
Package and deploy Rails apps on Java Servlet containers and Java EE application servers, including JBoss, Tomcat, and GlassFish
Integrate
Ruby
and Rails applications with popular Java EE technologies such as JMS, JMX, JPA, Spring, and Hibernate
Develop desktop and client applications with cross-platform Java UI technologies and toolkits such as Swing, SWT, and Java 2D
Maximize the flexibility of your testing and build environment, using both existing Java-based tools such as Ant and Maven and newer
Ruby
-based tools such as Rake, Raven, and Buildr
The JRuby interpreter combines
Ruby
's simplicity and ease of use with Java's extensive libraries and technologies, a potent blend that opens new possibilities for
Ruby
, Rails, and Java. This Cookbook helps you take full advantage of JRuby's potential. "The JRuby Cookbook is an excellent book for any polyglot who is trying to bridge the gap between Java and
Ruby
. It provides solutions to specific problems developers face in both their development and testing environments, along with the applications they're building." -- Bob McWhirter, Research & Prototyping, Red Hat Middleware
Tags:
E-Books
,
OReilly
OReilly - The Ruby Programming Language
Overview
The
Ruby
Programming Language is the authoritative guide to
Ruby
and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team:
David Flanagan, bestselling author of programming language "bibles" (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the
Ruby
Subversion repository.
Yukihiro "Matz" Matsumoto, creator, designer and lead developer of
Ruby
and author of
Ruby
in a Nutshell, which has been expanded and revised to become this book.
why the lucky stiff, artist and
Ruby
programmer extraordinaire.
This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules. The book also includes a long and thorough introduction to the rich API of the
Ruby
platform, demonstrating -- with heavily-commented example code --
Ruby
's facilities for text processing, numeric manipulation, collections, input/output, networking, and concurrency. An entire chapter is devoted to
Ruby
's metaprogramming capabilities. The
Ruby
Programming Language documents the
Ruby
language definitively but without the formality of a language specification. It is written for experienced programmers who are new to
Ruby
, and for current
Ruby
programmers who want to challenge their understanding and increase their mastery of the language.
Tags:
E-Books
,
OReilly
OReilly - Ruby Cookbooks
Overview
Do you want to push
Ruby
to its limits? The
Ruby
Cookbook is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world problems, with clear explanations and thousands of lines of code you can use in your own projects.
From data structures and algorithms, to integration with cutting-edge technologies, the
Ruby
Cookbook has something for every programmer. Beginners and advanced Rubyists alike will learn how to program with:
Strings and numbers
Arrays and hashes
Classes, modules, and namespaces
Reflection and metaprogramming
XML and HTML processing
Ruby
on Rails (including Ajax integration)
Databases
Graphics
Internet services like email, SSH, and BitTorrent
Web services
Multitasking
Graphical and terminal interfaces
If you need to write a web application, this book shows you how to get started with Rails. If you're a system administrator who needs to rename thousands of files, you'll see how to use
Ruby
for this and other everyday tasks. You'll learn how to read and write Excel spreadsheets, classify text with Bayesian filters, and create PDF files. We've even included a few silly tricks that were too cool to leave out, like how to blink the lights on your keyboard.
The
Ruby
Cookbook is the most useful book yet written about
Ruby
. When you need to solve a problem, don't reinvent the wheel: look it up in the Cookbook.
Tags:
E-Books
,
OReilly
More Posts
Next page »
PNASoft.com
does not store any files on its server.
Please contact the content providers to delete copyright contents. Copyright by
PNASoft.com