Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~8K People Reached

11 Posted Topics

Member Avatar for mikesowerbutts

Hi, Im trying to convert my UserControls to be sharable across multiple projects. I have read up on this, and it seems that I need to have all code in one file (i.e. in the .ascx, rather than codebehind/designer) so I am trying to do this: [CODE] <%@ Control Language="C#" …

Member Avatar for kvprajapati
0
946
Member Avatar for mikesowerbutts

Hi, I have a C# pdf library called PdfSharp which I use to create PDFs. I have a page (print.aspx) which instantiats the class which creates the pdf in the Page_Load() event handler. for some reason when I am running this through IIS, the process for the app pool (w3wp.exe) …

Member Avatar for mikesowerbutts
0
1K
Member Avatar for mikesowerbutts

Hi, I have some code which creates a PDF based on the data posted to the entry point page (print.aspx). When I run a page with multiple frames in, each accessing the main print.aspx and posting data etc. but for some reason each frame loads one at a time, rather …

0
166
Member Avatar for mikesowerbutts

Hi, I have created a class which is a "font searcher" the idea being that it will detect the font required for a given string in any language by getting each available font's unicode range(s) and comparing those ranges to the ones found in the string. This is working perfectly …

Member Avatar for sknake
0
222
Member Avatar for mikesowerbutts

Hi All, Am given a string: %3CNodeName%20att1%3D'%3F'%3C%3E'%3E%40innertext%3B%3A%3C%3E%3C%2FNodeName%3E this is a UrlEncoded version of: <NodeName att1='?'<>'>@innertext;:<></NodeName> if i UrlDecode the entire string there is some invalid characters in the nodes attribute and the nodes innerText property. I have a function to search for the innertexts and encode them which seems to …

0
70
Member Avatar for justsaymayb

why dont you design something 'new' rather than just proving your skillsm ,ame something useful that you could use after university yourself or maybe try patent (although your uni will own some pf the IP rights) I designed my own meal planning system (which i didnt end up getting patented …

Member Avatar for mikesowerbutts
0
152
Member Avatar for mikesowerbutts

Hello all, I have been using mysql_fetch_array to read data from a query to a php array so i can then use it on my webpage. Everything was going fine until now... I cant see the problem with my code, but it keeps calling the or die() error handler when …

Member Avatar for mikesowerbutts
0
254
Member Avatar for mikesowerbutts

hello, I am building a mysql/php/javascript based online timesheet system which allows users to assign themselves predefined projects and then select one of the projects assigned to them and add hours for a particular date to the database - i can get the add to work fine, but i need …

Member Avatar for digital-ether
0
5K
Member Avatar for mikesowerbutts

Hello all, I know this has already been talked about on this forum, so dont get angry! I cant seem to get my webpage to print off correctly. Basically i have a main page with an iframe within it. within said iframe there is a few tables and some graphics …

Member Avatar for MidiMagic
0
95
Member Avatar for mikesowerbutts

I have been working on a questionnaire results page which takes the values from the questionaire on the previous page, calculates a score then plots their results on a grid. this all works fine, what i am a little baffled about however is, how do i dynamically add table rows/cells …

Member Avatar for mikesowerbutts
0
116
Member Avatar for mikesowerbutts

Hello there, basically i have 3 problems that have been driving me crazy all day long! firstly the div layers that i have set to dynamically display depending on input from a previous page will display in firefox, but wont display in internet explorer 6? this is a little confusing …

Member Avatar for mikesowerbutts
0
126

The End.