356 Posted Topics
Hey I want to get a (free) SSL certificate so I can test it out (on localhost) before applying it on my real site. This is for a Magento store but should be universal, more or less. Resources? Where should I get it from? How to? | |
Hello, We uploaded some videos in the back to YouTube and they reproduce perfectly on our webpage. The thing is, with mobile becoming more and more intresting, playing them in a HTML5 video player would be more universal. How can we make this change? | |
Hello How can I do something like this: <script type="text/javascript"> var one="hi "; var three="there"; <?php echo ConcatTwoStrings(?>one<?php,?>two<?php);?>; </script> That should produce "Hi there". Yes, I know there is concat Javascript functions; Thats not the point as I was simply showing a easy example. How can I do the above? … | |
Re: usb drives automount themselves rite? (unless you are using a min ver of linux) | |
Hello I want to have a drop down menu showing small thumbnail pictures and text in a "smartphone like" grid. What can I use to accomplish this? Thank you | |
I have a table (employees) like this ID Name Group Email 1 Bob Buckland Marketing b@example.com 2 George Alaz Engineering g@example.com 3 Tom Grady Marketing t@example.com 4 Mary Jane Engineering m@example.com Im going to use this in a email form. First a combobox should load all the groups possible. This … | |
Hello I want to add fields in the checkout page that my customer can directly add his credit card details, charge him and make the checkout complete all in the same page. How can I do this? Ive seen it on other pages. Thank you ![]() | |
stupidajax: function() { var varpas=$j('#somediv',window.parent.document).text(); varpas.replace(/\s/g, ""); $j.ajax({ // Start AJAX function url: 'mysqlcall.php', //script async: false, data: "parameter1="+varpas, //you can insert url argumnets here to pass to api.php //for example "id=5&parent=6" dataType: 'json', //data format success: function(data) //on recieve of reply { //start success function var selecthtml='Things: <select name="d" … | |
Re: > Either that or you win by default me thinks! I was screwed :P Kidding, I said I was screwed because pritaeas and I were the only entries in the contest and noone else provided any code and the deadline was about to be reached.......then Dani extended the contest :( | |
Hello Im looking for a jQuery Easy Slider type of plugin but instead of images, allows me to present HTML/JS/etc content to the user for when he, for example, click on the next button (something that Easy Slider provides) Anything like this out there? | |
Before people start flaming me for the title I want to make it perfectly clear that MOST members are very helpful and somewhat polite. They have a lot of knowledge and help out when they can. My problem is with the posting system. I am registered to nearly 50 forums … | |
Hello http://www.hotel-oxford.ro/en I am VERY intrested in making a webpage like this, with one page only showing and when I click a button it goes to the next page (or scroll, however you want to call it). What plugin is used here? Thank you | |
Re: Its a good excerise, Java or not. > I'd like to hear comments on the way I code, what are my strong points, what should I improve, am I using bad logic? The way someone code is very personal, for me. Makings lots of classes with no comments is the … | |
Hello I want to make a standalone program that (for example) is for a very small supermarket that stores in a database their stock. Now, I dont think it is neccesary to install MySQL Server on a client's computer so how do you "embed" it so to speak into the … | |
Hello I want to create a Javascript button that takes a image on a page and makes it bigger keeping aspect ratio and also another button and makes it smaller but also keeping aspect ratio. Can someone tell me a good example on how to do this? Thank you | |
Re: Cookies are the same for Javascript and PHP. There are no "PHP cookies" and no "Javascript cookies". Its all the same. Just want to make sure you know that :) | |
Hello I have this similar code: var SomeVar = Class.create({ one: null, two: null, three: null, initialize: function(one, two) { this.one = one; this.two = two; }, startListeners: function() { $j('#somediv1').mousedown(function(e) { this.three=3; three="hi" }.bind(this)); $j('#somediv2').mousedown(function(e) { console.log(this.three); console.log(three); }.bind(this)); }, }); As you see there are more can one … | |
Hello This is one of those stupid questions but you gotta ask to be sure What is var h=0; h += 5; var l=0; l -= 5; Is it the same as: var h=0; h = h+ 5; var l=0; l = l- 5; Thanks and sorry for the stupidity | |
I currently have $tableName="thenameofthetable"; $someid=$_GET["someidthruget"]; $result = mysql_query("SELECT name,age FROM ". $tableName. " WHERE idp=". $someid); Which looks really insecure. How can I do it using a stored procedure which I think will make it a lot more secure? Thanks | |
Hello For some odd reason, I have a picture with a link and it shows in all browsers except IE8/9/10. What can I use to debug the problem? | |
Hello How can a small (I imagine jQuery UI popup) popup hover over a page then disappear after x seconds? | |
Hello I want to make a dynamic searchable scrollbox using a textbox..... Lets say I have the following options..... Ant Alroy Antlers Antldo Zoo When I click and open the scrollbox, it should show all options. In the textbox, if I type A it should show Ant Alroy Antlers Antldo … | |
Hello Using accordion, I want to open it (only one section) when I hover over the header and close it when I leave the header with my mouse. Ive been able to get it to work 50% but when I hover my mouse over the header if it is open, … | |
Hello Im currently using Magento but everytime I run into any type of (even small) problem, there is basically no comunity to help out. Thats why Im looking to migrate to something (free as well) with a large and very active community. What suggestions would you guys give? | |
Hello Since I can't get something to work, as a temp fix, Im going to do something else but I need this to only happen if it is a Webkit based browser (Safari, Chrome, Android, etc...). How can I detect this? Thank you | |
Hello I have your standard input box to enter text. I can insert text in that textbox in all browsers except in Google Chrome. Why is this? | |
Re: Yes, you can SSH while in a SSH session. And no, TV without GUI (or WINE) is not possible. | |
Hey Im having problemas getting/setting cookies. On local side I can do it but only I cant.... I set a cookie at http://example.com/folder/index.html and I cant read it at for example http://example.com/folder/otherfolder/file This does NOT work: function setCookie(c_name,value,exdays) { var exdate=new Date(); exdate.setDate(exdate.getDate() + exdays); var c_value=escape(value) + ((exdays==null) ? … ![]() | |
Re: First result on Google public static boolean isInteger(String s) { try { Integer.parseInt(s); } catch(NumberFormatException e) { return false; } return true; } Use this and it will return true or false depending... | |
Hello What is the max file size on uploads? What is the max size width/height? What file types are supported? Should say when trying to upload a file... Thanks | |
Re: http://www.apachefriends.org/en/xampp-windows.html | |
Re: > 1- write a java programm which calculate the Faculity of a given numbe n (n!). > 2-a) write a java programm which reads a typed number and prints it out : if n neative : "input number is negative" > if n positiv : "input number is positiv" , … | |
Re: I agree about being at the top. Rules. Nothing else, should be at the top. | |
Hello Ive come up with a stupid question that just needs a why What would this do? for (int i=5; i<2;i++) { System.out.println("What?"); } System.out.println("Who?"); | |
Re: Ill give you a example: for (int i=0;i<99;i++) { if (i>0) { break; } else { //do whatever you want } } This makes it loop only once (for whatever reason you want). Do note, that this may or may not apply to your situation. | |
Re: Looks to me like standard assembly. Cant find any documentation on this MARIE.... | |
Hello This is a demo showing Java interacting with Daniweb's new API ( http://www.daniweb.com/api/documentation ) You introduce a member's name and it should show you the total number of posts he has made. Demo is a proof of concept: No bug checking, error checking, etc is in this code. In … | |
Re: I dont have the slightest clue what you are trying to acomplish. That said... You can do in your Player function: return playerChar.split("(?!^)"); Then in your main: String[] PeopleDoSomeWeirdShit=User.Player(1); And it will work. To access the result: System.out.println(PeopleDoSomeWeirdShit[0]); //Will print out "W" System.out.println(PeopleDoSomeWeirdShit[1]); //Will print out "a" System.out.println(PeopleDoSomeWeirdShit[2]); //Will print … | |
Hello Im using the FileUtils.copyDirectory method but it gives me the error of "Failed to list contents of foldername". I know the folder exists and I can write there because creating a file works. What could be wrong? | |
for ($i = 0; $i < count($_COOKIE); $i++) { echo ($_COOKIE[$i]); } Is there a reason this doenst work? ![]() | |
Hello Im having problems setting a cookie in PHP (using the Magento platform). The page is at: http://example.com/step1 When I click on a link here, a iframe opens up. This iframe opens up and is located at: http://example.com/somewhereelse/index.html I check a checkbox or I dont. If I check it, a … ![]() | |
Hello Lets say in the localStorage object I have the following: Apple = red Potato = brown Gum = blue And I want to search thru it for the word Potato and then get its value (brown). How could I do this? Im thinking: for (var i=0;i<localStorage.length();i++) { if (localStorage[i]=="Potato") … | |
Hello Is there some kind of multiplatform library for Delphi (with its SDK) to access webcams while programming? The goal is to take still images but Ive only found ones that are compatible with Windows. | |
Hello Sometimes I update my web service JAR by deleting the old one (waiting for the undeploy message to appear on the console) and putting the new one (and seeing the deploy message) and when I call it, it gives a heap size error. I have to restart the PC … | |
RestSharp library needed | |
Re: > what you are writing seems to me more a mix between pseudo code and actual code. I felt the exact same thing. | |
Hello Lets say I have a text file, in a local or remote location. I want to select it with a file picker (standard Windows browser seleccion). Once I have that selected, I want to click a send button. This send will download the text file from whereever it is … | |
Hello Today in a thread, I wrote shit and it was not censored at that moment. And I just made this thread and it is not censored. Why? | |
Re: The question is SO broad...... I want to state that HTML is **NOT** a programming language. Having said that, I have no idea what OP ment by "computer language". ![]() |
The End.