I created program to easy check Google Page Rank of many pages
If you like my program, please donate
Download Google Page Rank Program
Features
1) Check many urls at one time. Program automatically detects urls so you can input any text you want
C Sharp - test and automate website with Webbrowser without extra libraries (Selenium, Watin)
If you want to test or automate something on any webpage you can do it with .Net built-in component WebBrowser. Simple scenarios - you don't need extra libraries (Selenium, Watin)
1) Search something on Bing
a) in Visual Studio add new Windows Form Application in C sharp
b) double click on WebBrowser in toolbox
1) Search something on Bing
a) in Visual Studio add new Windows Form Application in C sharp
b) double click on WebBrowser in toolbox
Windows - get information about your computer without extra programs
Run following commands in windows console (press Windows + R and type cmd or type cmd in Start)
set - get current user name, computer name, where is installed windows, number of processors, user path, processor info etc
set - get current user name, computer name, where is installed windows, number of processors, user path, processor info etc
Javascript - how to break or return value in forEach
Javascript has built-in function forEach
example
example
var tab = ['a', 'b', 'c']; tab.forEach(function(el, i) { console.log(el, i); });
Jquery - how to check what events are assigned to elements (.data)
Subscribe to:
Posts (Atom)