Great Reviews!Need help setting up your website, installing Apache, PHP, MySQL, or RavenNuke(tm)?Need help customizing or designing scripts?Please contact us via the Contact Us option for further details and pricing.
1. echo is faster than print.
2. Wrap your string in single quotes (') instead of double quotes (") is faster because PHP searches for variables inside "" and not in '', use this when you're not using variables you need evaluating in your string.
3. Use sprintf instead of variables contained in double quotes, it's about 10x faster.
4. Use echo's multiple parameters (or stacked) instead of string concatenation.
5. Use pre-calculations, set the maximum value for your for-loops before and not in the loop. ie: for ($x=0; $x
6. Unset or null your variables to free memory, especially large arrays.
7. Avoid magic like __get, __set, __autoload.
8. Use require() instead of require_once() where possible.
9. Use full paths in includes and requires, less time spent on resolving the OS paths.
10. require() and include() are identical in every way except require halts if the file is missing. Performance wise there is very little difference.
Posted by Raven on Friday, May 20, 2011 @ 01:13:35 EDT (843 reads) ( | Score: 0)
Blog Themes
papamike writes "Since I created a blog for RavenNuke(tm) with help from Tricked Out News," I now have to support it with some themes. I'll see just how creative I can get with them. I have a couple of other projects that will come in handy, but you will have to wait to see them.
See the RavenNuke(tm) blog so that I can get you on the map.
Posted by Raven on Friday, May 20, 2011 @ 00:59:36 EDT (633 reads) ( | Score: 0)
Online PHP Syntax Validator and Debugger
Southern writes "Do you want to debug PHP like never before and learn to avoid PHP scripting pitfalls?
The following in depth information about common PHP Notices, Warnings, Parse and Syntax Errors will automatically display above when you are syntax checking using the form if information about the particular error you receive is on file with us. We are just listing these here also in case you want to see a list of the more common problems people have, and how to fix them.
Posted by Raven on Friday, May 20, 2011 @ 00:56:37 EDT (1415 reads) ( | Score: 0)
PHP vs. Java – Which One Is the Better Web Language?
papamike writes "Traditionally, it seems like Java is the web language of choice for corporations, and PHP has been the web language of choice for people who own their own websites (i.e. small scale websites). It also seems like both of these groups will swear by anything that their language, whether it be PHP or Java, is the supreme language of the universe..... Read More by Eric Rowell on March 4th, 2010"
Posted by Raven on Friday, May 20, 2011 @ 00:49:13 EDT (1606 reads) ( | Score: 0)
Hitman Theme
papamike writes "I've reworked the "Hitman" theme that I had released the later part of last year, and it's an awesome theme. It just came out better than I dreamed it would. The entire theme says "Hitman." Drop in and get your copy today at Papa Mike Creations"
Posted by Raven on Friday, May 20, 2011 @ 00:46:02 EDT (1141 reads) ( | Score: 0)
Released Clean Nuke 1.7! A clean and simple nuke fork!
matteoiamma writes "Clean Nuke is a cms based on the phpnuke 7.6/Wl Nuke 1.1, it's a simple/content page manager system!
For download it go here
For try a demo and/or more info(themes, mods etc..) go here"
Posted by Raven on Monday, May 16, 2011 @ 00:16:24 EDT (1251 reads) (Read More... | 1181 bytes more | Score: 0)
10 PHP functions you (probably) never use
Southern writes "When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones, like print(), header(), define(), isset(), htmlspecialchars(), etc. If some needed functionality doesn’t exist, we often write it making use of these basic components which we have in mind. The PHP API actually offers a lot of functionality, some useless and some useful; often seldom used. I have been looking through the available functions and was interested to find some really cool functions that I should have known about. Here, I share my findings.
Posted by Raven on Sunday, May 15, 2011 @ 23:35:36 EDT (1333 reads) ( | Score: 0)
Blogs
papamike writes "Everyone knows that RavenNuke(tm) is a powerful and secure CMS, so I started thinking just what else could be done with it. The idea I came upon was to create a RN blog. Most blogs only have one topic for visitors to comment on. With the RN blog there can be, who-knows, how many. Plus you can use my theming utility PMCCT to create the theme and grab other trinkets from around the Internet to add to your creation. I had fun creating my blog and it took all of two days from start to finish. I actually created my blog for members of the community to look at and just see what can be done. I've been thinking of making a RN store next.
Visit my blog RIGHT HERE"
Posted by Raven on Sunday, May 15, 2011 @ 23:29:27 EDT (883 reads) ( | Score: 0)
jQuery 1.6 Released!
John Resig writes:
jQuery 1.6 is now live and available for consumption! We’re quite proud of this release, it includes a major rewrite of the Attribute module and a number of performance improvements.
Posted by Raven on Friday, May 06, 2011 @ 17:37:10 EDT (1054 reads) ( | Score: 0)
PMCCT Smokin theme
Southern writes "I'm pleased to announce to the Nuke community that my site is hosting the PMCCT Smokin theme designed by Papa Mike Creations with beta testing and other collaboration on my part. But the majority of the creative work and talent is his credit.
The Smokin theme was built with the great CMS RavenNuke(tm) in mind, although it can be used with ordinary PhPNuke.