Tag: javascript
Inline Javascript add year to Copyright
Here is a little snippet I put together for those of you looking to automate adding the current year to your website's copyright statement,...
Post Instagram photos on your website – Specify User and Tag
I'm no coder and not a professional web developer.
That being said, sometimes I take it on myself to code something cool, like adding photos...
Remove a CSS File from a webpage dynamically
It's actually quite easy to remove a CSS or JS file from a webpage dynamically, it's a little Javascript function:
function removejscssfile(filename, filetype)
{
var targetelement=(filetype=="js")? "script"...
Change the Page Title on Tell-A-Friend confirmation page
This is a simple bit of code, but it's something that may come up depending on the development you are doing.
For example, in Business...