Νοέμβριος 2009 - Posts

0
Comments

WPF και Facebook + Twitter training για τους συμμετέχοντες του Imagine Cup 2010 by solidus

Την περασμένη Παρασκευή έλαβε χώρα το training για το Windows Presentation Foundation (WPF) και χθες το training για τα Facebook και Twitter APIs. Καλή συνέχεια στους συμμετέχοντες, happy coding and may the force be with you !! Τα links με το υλικό του...
0
Comments

CSS Tips - Tip 1: IE specific css by solidus

Have you ever found yourself in a situation in which you want to add a css style only for IE ? If yes, today is your lucky day. Have a look at this example: #myDiv { padding-top: 10px; height: 40px; } /* css style for all browsers */ html>body #myDiv...
2
Comments

SolidTube: A new Youtube desktop client by solidus

Recently, i started searching for a new API to play with, hopefully i found the Youtube REST API, so i decided to create a desktop client with it. Here’s how it works: You enter a title to search: Click on the title of the video you want: And voila, you...
1
Comments

WPF Youtube player user control by solidus

Today, i had a fine idea to create a Youtube desktop client, but first, i had to create a user control in order to embed youtube video player in a window. An example: You can download this user control from codeplex (source code available). a2a_linkname...
Filed under:
0
Comments

Download file using ASP.NET by solidus

Well, ASP.NET gives us an upload control, but what happens when we like to download a file ? One way is to add an anchor link (<a>…</a>) pointing to a file, in this case, when users click on the link, are able to download the specified file...
Powered by Community Server (Commercial Edition), by Telligent Systems