December 10, 2006

Webfinancial Update

All the stuff I've seen so far looks great. I emailed you all about some ideas for wrapping up and what I think we need to get done yet to be ready for the presentation. I think we are really close and everything is looking good.

December 5, 2006

Context parsing

Ok I've tried to implement how you had the sample xml into the engine. Hopefully this will make things a little easier for parsing. http://people.emich.edu/rvandael/449.php & http://people.emich.edu/rvandael/449.php?company=1

December 4, 2006

Re: Ah yes; now I see what you mean

I'm not entirely sure what you mean by outputting the data by context.  I thought part of the reason we did it this way was to not have to jump back and forth and grab context refs but maybe I'm misunderstanding what you mean.  Also I don't know if I want to make large changes to the xml structure this late because then we also have to make changes to the javascript to load it.  Maybe if you could write some xml in the format you want and I could understand it better and see what you mean.

We've also had the ability to rename tags since iteration 2, and if we rename 2 tags the same name they will appear as one field in the output if that helps with your second problem it is very easy to implement.

Re: Webfinancial data

I believe what is happening is that I used the start date for the filing date which is the one in July there.  If we need that to change to the end date, or forward both dates through or something that can be done.  We can talk about how we want to procede with this tonight but I don't think it is a major issue to fix if I'm reading what is going on correctly.

December 2, 2006

PHP & JSON

Looks like as of the recently released PHP 5.2 JSON is now included by default. If anyone wanted to look into some server magic with JSON instead of XML.

Update

Ok, I've made the changes we talked about on Monday. Firstly, the first xml listing is ordered alphabetically now. Also, the type of each filing is forwarded through as well. I modified some of the engine code now so I could remove a bit of the regex string parsing and base it all off the DOMDocument library in PHP now. If you were curious. ;) Anyway here it is.
http://people.emich.edu/rvandael/449.php & http://people.emich.edu/rvandael/449.php?company=1
As always, let me know if you need anything else forwarded through.

November 20, 2006

Class Tonight

Sorry for the late notice but I can't make it tonight either. Some important things I have to take care of have come up. Have a good holiday.

November 19, 2006

Re: Great job Webfinancial

Tanika's Post Really? First? I thought the competition was pretty tough this round too. Great job to everyone and all teams. :)

Re: Does anyone know how to take the data from XML containing the namespace??

Namespaces Heh, namespaces are a real pain, in fact that is why we were having so much trouble with our project because each document had like 10 different namespaces. The trouble with doing it in javascript was that it seemed firefox didn't need the namespace tag I believe, but IE did. So that is why I switched over to doing our parsing in PHP and stripping out the namespaces with the domdocument library which handled them better. Usually up in the top of a document is a listing of the namespaces and an url associated with them if you need to call a namespace node that is usually the url you use to define it. But we haven't done much with namespaces in JS lately. Hope that any of that helps.

Concerquest Review

Nice work. I like the table at the bottom that lists all the events that are being shown. The ability to get more than 10 events is nice too. To make that even easier maybe you would want to implement a paging system or something or maybe at least tell the user how many total events were found. Like the UI everything was simple and strait-forward. Good job.

Tag cloud