Tagged Questions
0
votes
2answers
129 views
Javascript launching with (or without) document.writeln?
I have been looking at some tracking issues and have a question pertaining to the launching of scripts. Can someone tell me if there is a difference between:
<script type="text/javascript" ...
0
votes
2answers
216 views
How do I implement a Floodlight tag into an iPhone app?
A client is asking me to insert a Floodlight tag into an Objective-C programmed iPhone app that is ready for submission to the App Store.
I did some Googling, and couldn't find anything about how to ...
0
votes
6answers
181 views
What tools allows me to keep track of html tags when doing web development?
What tools allows me keep track of tags when doing web development? For example, I would like to be able to quickly find whether I missed closing a div tag.
At the moment I am using notepad++ to ...