- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 25
- Posts with Upvotes
- 21
- Upvoting Members
- 16
- Downvotes Received
- 8
- Posts with Downvotes
- 6
- Downvoting Members
- 5
Re: im not sure this is a good thing to say, but its true. I find that tags are fine but for usability i now visit SO as the layout is easier and more functional. Especially on mobile. Way to much scrolling with too much unwanted info first, hard to find … | |
Re: i would like to throw my penny farthing to this, i had the same feeling would prfer the question form as a slide in . just my opinion though :) | |
Re: but even Microsoft had to listen to its users eventually when they introduced win8. Im sure they thought they were changing for all the right reasons. Persomally i dont have any issues with the new approach but would be interested to see who is happy with new and who is … | |
| Re: i agree with that i would like to see who is a mod. its not shouting but an question that should be looked at IMO. If winning means everybody is happy and agrees with the new changes i doubt that will ever happen. |
Re: $_SERVER['DOCUMENT_URI']. will echo the directory you are in so it will always cause a problem. is this not ok or is it interfering with your .htaccess somehow? ` <ul> <li><a href="<?php echo 'index.php'; ?>">Organisation</a></li> <li><a href="<?php echo 'about/organisation.php'; ?>">Organisation</a></li> <li><a href="<?php echo 'about/team.php'; ?>">Team</a></li> </ul>` | |
Re: There are some schools of thought that the death of Turing may have been accidental rather than the suicide cause that was returned by the inquest at the time. Supported by colleague that stated he was in good spirits, and with a lot of planned projects. Although it still remains … | |
Re: there is a jaquery plugin active.js which adds a class to your current selected page. sorry cant find the url for it | |
i have a mailing list of almost 5000 which i send a newsletter /update monthly. i have grown this over some years and have used a mailer on my site ( pommo) hwever with the size growing it is becoming a chore, with frezez etc. so looking at mail servers … | |
Re: http://localhost/phpmyadmin perhaps phpmyadmin should be at /usr/share/phpmyadmin | |
Re: In terms of being understood, although I am english and do not have a pronounced accent, on our travels my Dutch wife is more readily understood by others that have english as a second language than I am. I perhaps speak tooo quickly but I hear non native speakers make … | |
| |
| Re: thought id throw my observations in. I have virtually no experience with CI or CMS in general so i though i might represent an unskilled and unbiased view. Or not so feel feree to ignore me :) Installed without an issue. but made note a couple of v small things … |
| Re: @diafol i have a similar linux history to yours but i just installed linuxmint on a new laptop and so far so good. worth a look at perhaps. |
Re: AC/DC were one of the few bigger name bands to perform in Bali, sadly i missed them. | |
Re: <img src="image.jpg" title=" my title" width="640" height="401" /> title element | |
I just replaced my hard drive and diid a new install. I now realise i left a couple of files i didnt back up. my question is , am I ok to replace my old drive boot up , then export the foiles then put back my new drive . … | |
Re: always new stuff to learn. Before I got married, I had absolutely no idea there was a wrong way to put the milk back in the fridge. | |
im trying to work/modify with a class i downloaded. sadly im not getting it. I have yahoogled oop and its not making me any wiser. can some one explain please what i shold be doing? first of all the classes have a number of vars in the original form like … | |
Re: looks good , struggling a bit setting up PDO and sqlite but seems to be a path problem | |
Re: http://php.net/manual/en/language.variables.superglobals.php | |
Re: a booking calendar with payment gateway maybe, 56there is a lot of call for those | |
I am helping a friend build as site and at a testing stage. it came to creating a database and i discovered he was a bity lost. i explained howto do it in phpadmin but i then decided to write a page or 2 to install it would be a … | |
Re: in your database (phpadmin for example) use default current_timestamp and in attribute on update current_timestamp | |
Re: many resourses online yu couls try here for example `http://www.tizag.com/phpT/` | |
Re: from mysql SELECT t1.name, t2.salary FROM employee AS t1 INNER JOIN info AS t2 ON t1.name = t2.name; SELECT t1.name, t2.salary FROM employee t1 INNER JOIN info t2 ON t1.name = t2.name; so maybe is the AS m part | |
Re: as the comented refer to different /members, it looks like a modyfied script. i would check the form field names that sends to this. just a guess | |
Re: https://msdn.microsoft.com/en-us/library/cc296203%28v=sql.105%29.aspx | |
Re: well another roundabout way is to write the result to a file ex. <?php $file = fopen("text.txt","w"); echo fwrite($file,"Hello World. Testing!"); fclose($file); ?> then the reult can be retrieved in an html file <object width="400" height="50" data="text.txt"></object> Odd way to do it though | |
Re: is that what you want , http://www.biztree.com/doc/requisition-slip-D1124 ? how do you plan to use it? you will need to be a lot clearer |