Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~22.7K People Reached
About Me

Software Developer at SoftKube.

Favorite Tags

40 Posted Topics

Member Avatar for The Dude
Member Avatar for faiza

Come on guys there are plenty of ideas... here are some :) [LIST] [*]Cinema / Theater Online booking system [*]Online Bookstore [*]Online Student Registration System [*]Online Alumni Connections System [*]... [/LIST]

Member Avatar for madelinekim
-2
204
Member Avatar for zmariow

Hi All, I need to find a way to automatically print a PDF file from my Windows Application in C#. Currently I can invoke the following from the command line: "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe" /p /h "C:\Test.pdf" This will silently print the PDF file but will keep Acrobat Reader open (but …

Member Avatar for winnercom
0
3K
Member Avatar for 1qaz2wsx7

You might want to try the HTML mailto syntax. For example: <a href="mailto:email@test.com?body=I am having trouble finding information on... ">email me></a> Clicking on the above link will open your default email handler with message already started in Body. (Check this page for more examples [url]http://www.ianr.unl.edu/internet/mailto.html[/url]) Now you have to see …

Member Avatar for Seema
0
2K
Member Avatar for chaines51

"have a third table"... that's the way to go. It's the best practice and it will keep your database design clean... if you're worried about performance, you should consider caching mechanisms... Using PHP? Check this excellent article: [url]http://papermashup.com/using-memcache-with-php/[/url] Cheers :)

Member Avatar for zmariow
0
92
Member Avatar for shishtawitch

What you're looking for is called URL rewriting. If you're using a framework, like Zend Framework or CodeIgniter, then you have that out of the box. If you're using plain PHP, you have to do that manually on the Apache web server. Check those links for a little help: [url]http://en.wikipedia.org/wiki/Rewrite_engine[/url] …

Member Avatar for shishtawitch
0
94
Member Avatar for zmariow

Hi all, There are plenty of websites that provide templates for websites. Where can we find templates (I mean GUI templates and not code templates) for stand-alone applications (Windows applications)? In more details... a template for a website tells you where to put your content, your menu, your help, your …

Member Avatar for sknake
0
680
Member Avatar for M.Allam

Well... I always wanted to control the light in my room using my computer... can you create an embedded systems that does this by connecting to my computer and to the light bulb :D

Member Avatar for Ezzaral
0
301
Member Avatar for ram.patil

There are a lot of tools on the web that can do this... Use a search engine I'm sure you'll find plenty :)

Member Avatar for Lingamurthy
0
43
Member Avatar for bnilsen

Do you know what are "INNER JOIN", "OUT JOIN" in SQL??? If no, then learn those concepts first and you'll be able to solve your problem (I think). If you do, well... can you clarify your question a little more :) Good luck

Member Avatar for bnilsen
0
125
Member Avatar for dundideat

Why don't you use a monospaced font (for example Courier) and then write a small function that will pad your string with spaces on its left so that it becomes right aligned... I always do this when writing applications that need to print on receipt printers. Let me know if …

Member Avatar for zmariow
0
107
Member Avatar for zmariow

Hi all, Does anyone know of an extension to Windows Explorer that will allow me to view thumbnails for the popular video formats like FLV, MOV, 3GP... Any other ideas? Thanks :)

0
53
Member Avatar for Prozeen

You need to have 2 numbers to compute the accuracy: [LIST] [*]Number of successful attempts (call it s) [*]Number of total attempts (call it t) [/LIST] And here's the formula: accuracy = (s / t) * 100 Cheers :)

Member Avatar for zmariow
0
2K
Member Avatar for knvelan
Member Avatar for peter_budo
0
78
Member Avatar for Tom Tolleson

Here's my advice :) (Full working code) [code=html] <html> <head> <script type="text/javascript"> var radio = "off"; function change() { if (radio == "on") { radio = "off"; document.img3.src='images/radio_button.gif'; } else { radio = "on"; document.img3.src='images/radio_button_select.gif'; } } </script> </head> <body> <a onclick="change();"> <img name="img3" CLASS="draggable" src="images/radio_button.gif" /> </a> </body> </html> …

Member Avatar for MidiMagic
0
107
Member Avatar for mangophp

I know that the operating system name and version and the browser name and version can be easily fetched without using any activex component (the browser broadcasts this info automatically)... In PHP there are plenty of articles on this issue... for example: [url]http://techpatterns.com/downloads/php_browser_detection.php[/url] As for the activex component... I'm sure …

Member Avatar for zmariow
0
119
Member Avatar for balagangadharm
Member Avatar for rohit saroha

