-
Created Pass assignment by reference
Can I do the following? function foo(&$a) { $a += 2; } foo($bar = 5); // Desired Outcome: // $bar = 7 In other words, can I pass an assignment … -
Began Watching Pass assignment by reference
Can I do the following? function foo(&$a) { $a += 2; } foo($bar = 5); // Desired Outcome: // $bar = 7 In other words, can I pass an assignment … -
Replied To a Post in Custom Domain mapping in cloud based application
You should be able to do it by setting up virtual hosts in Apache, I *think*. -
Began Watching Custom Domain mapping in cloud based application
I am creating a cloud based application in laravel/php. I have a functionality where user can have their website at user.myapp.com and it works (with subdomain and model binding). I … -
Replied To a Post in I am back
Welcome back! -
Began Watching I am back
Hello to all, Friends i am back on this beautiful forum, i am very happy. -
Replied To a Post in New here
Hi John!! Welcome to DaniWeb :) -
Began Watching New here
A guy come from Malaysia, just want to say hi with you all :) -
Replied To a Post in A playground for php
I've heard good things about PHP Storm even though I've never used it myself. The reason I like Zend PHP Studio is for its Git / GitHub integration and SFTP … -
Replied To a Post in A playground for php
Check out Bitnami. I use their virtual machines which work out of the box for everything you would need for a LAMP stack environment. For IDEs, I like PHP Zend … -
Replied To a Post in A playground for php
For PHP? Are you referring to an IDE? For OS X I'm a fan of Coda. -
Began Watching A playground for php
Hi all you php buffs. Out of simple curiosity I thought I would take a look at php. I've been programing since I joined IBM as a trainee developer in … -
Replied To a Post in dadar comenity
HI saladin and welcome to DaniWeb. Seems you're a bit confused what we are or what we do. What are you referring to? What are you trying to do? -
Began Watching dadar comenity
dadar comenity -
Replied To a Post in People not doing their homework...
Yay!! Welcome :) -
Replied To a Post in People not doing their homework...
When a member votes a question down with a reason, then its negative votes show up when browsing the list of threads, so you can quickly choose to ignore downvoted … -
Began Watching People not doing their homework...
Hi All, This is my first post... I am willing to help anyone with any technical issue I know the answer to, and many that I have to research to … -
Replied To a Post in “Memo” btn proposal
Oh, I see. Well I don't know Java and third party libraries shouldn't be needed to use the API. Unless you mean a third-party OAuth library. -
Replied To a Post in “Memo” btn proposal
Non-Dazah java libraries? Do you mean JavaScript? -
Replied To a Post in “Memo” btn proposal
> Where can I paste that code? My own website page? The demo was written in PHP, so it can be plopped Into a PHP script to be executed by … -
Replied To a Post in “Memo” btn proposal
> Learning about OAuth for one. In order to learn Dazah and the API, I have to learn OAuth and web security and JSON, etc. At least I THINK I … -
Replied To a Post in “Memo” btn proposal
> You can, but delving into Dazah API for this is not much fun. I tried it. What was the barrier to its use? What makes it not fun? :( -
Tweeted Probability and Coin Tossing
Here's an interesting little scenario. You get challenged to a game of coin toss. Both players pick a sequence of coin toss results (heads or tails). The coin is repeatedly … -
Replied To a Post in “Memo” btn proposal
This functionality already exists with Dazah. Every DaniWeb member has a Dazah account. Dazah allows its users to attach metadata to other users. Metadata are essentially key/value pairs attached to … -
Replied To a Post in Easy internet forums
Haha, I'm not going to talk up Dazah's selling points unless he says he's looking to create a chat-based social network or seems like he has a need for our … -
Began Watching Easy internet forums
Hi I would like to start a website with a discussion board / forum on it and was wondering for any good recommendations on a good kinda website builder type … -
Replied To a Post in Merchandising
I've been partnering with friends who put on conferences and seminars and have been willing to give me free booths to hand them out. -
Replied To a Post in Merchandising
I didn't have them in my office at the time. They were buried somewhere in my mom's basement back then. They've since been extracted. -
Replied To a Post in “Memo” btn proposal
That's the plus side, Jim? :( jkon, essentially what you're asking for seems to me like a combination of reputation and post comments. For example, https://www.daniweb.com/members/479282/jkon/comments We used to have … -
Began Watching “Memo” btn proposal
I have made more than a few proposals for the general future of DaniWeb over the time but here is a really small and easy to implement suggestion. Today I … -
Replied To a Post in Brainf**k
It turns out I had the right idea. I just read that Stanford is migrating its introductory courses from Java to Javascript, since JS is the language of the web … -
Replied To a Post in Merchandising
I have them about 20 feet away from me, at the moment. However, I'm hesitant to sell them directly as the cost for inventory management + shipping doesn't really make … -
Began Watching Merchandising
Where can I buy a T-shirt with the DaniWeb logo? Or a sticker to pimp up my car? Or is this not feasible? -
Replied To a Post in My website inner pages are not crawling and indexed?
I vaguely, vaguely recall that #! URLs are no longer properly indexed correctly as of about a year or so ago. I might be completely off on this one though. … -
Began Watching My website inner pages are not crawling and indexed?
My website is built with angular js. when i submitted sitemap only home page is indexed and remaining pages are not indexed. I already changed all my page urls # … -
Replied To a Post in Brainf**k
I think it's super important to pick a language that has a lot of recent, practical applications and has a strong community around it. Newbies to programming I think would … -
Replied To a Post in Shortcuts to SSH
> By using this approach, only trusted keys will be allowed to connect the host and you can disable the SSH password access But my Windows machine is easily able … -
Gave Reputation to pty in Brainf**k
There are plenty of [esoteric programming languages](https://en.m.wikipedia.org/wiki/Esoteric_programming_language), some of which have been around for a [long time](https://en.m.wikipedia.org/wiki/INTERCAL#Syntax). I'm not sure actually teaching students syntax is too important, but demonstrating that … -
Replied To a Post in Brainf**k
All of my encounters with it have suggested that it was created as its name suggests ... it's a legitimate language, but it has such a crazy, unreadable, unmemorizable, unintuitive … -
Began Watching Brainf**k
The bad-word filter didn't add the asterisks. I did. I got passed a link to this "Computer Language" by a parent who asked me if I knew anything about it … -
Replied To a Post in Shortcuts to SSH
James told me to do this: ssh-keygen -t rsa -b 2048 Then just hit enter a bunch of times when it prompts for a path and an optional passphrase. And … -
Created Shortcuts to SSH
I just got a Macbook and I've always had a PC when it comes to doing worky stuff. (For many years I had an iMac at home, Dell at work, … -
Began Watching Shortcuts to SSH
I just got a Macbook and I've always had a PC when it comes to doing worky stuff. (For many years I had an iMac at home, Dell at work, … -
Replied To a Post in Zend PHP Studio won't open
I downloaded the .dmg file for OS X, dragged and dropped the application into the Applications folder, and then attempted to open the application. It just kept resulting in that … -
Created Zend PHP Studio won't open
I have a one day old Macbook Pro. I tried to install PHP Zend Studio (which is what I use to code in). Everytime I try to run it for … -
Began Watching Zend PHP Studio won't open
I have a one day old Macbook Pro. I tried to install PHP Zend Studio (which is what I use to code in). Everytime I try to run it for … -
Replied To a Post in Sorry for my absense
YES! Today is the second day without codeine cough syrup and so far, so good. Just a few bad coughs throughout the day but pretty good for the most part. -
Replied To a Post in Sorry for my absense
Still have a super bad cough, and tons of cough syrup that is making me super drowsy all the time. Aside from the cough and being very phlegmy, I'm fine. … -
Replied To a Post in Sorry for my absense
There was a problem with the filesystem. Some type of error reading portions of it ... you'll have to ask James for the details. -
Replied To a Post in Sorry for my absense
Thanks!!
The End.