I am trying to come up with a simple loop that takes each character from a string and converts it to its ASCII equivalent. I tried using split(), but since there is no delimiter that's no good.
I would output a string from a database field, and convert it to { (example) but it would still...
After doing all the above research, all I had to do was add the session.codepage=65001 to my ASP pages that the submissions happen on. Since I was already using utf-8 for my character set, this was great. Again, thanks for your help.
Thank you for the excellent resource. When you say "dbase", you are referring to using any database for storage of the information? I want to make sure you don't specifically mean dBase type.
I'm having some difficulty with having latin characters converted from either HTML entity or Word to stay converted. I'm using a replace that works on the first time, but subsequent form submissions corrupt them. A few letters, like á and é, always work. I'll use the letter ú for my example...
I'm doing this query from an ASP book that I'm reading. It had that 4th attribute there. If I remove adCmdTable, I get this error:
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/madison/site/_includes/redboxes.inc.asp...
What am I doing incorrectly with this statement? The SQL runs perfectly in SQL Server.
Dim rsRedBoxes
Set rsRedBoxes = Server.CreateObject("ADODB.Recordset")
sSQL = "SELECT frontBlurb, frontBlurbAlt FROM tblTemplates WHERE frontBlurb IS NOT NULL"
rsRedBoxes.Open sSQL, strConn, adOpenStatic...
I'm puzzled as to why this query is not working. There is a column named 'access' in the mos_content table (int(11) unsigned). I get the mysql error above when executing.
SELECT c.*, g.name AS groupname, cc.name, u.name AS editor, f.content_id AS frontpage, s.title AS section_name, v.name AS...
I'm having an usual issue with a flash app that's embedded in a page on my site. I have a menu to the left of the flash that does a JS horizontal pullout menu. On other pages, this pullout works fun, but on this particular page the pullout doesn't extend over the flash app. While there is...
The problem with a redesign is that we are running Joomla as the CMS, and there's only so much I can alter stylesheet wise.
Thanks for the assistance, though.
There are some style classes that are not appearing in Windows IE, but is in Safari and Firefox. I have had sometimes to put the full heirarchy of classes/divs in order for styles to work in IE, but this isn't working either. And I don't understand why.
Here is the page (inside the 'Recent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.