dnanetwork
dnanetwork
  • 502
  • 5 417 810
beautiful morning
beautiful morning
Переглядів: 125

Відео

How to install AutoIt - Part 4
Переглядів 5586 років тому
This video explains how to install AutoIt on your machine step by step.
How to uninstall AutoIt - Part 3
Переглядів 9 тис.6 років тому
This video explains how to uninstall AutoIt from your machine.
Autoit Topics we cover for this series - part 2
Переглядів 5926 років тому
This video gives you an idea about what are the topics we are going to cover throughout the series. 1. Introduction. 2. Installing/ Uninstalling of AutoIt. 3. Hello World Program. 4. Basic Programming Concepts. ( Variable, Array, Loops, Branching, functions, custom functions and more... ) 5. Handling Key board. 6. Handling Mouse Controls. 7. Are we ready for some action ? ( Revision ) 8. Unders...
Autoit Introduction - part 1
Переглядів 7 тис.6 років тому
AutoIt is a freeware scripting language designed for automating the Windows based application and for general scripting purpose. Following are the list of features supported by AutoIt. 1. It is Free. 2. Easy Syntax & Intellisense. 3. Interact with windows controls. 4. Keyboard and Mouse Simulation. 5. Call .exe, .dll from the application. 6. Call Windows API functions. 7. Read & Write Excel. 8....
5 Minutes with your Manager.
Переглядів 2496 років тому
5 Minutes with your Manager. "One-On-One" AKA "Cage Fight" This created with Plotagon. for more ua-cam.com/users/plotagon
jquery delay function part - 136
Переглядів 1,6 тис.6 років тому
This video explains about jquery delay method and how to use it. jquery delay method allows us to delay the execution of functions that follow it in the queue. It can be used with the standard effects queue or with a custom queue. Syntax : $(selector).delay(speed,queueName) speed : means the delay we want to introduce. queueName : optional and defaults to fx. Example : $( "div.custom" ).slideUp...
How to Install SQL Server 2016 Management Studio.
Переглядів 2,3 тис.6 років тому
This is a step by step tutorial showing how to install SQL Server 2016 Management Studio on your machine, step by step. SQL 2016 Management studio set up docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms Click on Download SQL Server Management Studio (16.5.3) and your download begins. In case of any issues/queries please drop a comment.
How to Install SQL Server 2016 Express Edition - Part 2
Переглядів 6746 років тому
This is a step by step tutorial showing how to install SQL Server 2016 express edition on your machine, step by step. sql 2016 express edition www.microsoft.com/en-us/sql-server/sql-server-editions-express Direct Download : download.microsoft.com/download/B/F/2/BF2EDBB8-004D-47F3-AA2B-FEA897591599/SQLServer2016-SSEI-Expr.exe SQL 2016 Managment studio set up docs.microsoft.com/en-us/sql/ssms/dow...
How to Install SQL Server 2016 Express Edition - Part 1
Переглядів 2,4 тис.6 років тому
This is a step by step tutorial showing how to install SQL Server 2016 express edition on your machine, step by step. sql 2016 express edition www.microsoft.com/en-us/sql-server/sql-server-editions-express Direct Download : download.microsoft.com/download/B/F/2/BF2EDBB8-004D-47F3-AA2B-FEA897591599/SQLServer2016-SSEI-Expr.exe SQL 2016 Managment studio set up docs.microsoft.com/en-us/sql/ssms/dow...
jquery Chaining part - 135
Переглядів 1036 років тому
This video explains about jquery chaining methods/actions. using jquery, you can chain together methods or actions jquery Chaining allows you to perform multiple jquery methods within a single statement. you can chain methods using dot(.) behind every method call. Example : $("div.testclass").css("color", "red").slideUp(2000)fadeIn(2000).slideDown(2000); you should try these cases on your machi...
jquery stop function part - 134
Переглядів 8116 років тому
This video explains about jquery stop function. using stop function you can stop the currently running animation for the selected elements. syntax : $(selector).stop(stopAll,goToEnd) stopAll 1. parameter is optional. 2. it's a boolean value specifying whether or not to stop the queued animations as well. 3. by default its false. goToEnd 1. parameter is optional. 2. it's a boolean value specifyi...
jQuery.fx.interval property in jquery part - 133
Переглядів 1807 років тому
This video explains how can we change the animation firing rate in milliseconds. The default value is 13 milliseconds. This property is often used to modify the number of frames per second at which animations will run. Lowering the firing rate can make animations to run smoother. However, it may cause performance and CPU implications and increasing the property value will slow down your animati...
jquery animate function demo part - 130
Переглядів 977 років тому
This video explains about jquery custom effects and basics of animate function. using animate function you can create custom animations. syntax : $(selector).animate({params},speed,callback); params : CSS properties to be animated. speed : specifies the duration of the effect. It can take the following values: "slow", "fast", or milliseconds. callback : you can configure a task after the animat...
jquery animate function part - 129
Переглядів 1637 років тому
jquery animate function part - 129
How to read file using jQuery
Переглядів 7 тис.7 років тому
How to read file using jQuery
jQuery.fx.off property in jquery part - 132
Переглядів 1107 років тому
jQuery.fx.off property in jquery part - 132
jquery callback function part - 131
Переглядів 1207 років тому
jquery callback function part - 131
jquery custom effects Introduction - part 128
Переглядів 577 років тому
jquery custom effects Introduction - part 128
jquery fade to function - part 127
Переглядів 587 років тому
jquery fade to function - part 127
jquery fade toggle function - part 126
Переглядів 1587 років тому
jquery fade toggle function - part 126
jquery fadeOut function - part 125
Переглядів 327 років тому
jquery fadeOut function - part 125
jquery fadeIn function - part 124
Переглядів 497 років тому
jquery fadeIn function - part 124
jquery slide toggle function - part 123
Переглядів 4307 років тому
jquery slide toggle function - part 123
jquery slide down function - part 122
Переглядів 787 років тому
jquery slide down function - part 122
jquery slide up function - part 121
Переглядів 497 років тому
jquery slide up function - part 121
jquery toggle function - part 120
Переглядів 2927 років тому
jquery toggle function - part 120
jquery hide function - part 119
Переглядів 507 років тому
jquery hide function - part 119
jquery show function - part 118
Переглядів 377 років тому
jquery show function - part 118
jquery effects introduction - part 117
Переглядів 457 років тому
jquery effects introduction - part 117