0
votes
1answer
14 views
Help needed on font for localized string
Hi,
My client has given me a custom TTF font only for English. So my intention is to load that TTF only for English and for other languages it should fallback to the available System font.
I am …
1
vote
0answers
36 views
+150
How to receive drag and drop from Apple Address book in Qt 4.4 on Mac OS X 10.5/10.6
I am trying to trap drag and drop events from the standard Apple address book app to my Qt app. This code works fine with Qt 4.4. on Mac OS X 10.4:
void
MyView::contentsDropEvent( QDropEvent* e )
{
…
0
votes
7answers
78 views
What is the best tool to allow web users to create flowcharts/diagrams?
I'm creating a web application in which teachers need to be able to easily create educational diagrams, flowcharts, basically:
boxes and circles with text in them
text labels
ability to upload and …
2
votes
8answers
150 views
Whats the best way to name id & classes in CSS and HTML
When naming classes and ids for CSS what is the best method to use. In this case I need there to be some kind of naming convention so that other people can pick up rules and understand how to name …
0
votes
1answer
18 views
how to get value of first column in current row in html table using jquery
i have the following Delete confirmation code using jquery. The issue is that it assume the location of the name column. I now have name in the first row. Instead of using .prev('td'), is there …
0
votes
6answers
62 views
Aligning DIV without margin or float
I a template, I have five DIV elements underneath each other on a HTML page. (Logo, top menu, sub menu, content, footer).
I want the user to be able to set the alignment for each DIV in a CMS: left, …
2
votes
6answers
864 views
Regex to Parse Hyperlinks and Descriptions
C#: What is a good Regex to parse hyperlinks and their description?
Please consider case insensitivity, whitespace and use of single quotes (instead of double quotes) around the HREF tag.
Please …
0
votes
3answers
46 views
Python: Extract HTML from an XML file
My XML file looks like this:
<strings>
<string>Bla <b>One & Two</b> Foo</string>
</strings>
I want to extract the content of each <string> …
0
votes
2answers
20 views
How to fix noncompliant HTML so Expat will parse it (htmltidy not working)
I'm trying to scrape information from http://www.nfl.com/scores (in particular, find out when a game is over so my computer can stop recording it). I can download HTML easily enough, and it makes …
1
vote
2answers
81 views
Site not looking good in Firefox
Hey guys,
A site I constructed on wordpress, www.instant-wine-cellar.co.uk, does seem to be working well on Firefox web browser. I was wondering if any one could help me work out why that is (maybe …
0
votes
2answers
39 views
New iMac - New Rails Environment - Dropbox - Permission Problem…
Ok, I just bought the new 27 inch iMac and I am trying get everything set up. I am new to rails and have been developing on my MacBook Pro and seem to be having some trouble sharing my applications. I …
0
votes
1answer
33 views
Download web page with images and stylesheets and (optionally) E-mailing it
I need to make snapshots of web pages programmatically using PHP and get them into a HTML E-Mail.
I tried wget --page-requisites. It downloads everything all right, but it doesn't change the HTML …
0
votes
1answer
13 views
Tablet PC: JQuery widget, Extension or browser plugin for drawing into website
I am looking for a solution for a client who has a drawing tablet (an input device that simulates mouse movements using a pen) attached to her computer to directly "draw" on an area on a web page. I …
0
votes
0answers
6 views
How to obtain codesigned application certificate info
Hi folks,
I am having a tough time finding an answer to my codesigning issues.
We have an application for Mac OS written under Cocoa. Finally - we did our codesigning, but i would like to add an …
0
votes
1answer
28 views
Why wont this resize of iframe height work?
I have a form on my main page (main.html) with the target set to an iframe on that page. The action of the frame on the main page is a php file.
So, the php file displays in the iframe basically.
…
