Blog Posts
- Home /
- Blog Posts
16000 Limit!
November 3, 2009
Today I discovered that Flash truly has a limit! 16,000 frames: Exceeding this limit causes the movie playback to stop.
Read More
htaccess ErrorDocument
November 2, 2009
Create a file called .htaccess in the root of your public_html/htdocs of your domain.
Read More
How to correctly form HTML
November 2, 2009
<!DOCTYPE html PUBLIC ?-//W3C//DTD XHTML 1.0 Strict//EN? ?http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd?> <html xmlns=?http://www.w3.org/1999/xhtml?> <head> <meta http-equiv=?
Read More
Trying to get variables into flash from the browser!
November 2, 2009
Ever wondered how to get variables from an html page to a flash element?
Read More
Flash Tweening
October 20, 2009
tween is an actionscript class and can be used after importing the core files.
Read More
Cube Desktop on Ubuntu
October 20, 2009
Alright, so I run Ubuntu 7.10 and use the Desktop Effects via compviz, anyhow, I could get the 2d workspace but really wanted the 3d cube, even if I set up 4 desktops, it would still only show 2 sides of the cube(aka not a cube).
Read More
Animate with Actionscript [part1]
October 20, 2009
// Created by Andrew Odendaal // // :: DESCRIPTION :: // Animate a ball moving to the top // of the screen/stage and back again // // :: HOW TO USE :: // create a circle shape, convert to a movieclip(mc) and // place the registration point at the bottom center.
Read More
To Install IIS 7.0 on Windows Vista – script
October 20, 2009
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
Read More
Kill Adobe Updater
October 20, 2009
So adobe updater keeps doing updates eventhough you’ve said ‘NEVER DO IT AGAIN!
Read More
Apache Cannot be Run. Another web server is using the web port or port is blocked by firewall.
October 20, 2009
Tried to start EasyPHP: “Apache Cannot be Run. Another web server is using the web port or port is blocked by firewall.
Read More
How to load xml into flash using actionscript 2
October 20, 2009
Create an xml object: var myXmlObject = new XML(); Perform action when xml file has been loaded:
Read More
TypeError: node is null message=node is null
October 20, 2009
The following error message occurs in Firefox 3 when using Firebug.
Read More
Cant start your browser?
October 20, 2009
Cant start your browser? Try checking if any torrent apps are running.
Read More
How to Temporarily Edit the Text of Any Website
October 20, 2009
Have you ever wanted to temporarily edit a webpage displayed in Chrome or another browser?
Read More
PHP __autoload function
October 20, 2009
When PHP encounters a class that hasn’t been defined yet, you can use __autoload to automatically add them instead of including masses of included at the top of your files.
Read More
IE6 on Vista?
October 20, 2009
I find myself constantly fighting the microsoft battle of making things work in their browsers (thanks guys).
Read More
Guillotine-Bug? Bug
October 20, 2009
Yes, it’s called a Guillotine-Bug and it’s yet another bug IE users get to look forward too 😛
Read More
Sending data from javascript to php
October 20, 2009
If you ever find yourself needing to do some ajax and in turn sending strings of characters via javascript then you should really try encodeURIComponent() to wrap your strings in.
Read More
What is Eb in firebug?
October 20, 2009
Gmail produces the following error/warning in firebug. Eb is not defined
Read More
cross browser alpha css
October 20, 2009
.thediv { opacity:.80; filter:alpha(opacity=80); -moz-opacity:.80; }
Read More
Tags
- Actionscript
- Advertising
- Agile
- AI
- Android
- Angular
- Ansible
- API
- Automation
- AWS
- Bash
- Big Data
- Biometrics
- C
- C++
- CDK
- Chef
- CICD
- CLI
- Cloud
- CloudFormation
- Containers
- CSS
- Data Structures
- Databases
- DevOps
- Distributed
- Docker
- Domains
- EKS
- Envoy
- Excel
- Firebase
- Forensics
- General
- Git
- Go
- Graal
- Hosting
- HTML
- IaC
- IDE
- Interview
- Istio
- Java
- Javascript
- Jenkins
- Kotlin
- Kubernetes
- Linux
- Mac
- MariaDB
- Maths
- Maven
- Microservices
- Misc
- ML
- MySQL
- Networking
- Nexus
- Node
- NPM
- Pandas
- PHP
- PIP
- Platform
- PowerShell
- Puppet
- Python
- React
- Ruby
- Rust
- S3
- Security
- SEO
- Software
- Spring
- SQL
- SRE
- SSH
- SSL
- Startup
- Terraform
- Typescript
- Ubuntu
- Web3
- Windows
- WSL