I remember I did this once for my friend who doesn't have internet connection... But in my case I downloaded around 7 bin files... Maybe this is your problem. Try to download all the update files, put them in one folder and then point your update to that folder. Good …

Member Avatar for fren
0
89
Member Avatar for geetajlo

How are you displaying your messages using ASP.NET... show us the code so that we can help:)

Member Avatar for SheSaidImaPregy
0
124
Member Avatar for zmariow

Hi all, How can I make, for example, all my Buttons have the same look (Maybe the same red background)... Of course I don't want to go to every button and set it's background to red... I want to set the value in one place for all buttons. Any ideas? …

Member Avatar for zmariow
0
345
Member Avatar for jhen
Member Avatar for MattEvans
Member Avatar for barold1
Member Avatar for bcm
Member Avatar for roy--

Well I have the general Idea to get you started... To calculate the date from the number of nights you need to keep counting the days from the start date. We know that January has 31 days, February 28 and so on... but February's number of days change according to …

Member Avatar for zmariow
0
103
Member Avatar for edwin_panther

Why do you need to create a forum??? No one does, you can download and install free forums to your website very quickly and easily :) hmmmm, unless you have this as homework... tell us what you know so that we can give you a small list of stuff you …

Member Avatar for zmariow
0
126
Member Avatar for tonyf

You can use application settings... here's a link for a tutorial on how to do this: [url]http://www.codeproject.com/vb/net/appsettings2005.asp[/url] Good luck :)

Member Avatar for zmariow
0
77
Member Avatar for sasidhar1229

I know that [url]http://www.tigris.org/[/url] is a good source for such things... Here's an SRS document template for example: [url]http://readyset.tigris.org/nonav/templates/srs.html[/url] Good luck :)

Member Avatar for sasidharnet
0
171
Member Avatar for zmariow

Hi all, Is Crystal Reports worth learning? What are its advantages over creating my reports manually (using tables and a charting library...)??? Thanks :)

Member Avatar for Ramy Mahrous
0
80
Member Avatar for vinaii

I've read somewhere that there is a way to handle the Back button click using Javascript... Google it :) Good luck...

Member Avatar for zmariow
0
88
Member Avatar for bcm

Why do you need this??? And can't you copy/paste the output from Visual Studio to a text file manually???

Member Avatar for cutepinkbunnies
0
112
Member Avatar for devil_rises
Member Avatar for SiPexTBC

I might be wrong but I think you cannot do this unless the specific website you want to submit your form to allows you... That is if you search their API documentation you should find a section talking about automating login to their website... if you don't, then I think …

Member Avatar for zmariow
0
91
Member Avatar for b_naren

Well... to get started with any compiler you should start by writing your lexical analyzer and your parser. You might want to look into Lex and Yacc; two popular tools for building compilers ([url]http://dinosaur.compilertools.net[/url])... Also note that building a compiler is not a beginner's task... it takes a lot of …

Member Avatar for zmariow
0
42
Member Avatar for Ken JS

This should work: [code] int a = 20; int b = 07; string as = a.ToString(); string bs = b.ToString(); string result = as + bs; int result_int = Convert.ToInt32(result); [/code] Cheers :)

Member Avatar for Ken JS
0
135
Member Avatar for Sukhbir

Dynamic Binding is a concept that applies to Object Oriented Programming. C is not object oriented. What is it you're trying to do... explain more and maybe we can give you some ideas :)

Member Avatar for SpS
0
133
Member Avatar for lithium1976

[QUOTE=lithium1976;422030]Can I put a <h1,2,3 etc> tag inside a <ul></ul>? [/QUOTE] Yes you can... for example: <ul> <li><h1>1</h1></li> <li><h1>2</h1></li> </ul>

Member Avatar for MidiMagic
0
115
Member Avatar for php_noob

To have CSS in your emails you have to use "Inline CSS". About printable data... I'm not sure what you need but in general when you need you webpage to be printable you must put all your printable content in one table and set the table width to 100%. This …

Member Avatar for MidiMagic
0
65
Member Avatar for kally

Hi Kally, You have many options. Here are the most common two options: [LIST=1] [*]ASP.NET Querystrings [*]ASP.NET Session State [/LIST] Each method has its benefits and drawbacks. Since you're a beginner I would suggest the first. Use a search engine to find tutorials on those; I'm sure you'll find plenty. …

Member Avatar for zmariow
0
119
Member Avatar for chait_anya

Yes MS SQL server 2005 Express Edition is freeware (at least for personal use as far as I know) You can download it from here [url]http://msdn2.microsoft.com/en-us/express/bb410792.aspx[/url] Cheers.

Member Avatar for zmariow
0
92

The End.