0%
Loading ...
  • Create and Map a Server Environment

    https://msdn.microsoft.com/en-us/library/hh213230.aspx https://www.simple-talk.com/sql/ssis/ssis-2012-projects-deployment-configurations-and-monitoring/

    Click or not…

  • How to automate cube processing with XMLA OR AMO

    http://aniruddhathengadi.blogspot.co.il/2011/12/how-to-automate-cube-processing.html

    Click or not…

  • BI SSRS / SSMS / SSAS / SSMS

    BI SSRS / SSMS / SSAS / SSMS Password: nayabi2015 https://www.dropbox.com/sh/qjawz1tn033f2qn/AACgZP17vaBk4as_HwGBr4IIa?dl=0

    Click or not…

  • Source Control resources

    Source Control resources Git hosting: 01 – https://bitbucket.org/ 02 – https://github.com/ Svn & Git hosting: 01 – http://www.assembla.com Svn hosting: 01 – https://code.google.com/ Deploy Source: 01 – http://dploy.io/ SVN Tools:  01 – SVN Server – https://www.visualsvn.com/server/ 02 – SVN Client – http://tortoisesvn.net/downloads.html

    Click or not…

  • Great XML Validator of W3Schools

    Great XML Validator of W3Schools Errors in XML documents will stop your XML applications. The W3C XML specification states that a program should stop processing an XML document if it finds an error. The reason is that XML software should be small, fast, and compatible. HTML browsers will display HTML documents with errors (like missing…

    Click or not…

  • BOOTSTRAP

    Bootstrap  Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites. Bootstrap is completely free to download and use! Resources: 01 – Learn Bootstrap – http://www.w3schools.com/bootstrap/default.asp 02 – Bootstrap RTL – https://github.com/morteza/bootstrap-rtl CDN: <!– Latest compiled and minified CSS –> <link rel=”stylesheet” href=”http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css”> <!– jQuery library –> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js”></script> <!– Latest…

    Click or not…

  • Build Android App with PhoneGap

    Build Android App with PhoneGap 01 – Install JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 02 – Install Android Studio http://developer.android.com/sdk/index.html#top 03 – Install Node.JS http://nodejs.org/download/ 04 – Install PhoneGap Open command prompt and write there: C:> npm install -g phonegap 05 – Install Cordova  C:>npm install -g cordova 06 – Create new phonegap project : Open command prompt and…

    Click or not…

  • CoinCo Global – Vending Machines – Manuals

    CoinCo Global – Vending Machines – Manuals Coins Machine for vending Machines 01 – Manuals – http://www.coinco-europe.com/support/manualsanddatasheets 02 – Pictures at Google  03 – Israeli Representor – http://www.mrvend.co.il/

    Click or not…

  • AutoHotKey – Fast scriptable desktop automation with hotkeys

    AutoHotKey – Fast scriptable desktop automation with hotkeys AutoHotkey is a free, open-source custom scripting language for Microsoft Windows. Initially aimed at providing easy keyboard shortcuts or hotkeys, fast macro-creation and software automation that allowed users of most levels of computer skill to automate repetitive tasks in any Microsoft Windows application. User interfaces can easily…

    Click or not…

  • AutoIt V3 – freeware BASIC-like scripting language for automating the Windows GUI

    AutoIt V3 – freeware BASIC-like scripting language for automating the Windows GUI

    https://www.autoitscript.com/site/autoit/downloads/ AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained…

    Click or not…

  • JQuery Mobile – Lesson 05 – Navbar – Buttons and more

    JQuery Mobile – Lesson 05 – Navbar – Buttons and more Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 1. At this lesson we will continue from Lesson 03. 2. Here is the HTML Code from Lesson 03 with changes marked with RED color: A navbar will appear with two…

    Click or not…

  • Draw.io – Great Diagramming tool

    Draw.io – Great Diagramming tool Great Website for diagramming and it is free. It allows to to share and save and export from/to most common formats. Here is the welcome screen: Main screen User interface: https://www.draw.io/

    Click or not…

  • JQuery Mobile – Lesson 04 – Themes

    JQuery Mobile – Lesson 04 – Themes Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 1. Here We will learn about JQuery Mobile Themes. 2. Browse to http://themeroller.jquerymobile.com/ 3. Select a Theme or click on Add Swatch to create new theme, looks at the rights side of the following picture:…

    Click or not…

  • JQuery Mobile – Lesson 03 – Transitions

    JQuery Mobile – Lesson 03 – Transitions Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 1. In continuation to Lesson 02, here you will see a demo of transitions. 2. We will use the last HTML file that has been created at the last lesson with addition of the…

    Click or not…

  • JQuery Mobile – Lesson 02 – Switching between pages

    JQuery Mobile – Lesson 02 – Switching between pages Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 1. In continuation to Lesson 01, We will learn how to switch between div pages. 2. Let’s give each page an different ID: <!DOCTYPE html> <html> <head> <meta charset=”utf-8″ /> <title>Page title</title>…

    Click or not…

  • JQuery Mobile – Lesson 01 – Basic page Template

    JQuery Mobile – Lesson 01 – Basic page Template Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 1. <Optional> Download JQuery Mobile from http://jquerymobile.com/download/. 2. Or just the use the following code between <head> tags of HTML document: <link rel=”stylesheet” href=”http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css” /> <script src=”http://code.jquery.com/jquery-1.11.1.min.js”></script> <script src=”http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js”></script> 3. Use the following HTML5…

    Click or not…

  • Mobile development resources

    Mobile development resources

    Native Android 01 – 77 videos (Dec/2014) https://www.thenewboston.com/videos.php?cat=278 02 – 200 videos (Aug/2011) https://www.thenewboston.com/videos.php?cat=6 03 – 25 videos Android Development for Beginners 04 – 42 videos Android Development Tutorial 05 – 29 videos How to Make Android Apps Apple 01 – https://www.thenewboston.com/videos.php?cat=28 Multi Platform 01 – MS Visual Studio – Apache Cordova Template 02 – PhoneGap 03 – Intel…

    Click or not…

  • Internet Speed Test resources

    Internet Speed Test resources

    Internet Speed Test resources   01 – http://www.speedtest.net/ 02 – http://www.bezeq.co.il/internetandphone/internet/speedtest/ 03 – http://www.hot.net.il/heb/Internet/speed/

    Click or not…

  • THE FIVE BEST WAYS TO DEVELOP ENTERPRISE MOBILE APPS

    THE FIVE BEST WAYS TO DEVELOP ENTERPRISE MOBILE APPS

    THE FIVE BEST WAYS TO DEVELOP ENTERPRISE MOBILE APPS With the advancement of technology, the way to build enterprise apps and mobile apps is changing. There is no right or wrong way to develop mobile apps, and the way you choose to develop your app will depend on your needs, like how many backend systems…

    Click or not…

  • Analysis Services Query Performance Top 10 Best Practices

    Analysis Services Query Performance Top 10 Best Practices https://technet.microsoft.com/en-us/library/cc966527.aspx

    Click or not…

  • Raspberry PI Model B

    Raspberry PI Model B Let’s get the good stuff out of the way above the fold. Raspberry Pi 2 is now on salefor $35 (the same price as the existing Model B+), featuring: A 900MHz quad-core ARM Cortex-A7 CPU (~6x performance) 1GB LPDDR2 SDRAM (2x memory) Complete compatibility with Raspberry Pi 1 Because it has…

    Click or not…

  • Learn how to develop WordPress Plugins

    Learn how to develop WordPress Plugins

    Learn how to develop WordPress Plugins 01  – Under <Wordpress-directory>wp-contentPlugins create a directory with the Plugin Name. 02 – There create a file <Plugin Name>.php 03 – Under WordPress plugins page the new plugin will be shown. 04 – Copy and paste the HelloWorld example below to <Plugin Name>.php file. 05 – Activate the Plugin from…

    Click or not…

  • OpenProject Community

    OpenProject Community OpenProject is a web-based project management system for location-independent team collaboration. This open source application is released under the GNU General Public License Version 3 and is continuously developed by an active open source community. Since its inception, the speed of development and the number of developers of OpenProject exceeds the speed of its…

    Click or not…

  • JasperSoft

    Jaspersoft is a commercial open source software vendor focused on business intelligence, including data visualization, reporting, and analytics. Jaspersoft provides commercial and open source software, support, services, and licensing around the JasperReports, JasperReports Server, Jaspersoft Studio, iReport, and Jaspersoft ETL products. Jaspersoft’s main related product is JasperReports Server, a Java web application that provides advanced…

    Click or not…

  • 14 Free CD & DVD Burning Apps

    14 Free CD & DVD Burning Apps

    Links 14 Free DVD / CD burning Burnaware DVD – CD burner – freeware

    Click or not…

  • Install Kodi for iOS

    Install Kodi for iOS

    http://kodi.wiki/view/HOW-TO:Install_Kodi_for_iOS

    Click or not…

  • C# Streamreader file example

    C# Streamreader file example

    A link of how to read a file with streamreader http://www.dotnetperls.com/streamreader  

    Click or not…

  • Simple, Private Access to the global internet

    Simple, Private Access to the global internet Secure your data and hide your IP address behind a bear. https://www.tunnelbear.com/

    Click or not…

  • Shows & Videos about Health and diet

    Shows & Videos about Health and diet

    Netflix Show about diet What the Health Natural power Forks over Knives Login to Netflix first The C word To solve the mystery of cancer, challenging the status quo is a must. Witness how lifestyle and societal changes may help beat the disease. Michael Greger video about Health and diet Keywords Netflix, youtube טיבעונות, טבעונות,…

    Click or not…