Saturday, August 29, 2009
More User Friendly
I found some nice code to use for additional popups--nice simple popups that really make the page easy to understand. I may implement them tomorrow. I also downloaded an SDK for a phone that I just bought. The world of Linux??? Maybe not so much. I think the IDE is pretty distant from the Penguin.
Tuesday, August 25, 2009
more improvements
So I have simplified my page and it works better now. I have also added some instructions in the css popup that direct the user a little better. Almost ready for the world, it is. Got a G1, trying it out today. Weird change from that other smartphone I had.
Saturday, August 22, 2009
Wow what I have done
I've had such a productive summer. Mainly I figured how to use pagemethods/webmethods for passing params back and forth between c# and javascript. I found out that you can't really intercept and have your way with the passed param--it's kinda untouchable until you send it back to c#. I added a little css. I got my postback(there is a section that posts back) to end up in the correct spot using a method in page_render and an anchor. I figured out what task is okay to use a postback and what ones can be ajax'd. Also learned alot about the crazy way that validation is implemented. Right now I think I have the validation pretty good where no stray values are being input. Oh yeah, I learned how valuable javascript is.
I found out how to make a textbox have a finger mouse pointer onhover. That was cool. I also figured out what needs to be done for uploading a project to a server. Currently my project is at www.tobymgraves.com and the only problem that is occurring is due to the server not saving my pictures immediately. I am constantly working to improve the page. I've tested it in IE, Firefox, Chrome, and Safari and Camino on a Mac. Also Safari on iPhone.
Now time to look for a job.
I found out how to make a textbox have a finger mouse pointer onhover. That was cool. I also figured out what needs to be done for uploading a project to a server. Currently my project is at www.tobymgraves.com and the only problem that is occurring is due to the server not saving my pictures immediately. I am constantly working to improve the page. I've tested it in IE, Firefox, Chrome, and Safari and Camino on a Mac. Also Safari on iPhone.
Now time to look for a job.
Friday, June 12, 2009
Success
I've succeeded in getting the username from a cookie, automatically accessing the DB to find the user's favorite drawing of a cellular automata. I can also draw the picture without a postback--it happens right on the page. Also I have the code assign a new usernumber if the person has not been to the site, or if they haven't been there in a long time. Phew. Took a lot of work.
Right now I am writing the code for the half of the page that evolves digital circuits from scratch until the fulfill the truth table. Find out it's not super easy to convert a 1 to boolean without doing a few steps in between. That's about ready to run.
Right now I am writing the code for the half of the page that evolves digital circuits from scratch until the fulfill the truth table. Find out it's not super easy to convert a 1 to boolean without doing a few steps in between. That's about ready to run.
Monday, May 25, 2009
Integration
I have succeeded in triggering an event on a page written in C#, then passed parameters to a Javascript/Ajax function, passed the params to a C# function, back to a Javascript function and ended the program. Now I intend to do my cellular automata/evolutionary algorithm page in Ajax, getting data from the user via cookies, retrieving the data in the background processes, and drawing/retrieving a picture in the background processes. I need to find out how to draw a pic without opening a new window. I may perhaps use the UpdatePanel directive.
Tuesday, May 5, 2009
AJAX
Since I have a lot of time on my hands at this time, I'm getting back into studying code. Like multiple hours daily if possible. Right now I'm implementing AJAX to make a page that deals with AI concepts. Half the page is cellular automata, the other half is evolutionary algorithms. The idea is to calculate and retrieve data behind the scenes. I found a way to do it, but I'd rather come up with my own way, which does not employ ScriptManager.
Sunday, January 11, 2009
Cloud pt II
So I changed the use of labels in my tag cloud to the use of hyperlinks. I decided to make it work by using a query string which contains the text that you click on. As a result, when the page is reloaded, the term you clicked on is used as a search term. Right now I have to deal with the postback/pageload logic to make sure it doesn't try to search for a null term. The hyperlinks are left justified now but I will figure out a way for them to fill up some container in a nice orderly fashion.
Subscribe to:
Posts (Atom)