Posts Tagged ‘website’

Auto Login with .net Script part 2

Last time i wrote a tutorial on how to write a .net script that will auto login into a website. You can find that link here. However, there’s a flaw with that script, today i’m going to show you how to fix that flaw. You can use that code if you know the id of [...]

Auto Login with .net Script

Today i’m going to show you how to write an auto login script for the .net framework. This script automates Internet Explorer via the COM interface, which exposes the entire Document Object Model (DOM) to the awesomeness that is Powershell. # initialized two variable for the username and password $username=”username” $password=”password” # Create the IE [...]

Web Management using Google Analytics

For today post I will introduce a new tool to collect information about your web sites to all the managers and marketers (it’s depend on if whether or not you have seen it before, if you haven’t then it’s new to you). That tool is Google Analytics (GA), Google Analytics (GA) is a free service [...]

3D Modeling in Web Design

While playing Halo the other day with my nephew, and being the entrepreneur that I am, I wondered why don’t people use more 3D models on their webpages.  It’ll definitely make whatever you are trying to sell more marketable.  Off the top of my head I can think of many applications in which a 3d model [...]