Saturday, October 8, 2011












Baruch Shilkrot Blogs






















<header> - Defines a header for a section or page


Check this with Firefox 3.5+, if you find any prob for any tag, please check with opera latest version then










<article> - Defines an article





<section> - Defines a section


Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean dictum fermentum quam, sit amet consequat sapien accumsan ac. Quisque viverra, enim at placerat sodales, nisl mi venenatis mi, non


<video> - Defines a video














<figure> - Defines a group of media content, and their caption



<audio> - Defines sound conten
t


<source> - tag defines media resources for media elements
















<embed> - defines embedded content, such as a plug-in.










<command> - Defines a command button

is this article helpfull?
Yes








<dialog> - Defines a dialog (conversation)




Sam


Knock, Knock.


Eric


Who's there?


Sam


Justin.


Eric


Justin who?


Sam


Justin time for dinner!









<meter> - defines a measurement. Used only for measurements with a known minimum and maximum value.


Your score is: 2 out of 10







<datagrid> - defines a list of selectable data. The datagrid is displayed as a tree-list.




  1. (datagrid row 0)
  2. (datagrid row 1)

    1. (datagrid row 1,0)
    2. (datagrid row 1,1)

  3. (datagrid row 2)









<datalist> - defines a list of selectable data.






























<details> - defines details of an element, which the user can see, and click to hide.




Should be open


and you should be able to see this para!





there are few issues with this tag, i'm not clear though, here is a reference







<command> - defines a command button, like a radiobutton, a checkbox, or a button.







<datatemplate> - defines a container for data template


<rule> - defines the rules for updating a datatemplate


<nest> - defines a nestingpoint in a datatemplate for child elements



i found only one example here which is not completed!







<event-source> - defines a source for events sendt by a server
Found examples
here
- i don't know well, pardon me!






<output> - defines different types of output, such as output written by a script.

Sorry, dont have the details now.











<footer> - Defines a footer for a section or page









Tuesday, June 7, 2011

Matrices with Visual Studio 2008 C++ Windows Forms

I built program that calculate several matrix functions. You enter 4x4 matrix or select from Matrix examples and select matrix operation: Matrix transpose, Determinant calculation, Matrix trace or Matrix Inverse. And the program calculate results.
This is a Main window that the program create:
You can select another matrix from Matrix examples. For example Magic Matrix of Durer:

Or 123 Matrix:

Or enter your 4x4 matrix.
Calculate window of Matrix Transpose of Chautisa Yantra matrix looks as follows:

Calculate window of Determinant calculation of Magic Matrix of Durer looks as follows:
Calculate window of Matrix Trace of Magic Matrix of Durer looks as follows:
Calculate window of Matrix Inverse of 123 Matrix looks as follows:

Tuesday, May 24, 2011

Magic Square with Visual Studio 2008 C++ Windows Forms


I built the program that shows Magic Square of Melencolia I - engraving by the German Renaissance master Albrecht Dürer.
Solution Explorer looked as follow:

This is a main window that the program creates:
This is a Description window:


This is a Melencolia window:
This is a Magic Square window:
This is a Sum Calculation window:

Friday, May 20, 2011

Quadratic Function with Visual Studio 2008 C++ Windows Forms

I built program that calculate quadratic function. You enter 3 parameters of the quadratic function: a, b, c. And the program calculate results: discriminant, roots, vertex, intersection with y-axes and draw a graph of the function.
This is a window that the program create:
Solution Explorer looked as follow: