An jQuery popup in ASP.NET

Hi there!

My next idea was to display a popup with some chosen data instead of the whole data set on a new page, when you click on the delete button. Actually I wanted to display the data in the same way as before in the popup, but because the data base access is made by using the child ID, which is part of the page link, that was not possible, since the link itself doesn’t change if you display a popup. So in broad terms we had to refer to the table row in which the delete button was clicked and read out the child ID this way using JavaScript. The next problem was my jQuery script, because it had to be integrated in a script bundle first, to load it properly. My next task will be the Gray Out effect of some delete buttons, because you are only allowed to delete a childs data, if it doesn’t is part of a sponsorship anyway.

Some layout and usability changes

Hi there!

After I have familiarized myself with the ASP.NET framework I began to make some changes to the pages. First of all I’ve customized the names shown in the tabs of the browser matching the actual page content, because they were still the default names, which were set by the framework itself. After that I tried to implement an idea of mine, which came into my head when I tested the website before. The details of the sponsored childs are displayed in text fields and if you want to copy them you have to click 3 times in the field to select them. But since text fields are used instead of labels I thought the most likely reason for this is, that the users have to copy these details very often, so it would be more user-friendly if they only have to click once in the text fields. That’s why I wanted to use the onclick attribute, since the element which is generated at the end is an input type field, where I can use an onclick attribute. But I can’t use additional HTML attributes on a DisplayFor funcion, that’s why we had to create an extra Display Template for that task.

WM started

Hello everyone,

yesterday started the World Championchip of Soccer and we looked the first game Brasilien against croatia together with Eric and that one guy from the FZS22 class. I think that it was clear that Brasilien wins against croatia but the croation guys played really good and amazed me. In detail brasil won 3:1. and I will have a look to the other games which will follow the example spain against netherlands and columbia against greece.
On monday intern europe invited us to see the soccer game on there flatscreen with some food and in HD so Marco and me want to go there.

the week in total

Hello everyone,

on Thuersday Eric, Nick,Rene and I went to the Cinema and watched 1 Million Ways to Die in the West because Thuersdays are the prices very low, we olny pay 3£ to enter the movie.
The film was very funny and it was easy to understand for me.
After the film Eric and I went to a restaurant near the cinema(i forgot the name of the restaurant) we wanted to eat something and drunk a beer. We ordered potato edges but what we get was a little joke for 5£ we got nothing

.IMG_20140610_204508[1]

At the weekend we will go to the place where the titanic was build because this dock had a lot of records in this time strongest rope, best pumps and things like this.

Finishing the API Task

On Thursday I continued my work on my task to access the Redwood API and pull out certain data.
It took me a while to get used to Perl and the Syntax but with a little bit of help from Tim. I managed to make a big progress. I was able to pull out all the Data I needed and finished my Perl Script on Friday afternoon.
But only so far to reach the point where we would contact the BMS but I don’t have any documentation about a BMS so I can’t program that part.
My new Task is to see if its possible to trigger an event from an external source for example an BMS.