Search found 38 matches
- Wed Nov 16, 2011 5:41 pm
- Forum: General Chat
- Topic: How to install Windows Wireless Driver without internet by U
- Replies: 12
- Views: 2181
Re: How to install Windows Wireless Driver without internet
Or, alternatively use an Ethernet cable
- Mon Nov 14, 2011 10:48 am
- Forum: Code
- Topic: Simple Emailer
- Replies: 1
- Views: 2473
Simple Emailer
Okay, we all know how badly the php mail() function sucks, which is why I've written a little (I mean tiny) library which simplifies the use of SwiftMailer.
It only supports SMTP at the minute but I will be doing updates in the future.
https://github.com/Joshwaa/EasyMail
It only supports SMTP at the minute but I will be doing updates in the future.
https://github.com/Joshwaa/EasyMail
- Sat Nov 12, 2011 11:55 am
- Forum: Other
- Topic: Which PHP framework...?
- Replies: 5
- Views: 1674
Re: Which PHP framework...?
Autoloading, PHP5 Namespaces, PHP5 standards.libeco wrote:CodeIgniter dated? Explain...
- Wed Nov 09, 2011 3:56 pm
- Forum: PHP
- Topic: Insert user avatar images into comments
- Replies: 3
- Views: 632
Re: Insert user avatar images into comments
In my opinion it sounds like you'd be better off making users register a unique username first. Or if you want it so that people don't have to register you could have a "comments" table where each posts has their own unique id, then a "comments_avatars" or similar table which has...
- Wed Nov 09, 2011 3:52 pm
- Forum: General Chat
- Topic: New logo?
- Replies: 13
- Views: 2435
Re: New logo?
Well, a logo and the general design of a web site are integral parts of a web site. If someone is looking for PHP tutorials, he is bound to come across tons of sites. People judge books by their cover - if they see a logo that doesn't fit a site or an unappealing design, they'll likely move on to t...
- Tue Nov 08, 2011 9:19 am
- Forum: General Chat
- Topic: New logo?
- Replies: 13
- Views: 2435
Re: New logo?
To be completely honest I don't understand why the logo of this kind of website matters that much. You come here to learn and discuss coding, not to critique Jacek's design skills.
Just my two cents.
Just my two cents.
- Tue Nov 08, 2011 9:05 am
- Forum: Other
- Topic: .htaccess problem
- Replies: 1
- Views: 728
Re: .htaccess problem
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]
- Tue Nov 08, 2011 8:53 am
- Forum: Tutorials
- Topic: Categorize my blog topic...
- Replies: 17
- Views: 2112
Re: Categorize my blog topic...
I finished the database structure...now i make the form of add a category... function submit_category($category){ $category = mysql_real_escape_string(htmlentities($category)); mysql_query("INSERT INTO `blog_cat` (`name`) VALUES ('{$category}')"); } if(isset($_POST['category'])){ submit_c...
- Tue Nov 08, 2011 8:52 am
- Forum: Other
- Topic: Which PHP framework...?
- Replies: 5
- Views: 1674
Re: Which PHP framework...?
Check out laravel (www.laravel.com) - it's not traditional MVC (well, it's implementing controllers in the soon-to-be-released version 2). It's a great framework and I don't think the learning curve is very steep either. Also, you could check out codeigniter or fuelphp - CI is a bit dated and doesn'...
- Tue Nov 08, 2011 8:46 am
- Forum: JavaScript
- Topic: JQuery load div problem
- Replies: 1
- Views: 908
Re: JQuery load div problem
How about loading 'shout.php?part=1' then in the shout.php checking if $_GET['part'] == 1 and if it does then just echo out the div or something similar.
- Tue Nov 08, 2011 8:43 am
- Forum: PHP
- Topic: Fatal error: Call to undefined function mysql_connect()
- Replies: 10
- Views: 25714
Re: Fatal error: Call to undefined function mysql_connect()
Haha, I'm saying that for the Windows user!jacek wrote:Your not a very good Linux user if you want to do things the easiest wayJosh wrote:Because it's a much easier process having everything installed in one go and having it auto-configured.
- Wed Nov 02, 2011 5:10 pm
- Forum: General Chat
- Topic: BetterPHP Rocks!
- Replies: 8
- Views: 1302
Re: BetterPHP Rocks!
Two moderators is enough for now :) We don't have terrible loads of spam here anymore after Jacek worked his magic :) Guest content is a good idea imo, but then they must be of the same quality as Jacek's tutorials. And that's not easy! Definitely agree! I didn't know there was Moderators otherwise...
- Wed Nov 02, 2011 1:36 pm
- Forum: General Chat
- Topic: BetterPHP Rocks!
- Replies: 8
- Views: 1302
Re: BetterPHP Rocks!
It will grow when it's ready :) I guess guest content would not be a terrible thing, but I think one of the strengths is that it's just me really :? Also, not really sure what you mean by forum moderators :? We have those already :D Oh, you do? I didn't realise :p Yeah, of course you're an awesome ...
- Tue Nov 01, 2011 10:04 pm
- Forum: General Chat
- Topic: BetterPHP Rocks!
- Replies: 8
- Views: 1302
BetterPHP Rocks!
BetterPHP is awesome, it needs to grow! How about guest videos from other people to give more content, forum moderators, a new website etc? Just a few suggestions!
- Wed Oct 26, 2011 11:15 am
- Forum: General Chat
- Topic: Ubuntu Screen Recorder?
- Replies: 8
- Views: 1417
Re: Ubuntu Screen Recorder?
I just tried to install GTK and PHP GTK but it just wasn't working. Looks like recordmydesktop from Terminal is my last resort D: damn you RMD and your low-res!
- Wed Oct 26, 2011 11:14 am
- Forum: General Chat
- Topic: Ubuntu
- Replies: 9
- Views: 1809
Re: Ubuntu
Try Gnome Shell :) It is officially supported on 10.10. LOVE IT! EDIT: I hate it. :lol: I'm a Unity fan now haha. It's really starting to grow on me too. The problem I have now is that I find it harder to switch to using windows at uni and keep moving my mouse to the left to get he dock ;) Haha! I ...
- Tue Oct 25, 2011 7:19 pm
- Forum: General Chat
- Topic: Ubuntu
- Replies: 9
- Views: 1809
Re: Ubuntu
I'm a Unity fan now haha.
- Mon Oct 24, 2011 9:17 pm
- Forum: General Chat
- Topic: Ubuntu Screen Recorder?
- Replies: 8
- Views: 1417
Re: Ubuntu Screen Recorder?
You need to install the ffmpeg package for it to work. There should be instructions in the readme somewhere. Also it may just be bugged, updating to 11.10 broke the sound recording for me and I'm still trying to find time to get it updated. I followed the readme, the error was about there not being...
- Mon Oct 24, 2011 3:57 pm
- Forum: General Chat
- Topic: Ubuntu Screen Recorder?
- Replies: 8
- Views: 1417
Re: Ubuntu Screen Recorder?
That doesn't work for me D:
- Mon Oct 24, 2011 2:18 pm
- Forum: General Chat
- Topic: Ubuntu Screen Recorder?
- Replies: 8
- Views: 1417
Ubuntu Screen Recorder?
What Screen Recorders are there for Ubuntu? Preferably one that's high-def
- Wed Oct 19, 2011 12:47 pm
- Forum: General Chat
- Topic: Ubuntu
- Replies: 9
- Views: 1809
Re: Ubuntu
but which version do you use Jacek? do you like Unity? I recently updated to 11.10, I do use Unity. Not really sure on it yet, I prefer to just have menus than having to search for everything. I would go back to the classic desktop, but support for it has been dropped. For me it's Gedit for PHP and...