-
Began Watching Looking for help...
to convert a popular command-line **python** application from python to a C# WPF application. The application in question is http://rg3.github.io/youtube-dl/ I've already done some analyses but am stuck on some … -
Replied To a Post in Looking for help...
Hey, if you're stuck in understand the phyton, you should try posting in the Phyton forum for help. Good luck. -
Began Watching DATABASE SCENARIO NORMALIZATION - ER DIAGRAM
Hi, Please I'm new in database and I need your help, I'm working on my database project and before to continue I would like to be sure that my NORMALIZATION … -
Replied To a Post in DATABASE SCENARIO NORMALIZATION - ER DIAGRAM
Hi Nyck, I think your schema it's quite good. Just some remarks: In the table(s) 'Parts Used/Specified' you don't need to have the Part_Name because you already have the Part_id. … -
Began Watching Problem with "msconfig" & "regedit" & "task manager" on 8.1
plz any help with this problem because i cant open any of "msconfig" & "regedit" & "task manager" on 8.1 although i scanned my laptop with several methods and it … -
Replied To a Post in Problem with "msconfig" & "regedit" & "task manager" on 8.1
Why can't you open them? Which error do you get? Could you open it before and now can't or you were never able to open it? -
Replied To a Post in need help for database and PDO
Sorry Niloo, my bad. I tought you wanted to know how to install the SQLLite. About the driver, I never used, but maybe those links can help you: http://www.pannix.net/713/ubuntu-php-pdo-and-sqlite-a-first-hurdle/ http://archive.gregk.me/2011/installing-pdo-sqlite3-support-on-ubuntu/ … -
Replied To a Post in need help regarding one app
You still can use sockets with VB.NET. Or you can use WCF Services, IIS Hosted Web Sites or Web Pages. There's lots of ways of making a client server app … -
Replied To a Post in need help for database and PDO
Niloo, we're here to help solve problems and give ideas. Not to google for you. http://stackoverflow.com/questions/948899/how-to-enable-sqlite3-for-php I don't even use Linux and I knew it was going to be something … -
Began Watching full javascript sites and low-end android phones
hello, i would like to ask if it is possible to write a browser that it capable of develering a full but smooth javascript experience on a phone with for … -
Replied To a Post in full javascript sites and low-end android phones
You need to do the maths... how much memory does those sites consume in an desktop browser? You can check it out using developer console in most of the modern … -
Began Watching need help regarding one app
Dear All i want to design a software in which i play a role of server and all users in my office will be a clients. whenever IT department want … -
Replied To a Post in need help regarding one app
The idea you already have. What do you need help with? -
Began Watching jquery responsive imagesliders that dont fit my div container
I have tried different free jquery responsive imagesliders. They do work but the problem is they dont stay confined in the div container where i put them. Looking at the … -
Replied To a Post in jquery responsive imagesliders that dont fit my div container
Oh boy, there's so many things that could go wrong... The jquery plugins could malfunction, they could not support the devices/browsers you're testing, you could have implemented them wrong, some … -
Replied To a Post in need help for database and PDO
Maybe this could help: http://henryranch.net/software/ease-into-sqlite-3-with-php-and-pdo/ -
Began Watching need help for database and PDO
Hello. I want to create a database on my pc localhost and then want to use PDO to connect with that database to creating table and so on... What should … -
Replied To a Post in need help for database and PDO
Do you have the database installed? What DB are you using? MySQL? If you are new to PHP and MySQL maybe you should use Xampp. -
Replied To a Post in JS, HTML for Project
@Iamthwee, I've tried it once, but I had problems nesting the elements. I was using drag in sort of a tree view, and i wasn't able to make it work … -
Began Watching Enable/disable SelectManyCheckbox based on radio button using Ajax
I'd like to disable/enable SelectManyCheckbox and the SelectOneMenu based on my selection. I have two radio buttons to be selected whether A or B. The SelectManyCheckbox and the SelectOneMenu should … -
Replied To a Post in Enable/disable SelectManyCheckbox based on radio button using Ajax
The code you posted is not JavaScript nor HTML. What is it? Maybe you should ask in the specific forum. -
Replied To a Post in Show Windows Form Application in a Web Application
Rusty, this workarround will probably only work in Internet Explorer. -
Replied To a Post in app.config file
Are you using ClickOnce or Windows Installer? If you just publish I think it is always ClickOnce, and you can't configure the path, it'll always install in the users appdata … -
Gave Reputation to diafol in want to creat a simple CMS with (PHP and PDO)
You don't mess about do you? A CMS as Ale states is a pretty big project. If you're new to PHP, then I strongly suggest you cut your teeth on … -
Began Watching VB to Android
I've managed (over a very long time) to write a program in VB using Visual Studio 2008. This program is now published to my website and works well. Probably because … -
Replied To a Post in VB to Android
Centorpe, you current have Windows Form like app.exe, built with VB.NET right? That app.exe can only run at windows with .NET Framework installed. It would probably run at Windows Mobile, … -
Began Watching microsoft account
hello i have microsoft account but can not enter in it by phone so i can not download apps i have reseted phone but it still does not enter and … -
Replied To a Post in microsoft account
Why can't you log in? What error do you get? Can you log in from a browser in your desktop/notebook? Can you log in from a browser in your mobile? -
Began Watching app.config file
i have app.config file in my application for storing/updating connecting strinng to my database.But when i installed my application on user machine i cannot locate the file to update new … -
Replied To a Post in app.config file
How did you installed you app in the user machine? Usually the app config file would be at the root folder of the installation, right beside the app exe. Anyway, … -
Gave Reputation to Edward16 in Nesting Loop Example? Help!
2 examples of nesting loops please? -
Began Watching Nesting Loop Example? Help!
2 examples of nesting loops please? -
Replied To a Post in Nesting Loop Example? Help!
http://lmgtfy.com/?q=c%2B%2B+nested+loops -
Began Watching How to remotely set variables by OOP on initialled script from remote scrip
My situations is as follows. `main.cs` is a main script (you don't say, whaaaaaa?), it includes `functions.cs` by `using functions;`. I managed to get OOP working (had some struggle with … -
Replied To a Post in How to remotely set variables by OOP on initialled script from remote scrip
Yeah... it's kinda hard to understand too... I didn't. Can't you post your classes or at least the methods you're talking about? -
Began Watching mysql-query-stored-procedure-suggestion
Chats table maintain chat history b/w users and agent.Type(0,1,2) indicates start and end point of chat by user/agent. Please suggest how we cam give each chat a unique session For … -
Replied To a Post in mysql-query-stored-procedure-suggestion
I'm not sure... but maybe this could do the trick: SET @session=0; SELECT DISTINCT @session:=@session+1, company_id, user_id FROM chats ORDER BY created_at -
Began Watching want to creat a simple CMS with (PHP and PDO)
Hello. I'm new to PHP, i've started it yesterday. I want to creat a simple CMS with (PHP and PDO), what should i do? I'm going to start with creating … -
Replied To a Post in want to creat a simple CMS with (PHP and PDO)
Hi Niloo. Apart from the language, there's much to be done before start coding. A CMS can become a monstruous project. So, the first thing I'd do would be to … -
Began Watching Gives the distance between the fixed elements and table elements - print mo
I was asked this question month's ago to stackoverflow.com. is anyone here can solve this one ? I have a fixed element ( for logo , slogan , ect ) … -
Replied To a Post in Gives the distance between the fixed elements and table elements - print mo
Panjiasmara, as defined at http://www.w3.org/TR/CSS2/page.html the @page rule don't have a padding property, only margin and size. If you really want that space, you'll have to use margin and fix … -
Began Watching JS, HTML for Project
**Hey Daniweb!** A bunch of us have been putting together a web-based drawing app. In a nutshell, users connect in real-time to draw or chat on a sort of interactive … -
Replied To a Post in JS, HTML for Project
Hi Draw, your project seems really nice. The idea is great and the desktop interface looks good. I just like to point it out, that, even if the interface it's … -
Began Watching Fade div out as the next fades in?
I've been using thisJQuery code to fade in divs (all of the same class .showme) But what I would like to do is fade out the previous div as the … -
Replied To a Post in Fade div out as the next fades in?
Maybe a simple logic like this could resolve your problem: // $currentVisible will hold the current visible element var $currentVisible = undefined; $(document).ready(function() { /* Every time the window is … -
Began Watching After Selectbox Populate with Ajax not Work Validade Form
Friends! I Have this JavaScript and the Validade Form not Work After I Select a Ajax Populate SelectBox. If not Select and Populate with Ajax, Validade Form Work. When Try … -
Replied To a Post in After Selectbox Populate with Ajax not Work Validade Form
What do you mean by not work? What error do you get? what alerts do you get before the error? Are you sure the ajax loaded options have a value … -
Began Watching Show Windows Form Application in a Web Application
Hi there, thanks for viewing this thread. I would like to know whether it is really impossible to show Windows Form inside a Web application. I would like to display … -
Replied To a Post in Show Windows Form Application in a Web Application
I've never seem embebed windows applications in web pages. And it's probably because it doesn't make much sense. Maybe you could convert the windows form to an silver light app. … -
Replied To a Post in append 5 & prepend 5 empty li tags to ul w/ jQuery
Oh, sorry, my bad. You have to set html to empty; var html = '', i;
The End.