Author Archive
How do i center a google gadget i put on my site using dreamweaver cs3?
I built my site with dreamweaver cs3 and i added a bandwidth test google gadget. It shows up perfectly but i can not get it to center. anyone know how i can do this? This is how i have it written.
<p><script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103534220535816043845/speedtest.xml&synd=open&w=350&h=305&title=Speed+Test&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> </p>
How can I manually change my play count for iTunes with Windows?
I need a safe and easy way to manually change my play count for some of my songs in iTunes. I have tried a lot of things while searching google, such as Library.xml file stuff and .js file stuff. I need to find another way. I have Windows, so no Mac stuff will work obviously.
open xml file in notepad and saved in utf-8, but cannot open file with encoding utf-8. I have Vista…?
I opened an xml file with notepad and saved it as utf-8. When i tried to open the file saved as utf-8, i get an error message. I do not have XP but Vista….can somebody guide me and let me know if i am doing something wrong?..by the way i am a translator.
What is a good crash course style emersion into programming languages?
I have a good grasp of HTML and a beginners grasp of CSS. I need to develop my languages over the summer. Specifically I might need to have a better grasp of HTML and CSS, completely learn .xml from scratch, maybe perl or python or other such languages. I am going to get a few books and try to learn that way, but I was wondering if an online class might work better? Any tips?
How do i delete the 2nd iteration of an XML tag in a file?
Ex.
<Book>
<Info> blah blah</Info>
</Book>
<!– delete from "<Book .* </Book>" –>
<Book>
<Info />
<Info2 />
</Book>
I appreciate your help!!
Yes, i have Notepad++
Can PHP be used in RSS XML files? (E.g. a varible as the description?
Can php be used in a xml file for displaying RSS feeds?
For example:
$variable = "Description text"
<description><php? echo $variable ?></description>
Would this work? using a varible to display the text on the feeds?
If not is there another way to use it?
What is the best way to store blog entries?
I am making my own website from scratch using PHP and I want to know the best way to strore a blog entry. Should I store the data in a database such as MySQL? Should I store a blog entry as an XML file? Should I use some sort of hybrid method? Please don’t bother mentioning any third-party products as I am only interested in creating my website myself from scratch.