I recently watched broadcast of the competition of young pianists in memory of Vladimir Horowitz. Very talented and interesting guys played with great enthusiasm. I really enjoyed the performance of Mozart's piano sonata by Kyrill Korsunenko .
Classical piano music. Mozart Sonata Horowitz competition
Sunday, April 25, 2010
Saturday, April 3, 2010
Using a template PHP class for web design
Sometime, I make a small websites for my friends. Recently, I've opened for myself a very simple and fast way for this. I've created the small PHP class for using templates. And now I take any free template change content on variables like {CONTENT1}{CONTENT2}. After that, I create a small php file for each page and define in these variables text for this page. It is very flexible and convenient way to create small sites. Like this: service company of Sharnoa Machining Centers,repair Tiger CNC controls
Monday, January 11, 2010
Server Error:Operator '<>' is not defined for type 'DBNull' and type 'Integer'.
Some time I see the Server Error message in our SilverNet web based inventory system
I've investigated this problem and found that in the row:
<asp:Label ID="Label3" runat="server" Text='<%# Eval("Paid", "{0:N}") %>' Visible='<%# Eval("Paid")<>0 %>' ></asp:Label>
The field "Paid" can be DbNull.
First, I tried to check the value Paid before using it in the Eval function. But then,I've found very simple solution. I've edited SQL query in the data source. I've changed the "Select Paid ..." on "Select IsNull(Paid,0) As Paid...."
DbNull is an insidious thing!
I've investigated this problem and found that in the row:
<asp:Label ID="Label3" runat="server" Text='<%# Eval("Paid", "{0:N}") %>' Visible='<%# Eval("Paid")<>0 %>' ></asp:Label>
The field "Paid" can be DbNull.
First, I tried to check the value Paid before using it in the Eval function. But then,I've found very simple solution. I've edited SQL query in the data source. I've changed the "Select Paid ..." on "Select IsNull(Paid,0) As Paid...."
DbNull is an insidious thing!
Sunday, January 10, 2010
How to create clothing set ?
We will use Victoria's Clothes Organizer for creation clothing sets. First, we should to take pictures of all our warderobe and then we are ready to create our sets.
Select the empty row in the Clothing sets table. Double click on the field "Clothing sets description" and type a name of your new set. For example "Set for restaurant". Then select a destination from the drop down list. You can enter a new destination if don't find it in the destination list. Select or enter the weather and temperature for this set. You should define all clothes for this set in the table "Clothes for set". You can select items from the drop down list or enter a new dress using the right small button "Edit and Add clothes". Select the option at the pop up for Add or Edit. Enter a description and load a photo from an image file. You can enter any category and any location for this item. If you want remove an item from the set you can use the left small button "Remove item". Click on the button "All clothes" and you'll see the list of all your clothes. You can edit,add and delete clothes and use filters by category and by location. You see when and how many times you dressed each item. Click on the button "Select" and add an item to the current clothing set. You can save when you dressed this set. Use the special table "When dressed" . Select an empty row and select a date from the calendar.
Saturday, January 9, 2010
Create your own outfit
You can use our Victoria's Clothes Organizer and easy create your own outfit using the clothing sets It has the list of clothing sets, the filter panel, the tables "When dressed" and "Clothes for set", the image of a clothing set, the buttons New Set and Delete Set. Double click on any row for editing. Select the option "---All----" if you want to see all records. Select an appropriate destination, weather and temperature if you want to see limited amount of clothing sets. This function will help you to select an appropriate set of clothes and accessories and create a today's own outfit.
Sunday, January 3, 2010
Localization of Victoria's Clothes Organizer
I've noticed that girls from France often use our softwareVictoria's Clothes Organizer. But I do not know French at all. I've add the special new function "Settings" to the menu File.Now, women can change English captions on captions in their native languages.They can change any program's name for example, Destination on Style or another. I've used google translate and got What should I wear?= Que dois-je porter?. Is it true?
Subscribe to:
Posts (Atom)
Labels
- accounting (1)
- accounting software (1)
- adjusting (1)
- ASP.Net 2.0 (2)
- barcode scanner (1)
- Blog (1)
- classical music (1)
- clothing software (1)
- Excel (1)
- fashion clothes (1)
- free invoice template (1)
- GAE (1)
- Horowitz (1)
- HTML (1)
- HTTPS (1)
- import Excel file (1)
- inventory (2)
- inventory software (1)
- inventory system (6)
- inventory system web based software ASP.Net (1)
- invoice (1)
- meta tag (1)
- mobile wireless inventory software (3)
- MS SQL (1)
- multi location (1)
- music pianist (1)
- music software (1)
- online (1)
- osCommerce (1)
- pen and paper (1)
- physical counting (1)
- piano (1)
- point of sale (1)
- query (1)
- receipt (1)
- reorder point (1)
- software (1)
- system (1)
- warehouse (1)
- warehouse management (1)
- web store (1)
- XML (2)