95 Topics
Who likes solving riddles? i love those ones in which when you find the correct answer you just feel soo stupid... lol why don't we try each other with some? here you go with the first one: [quote]Imagine you are in a room with 3 switches. In an adjacent room … | |
i designed some images to put in the navbar... the idea was putting them so that when they're hovered, there is an image change to another image with bthe same design but different colors... when i pretended to do this i found a serious problem... if i insert the image … | |
Hello guys, I wanted to share the following [free online course](https://iversity.org/c/2?r=6bf2f) for those interested in sharpening their design skills and learn to see the world with more imagination. Also, There's [this other course](https://iversity.org/c/6?r=6bf2f) about storytelling, for the geek writers around here. Enjoy! | |
I'm building a website that requires some image preloading, which is handled smoothly with an overlaid splash screen and a progress bar and a spinner. The thing is, I want the preloader to know if preloading is necessary (the cache has been wiped, or is disabled in the browser), so … | |
Days ago, since I started to work on a Mac (Not by choice, not the topic), I found out pressing `(Alt + S)` to enter a comment doesn't work. Instead, I just recently found out pressing `(Ctrl + Alt + S)` works instead. Could it be possible to detect the … | |
Lately I have seen several threads that people have "tagged" as intended. Why is *tagged* in quotes? Because instead of putting *keywords* into the tags box, users are describing the question they're asking in the thread, and thus creating tags that look this way: **Time zone** `how` `to` `find` `frame` … | |
Lately I have been very interested in augmented reality applications and the many uses there can be for this kinds of apps, but there is very little information on the existing engines for object or image target recognition. As far as I've managed to investigate, the best (free, since there's … | |
With the constant growth of NoSQL databases, wouldn't it be convenient if Daniweb had a nosql forum? Maybe not specialized forums like MSSQL, MySQL or Oracle, but a general forum for NoSQL database systems. | |
I just recently discovered OpenBadges, which help recognize and verivy learning and skills, so that go me thinking... What if Daniweb gave out badges to posters based on their expertise on the topics here discussed? | |
Hey guys. I would like to know, which js library do you prefer when designing websites that implement the parallax effect and why. Which one suits you better and why? I'm new to this effect (it took me quite i while, I know), and I'd like to know your oppinions … | |
Hello guys, There's always been this queston on my mind: Why doesn't the website auto add the threads you reply to as watched articles? Is this functionality meant for any other purpose? In my opinion, the reply action in a thread should work like facebook (i know... i know...): replying … | |
i can't beleive i'm starting a thread about this... but it is a subject that must be discussed through and through... 1.- when i was talking about hating everything gay, i wasn't talking about what they've invented, because the fact that they're gay doesn't mean they're intelligent... 2.- i never … | |
Hey guys. Although I've stated several times that I absolutely love the new DaniWeb, I feel that something big has been left out: a nofitication system. How can I know when someone has replied to a post I've made, or to a reply I made to a post? I feel … | |
Hello guys I've recently taken participation in a music project (feel free to check us out at [@lettherebmusic](http://www.twitter.com/lettherebmusic)) where we tweet music info about a certain topic every day. I actually use tweetdeck to schedule tweets for the whole day, so that content is available all day long. The thing … | |
which web developing software is better? or do you prefer writing your html code by yourself? | |
Hello guys and girls I couldn't hel to wonder what is daniweb's community position towards the Stop Online Piracy Act to be discussed today in the US Congress. Is Dani censoring the logo tonight? | |
I'm developing a web app in which I have a file upload option. The thing is, my file input is hidden, and instead, a textbox and a button are used, in order to style the input, copy the file input's value and allowing the user write a link address into … | |
Hello guys I have two table styles for a web application, in which the tables rows are clickable as objects (meaning, clicking anywhere in the [icode]<tr></tr>[/icode] tag will send the click command. The problem is, my two table styles behave differently. I want the row to change background color on … | |
Hey guys... It's been a long time since I've been at the lounge (or the site, for that matter). The thing is, I've been a bit busy with some things going on. The thing is, I'm finally starting my own company. My IT Consultant and software developer company. The thing … | |
Hi guys. I know this is a long shot, but does anyone know if parallel computing (multiple simultaneous programmers/developers working on the same file) is possible for SQL databases? What I'm wondering if is possible is working on a local database that updates the mdf file in two computers, which … | |
Hello guys. I'm using a Microsoft Word form template to create objects in a form programatically, so depending on the information read by the program from the template. So, I've got some fields where I store formula data for the form, in which I specify that the value for that … | |
Hello guys. I'm developing a web application in which I have to connect to a mssql server which is connected through a proxy server. I have allowed data transfers for the MSSQLSERVER service, and allowed connections for port 1433. I've read that this is absolutely insecure, and it still gives … | |
Hello guys!! Long time no see!! (Actually, I came back and do dome posts last year, but not that much) Sorry I haven't been around to help solve some doubts and stuff, but I've been a bit busy :P But I'm back, and I'll stay around for another while!! Nice … | |
every new poster must duplicate the number posted before him... i'll start us off... 1 | |
This snippet is to create a user control that will only take numbers. Numbers will accept decimal values, for which the NumberBox is validated to take only one. The implementation for the control is the same as it is for the TextBox, since it is inherited from this class and … | |
Hello peeps. I'm trying to update a sql table from mi php Ajax web page, which stores dynamically a table into the page by [icode]table.appendChild(row)[/icode], so that the user can verify the information he is inserting before the actual database update. How do I do this with ajax? | |
Hello fellas I'm actually developing some web applications in Ajax, and have been trying them in my Wamp server for Windows 7. I've been using the php_sqlsrv module since its release, because of its new features. The thing is, my office has a fedora webserver, and I'm looking for a … | |
Hello guys... I'd like to make a login form that popups just like the one here at daniweb, but I don't know what is it called... Can someone give me a heads up, and maybe some code? | |
Hello mates I've got a database with tables for Job Department and Job position. Every Positions has a respective Department assigned by the id. So, when the user selects a Department, the program deploys into the combobox the values of the Positions assigned to that department. The thing is, the … | |
Hello ladies and gentlemen I've been trying to find a workaround this issue, and maybe you can help me find a solution. I've got a signature footer bar in a html document. This footer bar must display in several websites, in several domains, so i've been looking for an include … | |
Hello guys. I'm building an application that connects to a SQL Server 2008 database via connection string. The thing is, since the computer loading the app (or the user, in either case) is outside the Active Directory domain, I can't use Windows Authentication to connect to the DB. But when … | |
Hello Recently I've been started to get curious about mobile development, specially Geolocation applications, how do they work and stuff... Can anyone point me in the right direction? What should I study, any references and things like that... Specially the following: 1.- How to implement the imagery (like, can i … | |
Hello guys... First of all, I'd like to excuse myself for being away for so long (for those who know me from a while ago), but I've been up to soooo many many things lately, that it's been hard to keep up... but lemme say: "I'm baaaack" Second, as I've … | |
I'm building an AJAX application for my company, and in the main screen there is a login form. The login form has a submit button which calls an ajax function that checks with a php page the validation for the login credentials, and sends back a confirmation message. This message … | |
Hello guys... I'm trying to develop an application with a GUI that sends and receives data via http, by sending a url via POST and eading the content generated by the url. or instance, if i send a nick and order number, the server generates a SessionID via html. My … | |
have a similar problem: i have my #nav_bar id with a .first class, which i have originally with an image. but, i want it to change image when it's hovered on, like this: [code=css] #nav_bar .first:hover { background-image:url(image2.gif); } [/code] [code=html] <table cellpadding="0" cellspacing="0" id="nav_bar"> <tr> <td id="first"><a href="yada yada">yada … | |
Ok. So. I'm trying to develop an application to capture the input buffer to identify a device's input commands to build a user control that uses this commands for further use. I'm actually developing a project that simulates Guitar Hero, and I want it to recognise the Guitar Hero Controller's … | |
Hello everyone... I wanna develop a Java Web Applet that will allow me to check a PC's HW configuration (cpu, HDD, and other hardware information), but I don't know what libraries to use, or where to start looking. Anyone can give me a heads up? | |
Hi guys... you see, not a long time ago, my computer worked fine... absolutely fine... about a week and a half in, something odd started happening... when i play any flash embedded games online (say... facebook), after a while (when the game gets too loaded) my pc goes berzerk, moving … | |
Hi all. Is there any collection object that will let me create a list of items which I could call by name, instead of by number? so instead of soing this: [code=c#] //Create List List<ClassType> list = new List<ClassType>(); //Assign values to list list.add(new ClassType(params, [params, [params]])); //Call list items … | |
lets say you have the opportunity to choose between two women (men if you're a chick): one of them is the hottest thing you've ever seen, but as long as she/he opens her/his mouth, it is full of crap and idiotness... the other one is not too physically gifted... but … | |
somewhere i read to install joomla i must install it in apache's directory htdocs... but i installed the php5, apache, mysql pack with easyphp... and it doesn't have any htdocs folder... where do i install it then? | |
What are the differences between both and which one should i consider for the different kinds of java-based apps? | |
Hello... is there any way of making java listen or capture an F-key input? i mean, like, if the user presses F5, a new panel will come up and that sorts of things... thnx | |
k... so, here's the thing... I'm creating a User's Interface to insert some data into a database, and there are some fields that have foreign keys to other tables, which i have listed in a [ICODE]<SELECT>[/ICODE] form, so the user would just select the vlue from a list instead of … | |
not so long ago, i changed my desktop from Windows to Ubuntu... this is actually the first time i log in to DaniWeb since then, and then... it happened... i'm running mozilla, and it's rendering the gray boxes around some items in a very odd way... take a look at … | |
I recently changed my Desktop PC from Windows XP to Ubuntu 7.10 (yay for me!), but, i had several issues... one of them (the less urgent) is that my Creative Audigy SoundBlaster 0090 doesn't show any signs of life... though, the interesting part is that it is fully installed and … | |
As i said on my other post, i recently installed Ubuntu 7.10 in my desktop computer... i have two HDD's, a master and a slave... before formatting my pc to install ubuntu, i moved some information from my master to my slave. But, when i tried to access my second … | |
A while ago i had no problems with my server... but suddenly this message appeared when i tried t start apache services: [quote=Apache message](OS 10048)only one usage of each socket address (protocol/network address/port) is normally permitted. :make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable … |
The End.