Categories
Tips

Unable to Upgrade Windows Media Player Win7 or Sever 2008 R2

This has nothing to do with coding but it’s something that made me mad when I run into it. I was trying to process my digital copies of my kids movies for Disney and I ran into that problem. When I used the link provided by Disney took me to a Microsoft web page with an […]

Categories
Tutorials

Getting the ID of an element with plain JavaScript

I was searching for this for very long and didn’t really found something useful unless using a JavaScript framework, but for those who want to learn to code from scratch this is the answer. First you have to get the element that triggers an event. example: HTML <div id=”hello” onclick=”getId();”></div> <!– in Firefox is necessary to include […]

Categories
Resources

xTags Class

This is my first class and I hope you enjoy it. With this class you can dynamically create html and xml tags using PHP. To see how to use it click here. To download click here. To see a sample of the code click here.

Categories
IE Solutions Tips

XMLHttpRequest error in IE8 and 9

Don’t you hate when everything is going smoothly with your website, you haven’t done anything to it, it is the same since forever and suddenly…. Your ajax is not working in Internet Explorer. Suddenly customers start calling that they cannot log in, or documents are not displaying; A complete mess!!. Well it happens to me […]

Categories
Tips

The PHP Curly Braces Error In Dreamweaver CS3

Hi co-designers… Few days ago I was having a strange error when attempting to write a code in PHP for Dreamweaver CS3 (9)  for Windows, in my case Windows XP. This is the operating system they use in my workplace, yes I know, is a shame but I had to deal with it. The problem […]

Categories
Tips

Print PDF files with JavaScript/PHP

I started a topic in DaniWeb about how to generate a gadget to let customer choose from a list of pdf files an create a custom order form from them… I still working on it but here is something I found that will help many of your that are looking for a solution how to […]

Categories
Tutorials

Problems Processing Strings With JS

http://www.w3schools.com/jsref/jsref_escape.asp

Categories
Tutorials

Making your own Scriptaculous style coding

How to avoid keying to many times the statement document.getElementById in your JavaScript projects.

Categories
Tips

Display Consideration

When designing a website there many considerations to make, the most important one, I think, is the display resolution. As a graphic designer and as web developer I noticing that many designs breaks apart when you see them in other displays for many reasons: The resolution is different from the one you test it on […]

Categories
App Reviews Tutorials

Creating Glass Effect Never Have Been Easier

Before Inkscape, when I want to create or design real nice glass effect in an object I combined two expensive software, Adobe Photoshop and Illustrator.