Quantcast
Channel: Javascript – The Rantings and Ravings of a Madman
Browsing all 5 articles
Browse latest View live

Active Directory with JScript : How to Get Sites and Subnets.

Recently I’ve had to pull out sites and subnets from AD in order to match an IP Address against the subnet that I pulled out to determine whether a workstation is in that site. I ran into some issues...

View Article



I Just Discovered Fiverr

So I just found out about Fiverr. Pay $5 for someone to do something for you ! Sounds interesting, so I put up my idea up there. If anyone wants to have a look at my Fiverr Idea, the link is here...

View Article

Read Email Subjects From Outlook Using JScript

Recently, I wanted to make a script to read the subjects from a set of emails that I was receiving that was telling me what jobs I’d been assigned in the internal ticketing system at work. Each time I...

View Article

Read Tasks from Outlook Using JScript

I’ve used this script to create a To-Do list based on the tasks I have in Outlook. First up, we create the Outlook ActiveX Object outlookApp = new ActiveXObject("Outlook.Application"); nameSpace =...

View Article

Snippet : Javascript Hours and Minutes From Seconds

Just a quick snippet of code to convert seconds to hours, minutes, and seconds, with the hours shown optionally. function fromSeconds(seconds, showHours = false) { if(showHours) { var hours =...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images