Register now or login here to start promoting your blog and your favourite articles.

Category / Php

2010
15
MAR
A roundup of the top 10 sources for premium wordpress themes.
199
0 comments
AJAX is used in many WordPress themes and plugins. However, not all of those themes and plugins implement AJAX properly. This article reveals 5 best practices in developing AJAX for WordPress. Warning: This is a long and information-packed article. Be sure to bookmark this post so you can always go back for reference!
25
0 comments
2010
13
MAR
Since WordPress 2.5, Shortcode has proven to be one of the most powerful features that allows lots of room for flexibility and customization. However, as anything that has the word “code” in it, shortcodes are not very user friendly. This article shows you how to make shortcodes in your themes and plugins more accessible and user friendly.
189
0 comments
2010
11
MAR
A function to count comments or trackbacks or pingbacks or trackabacks and pingbacks together.
192
0 comments
2010
10
MAR
There are a lot of plugins you can use to show random posts, but why use plugins when it’s so simple to do it with a bit of coding. Here is how to do it.
119
0 comments
2010
9
MAR
As you can see here on wpcanyon, the “read more” links have different text depending on the category of the posts. Here is how to do that.
234
0 comments
2010
8
MAR
Nearly everyone who has a website and a twitter account shows their status on the website. Here are 2 different ways you can use to get the status and show it on your website.
339
0 comments
Advance Level PHP Tutorials and Scripts with demos, sources etc.
347
0 comments
Newsletter is one of effective marketing tool for a web shop. I am going to cover subscribe and unsubscribe function in this article.
133
0 comments
2010
5
MAR
I handpicked 10 webdev articles an tutorials i consider to be the best from February 2010. Hope you like my selection.
380
0 comments
2010
2
MAR
Our customers uses this registration page to keep their information in our database. Once registered, this information will be displayed in a checkout page for a speedy process. This post covers the customer registration function, login and logout function.
153
0 comments
2010
1
MAR
All web tools that will help you when designing web pages in one place. Here are the current available tools : ASCII Name * ASCII List * ASCII Table * ColorPicker Wheel * ColorPicker Web Name * ColorPicker Web Safe * ColorPicker Web Safe BW * CSS BODY Style Generator * Country Information. Simply select the needed tool in the navigator at top of component. Then the tool will be displayed.
16
0 comments
A roundup of the best wordpress development tutorials from February 2010. At least in my opinion.
345
0 comments
2010
26
FEB
Contact page allows visitors to send a message through a form. It has a reCaptcha in order to avoid spam. I will cover the contact page and sending email message to an administrator in this article.
172
0 comments
2010
25
FEB
I am going to update Shop_controller today. Rather than manually updating Shop_controller.php, it is much better to add preferences or settings in the BackendPro.
55
0 comments
2010
24
FEB
In this article I want to cover general pages. You create pages in the back-end ‘Pages’. General pages are just displaying contents.
227
1 comment
2010
22
FEB
When you click one of categories page, it will take you to a category page. It is pretty much same as the front page except it shows all the products in the category.
46
0 comments
A customer can reach to a product page from the front page, ‘Most sold’ and ‘New product’ on the right column and a category page.
40
0 comments
2010
21
FEB
In the previous posts this and this, I wrote about a Codeigniter Event Calendar. The problem with them was you can’t use it with javascript disabled. This time I added a link to a date. When you click the date where there are events, it will take you to a page showing all the event for that day. So you can use it with javascript disabled. Check it out.
210
0 comments
2010
19
FEB
Trackbacks are the messages displayed in the comments list whenever another blog links back to one of your posts. In this tutorial we will separating trackbacks from comments and modify the comment counts to only reflect the number of comments minus trackbacks.
156
0 comments
2010
18
FEB
I liked Quicksand by razorjack so much, so I put it on Codeigniter. All the credit goes to razorjack and please read his documentation and other credits information. Since I am writing about Codeigniter Shopping Cart series, I am going to add the Quicksand to this application. It has already back-end facilities with BackendPro.
304
0 comments
Today we will work on a webshop controller and its’ views. This module controls all the front-end functions. I will cover the front page in this article. The goals for the front page are the followings. Drop-down main menu, links for log-in, register, shopping cart, check-out, etc.
333
0 comments
We start working on webshop controller and its’ views. This module controls all the front-end functions. I will cover basic preparation for this module in this article.
82
0 comments
2010
16
FEB
Home of customers module shows Customer ID, First name, Last name, Phone Number, Email, Address, City and Actions. We use jquery dataTables to show our information. This will allow us to sort by each column, display different number of rows and seach.
212
0 comments
I have some requests for a Event Calendar without BackendPro. Since it is not using BeP, I only used CRUD without individual calendar. So there won’t be any mycal function. I took out all of the Bep thingy and made it simpler (I hope).
229
0 comments
2010
15
FEB
Home of Orders module shows Order ID, First name, Last name, Email, Total, Telephone, Order Date, Delivery Date, Payment Date, City and Actions. We use jquery dataTables to show our information. This will allow us to sort by each column, display different number of rows and seach.
87
0 comments
2010
10
FEB
Manage Products Page Overview Home of Products module shows ID, Name, Class, Grouping, Status, Category Name, Featured, Price and Actions. We use jquery dataTables to show our information. This will allow us to sort by each column, display different number of rows and seach.
365
0 comments
Every version comes with improvements, but until we get a completely secure WordPress version we have to find ways to improve the security ourselves. Here are 10 great ways to improve the security of your WordPress powered website.
503
0 comments
2010
9
FEB
Subscribers module I will not use this module in the front page webshop. However this function will be handy to have for your email marketing and email newletters, so I have created a module. You can see how to use this by looking closely at the version 1.0. When you open the front page it has a subscribe form.
216
0 comments
There are many wordpress tweaks , hacks and tricks that we see everyday here are 10 tricks that I’ve seen lately and thought they are cool .
418
0 comments
AJAX Upload allows you to easily upload multiple files without refreshing the page and use any element to show file selection winAdd New Themesdow. It works in all major browsers and doesn’t require any library to run. AJAX Upload doesn’t pollute the global namespace, and is tested with jQuery, Prototypejs.
321
0 comments
2010
8
FEB
Utilizing URLs on your site that are search engine friendly is simple and easy to do thanks to PHP and Apache. We will be utilizing permalinks that get rid of all the nasty $_GET data that trails the end of most PHP scripts.
332
0 comments
2010
5
FEB
This includes only categories module. Module: Categories We start creating a module. The first one is the categories module. Database Dump the following sql. ...
218
0 comments
I have updated the Codeigniter shopping cart 1.0 and you will see the outcomes in this blog soon. Updates are: 1. Backend moved to BeP(BackendPro) 2. Added Event calendar in BeP 3. Added Ajax Todo list system in BeP 4. Admin is controlled in Bep members 5. Added Menus module 6. Added Customer module ...
254
0 comments
One of the grandest annual holidays is fast approaching. If you've not observed the household decorations becoming pink and red, or saw that Valentine's Day has been highlighted on the calendar with a heart, you may be shocked to realize that the Valentine holiday is very soon.
30
0 comments
Menus Module We will work on Menus module today. This menu module allow us to make as many menus as we like. You can create main menu, right menu 1, right menu 2, left menu 1 etc. You need to specify the parent id in the front-end. I will write more when we develop the front-end module...
368
0 comments
2010
4
FEB
Spark Plug Cakephp user management plugin is a “pulled-out” script from the flashub.com project. It uses the Authsome component and uses a very simple access control routine.
26
0 comments
Wordpress version 2.9 comes with many improvements, one of them is something that should have been available for a long time, the post thumbnails. Here is how to use it.
795
0 comments
2010
3
FEB
I handpicked 10 web development related articles and tutorials that i liked the most in January. Check them out, you might have missed some.
763
1 comment
2010
1
FEB
Apache ActiveMQ is one good option for implementing message queue in your PHP application. It can be easily installed on your server and it’s web accessible admin interface really makes administrator’s life easy.
215
0 comments
This blog inspired me to make an event calendar using Codeigniter. You can download Bari’s source files here. Please unzip it and save them. We are going to use them later. I used most of Bari’s codes and implemented in Codeigniter. I continue using BackendPro for this purpose. You can read more about it here. It has an excellent ...
654
0 comments
2010
31
JAN
This is a follow up article from this entry “Ajax Todo List system with Codeigniter Part 1″. Updating Part 1 I forgot to add the following code in C:xampphtdocsci_bepsystemapplicationlanguageenglishackendpro_lang.php....
154
0 comments
2010
26
JAN
Thinking of implementing caching for your php application , you are at a right place. Just in 10 simple (copy and paste) steps you can install and access
237
0 comments
2010
7
JAN
Building websites from your own foundation could be a good thing. This is how I start mine.
476
0 comments
2009
22
DEC
Learn how to build a WordPress 2.8+ compatible widget from scratch in this easy step-by-step tutorial.
198
0 comments
2009
7
DEC
AJAX combined different web technologies to work together, as a result, it would a major headache to debug it if problems arised. I have a few tips and tricks that I learnt from my journey of ajax web development.
9359
7 comments
2009
2
DEC
A function is a subprogram that performs a specific task when called by the main program. It is always a good practice to divide a huge program into a number of subprograms until elementary functions are reached.
306
0 comments
2009
25
NOV
Every website needs to have some way for the visitors to be able to reach out and contact the website owner, but with all the spammers and pay for scripts out there where do you start. Well if you are here then you are obviously off to a good start.
782
0 comments
2009
23
NOV
PHP, or PHP: Hypertext Preprocessor, is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages. It can be embedded into HTML and generally runs on a web server, which needs to be configured to process PHP code and create web page content from it.
401
1 comment
In this tutorial I will show you how you can filter the data presented in a FusionCharts using PHP vars. This is an excellent way to let the user manipulate the information presented in a chart, for example displaying only the sales performed by John during the year.
570
1 comment
2009
22
NOV
This post is about how to use Zend Framework on Codeigniter to show Youtube videos.
618
0 comments
There are quite few posts how to use Zend framework in Codeigniter. 1. Beyond Coding 2. Freakauth 3. Phil’s post However none of them worked on my XAMPP. I thought there might be some who are struggling to use Zend frame work on Windows. Here is how I did.
544
0 comments
2009
20
NOV
A string is an array of characters. This tutorial demonstrates the use of string to manipulate text. A string can be represented in one of the following four ways; single quoted, double quoted, heredoc syntax and nowdoc syntax.
344
0 comments
2009
19
NOV
PHP, or PHP: Hypertext Preprocessor, is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages.
442
1 comment
Do you know about “Completely Automated Public Turing test to tell Computers and Humans Apart,” terminology? If you are a blogger then you must have used this in your various projects, while designing a contact form, login form or any other type of registration forms.
591
0 comments
2009
18
NOV
Magento is a eCommerce website engine, just for my input I also think that Magento offers the best FREE cart solution on the market. In this article we give you our top 10 skins or themes that we have run across. All of the themes we list are FREE as of the posting of this article.
950
1 comment
2009
16
NOV
An essential part of starting a business on the internet is getting the perfect website host. You can either go with a Linux based server (cheaper) or you can go with a Microsoft based server. In this article we show you the top 10 web hosting companies from around the internet. The companies we chose in this article have unlimited email and FTP, as well as great support, among other things.
683
0 comments
Loops A loop is a programming construct that facilitates programmer to execute some code number of times or a specified condition is true. For instance, we need to read a file stored in computer and print it in screen.
619
3 comments
2009
11
NOV
A program is a collection of modules working together to perform certain task. The modules can be thought independently which always produces the same set of output for a given set of input.
371
1 comment
2009
8
NOV
FileManager is a web-based file browser that can easily be integrated with popular inline HTML editors. Out of the box, FileManager works with FCKEditor and its successor, CKEditor.
858
0 comments
An operator is a type of function which acts on operands often called inputs and produce results. In PHP, there are three types of operators.
350
0 comments
2009
6
NOV
CakePHP is great rapid development php framework. CakePHP allows you to create applications with ease. But in case you CakePHP lover need to create simple sites or applcations, maybe you considering to use one of the CakePHP based CMS than developed yourself from scratch. So, here is list of some CakePHP based Content Management System. If I miss somethink here let me know by drop comments.
648
0 comments
2009
5
NOV
PHP supports eight primitive types; four scalar types two compound and two special types. In this section we will discuss scalar types; boolean, integer, float and string.
326
0 comments
2009
4
NOV
PHP is a widely used open source server side scripting language that is used to create dynamic and interactive web pages.
211
0 comments
2009
23
OCT
Registration and login forms play a massive part in thousands of websites now and getting this right can be a very important part in building your site. I belive that registration should be a very easy process for the user. Some websites (IMDB) make it so hard to register and validate your account. So in this tutorial we will be keeping simplicity in mind.
769
0 comments
2009
19
OCT
We use PHP in our web applications and we need to manage our PHP code so that it runs faster. This article discusses 7 ways to optimize your PHP so that your can increase your website performance.
559
0 comments
2009
12
OCT
I wrote before about JAIPHO, a mobile optimized web gallery that can be installed on both mobile and standard websites. Now the developer of JAIPHO has created a server side solution – Pipho.
761
0 comments
In this article, we are going to look into 12 free and open source PHP forum scripts.
1709
0 comments
2009
29
SEP
It has happened to most of us; everything appears right but the email sent by the script never reaches the destination address. This article takes you through the steps to troubleshoot the problem.
497
0 comments
2009
28
SEP
These are the 10 best web development articles and tutorials from September that took my attention. I learned some new stuff from them and i hope you will too.
721
0 comments
2009
27
SEP
We already know that Wordpress is showing Thickbox in its backend (wp-admin). We can call the same Thickbox in the Wordpress theme also. It is very simple and it will help to remove your Thickbox plugin(if you are using it). Fore more details, check this link http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html
1412
1 comment
2009
25
SEP
Here is a list of 14 really amazing jQuery and non-jQuery rich text editors (RTE). They are all free, easy to use, and with great functionalities. Enjoy.
886
0 comments
2009
23
SEP
Best PHP Tutorials to master PHP from scratch. A must read for designers.
1133
0 comments
2009
4
SEP
Pixelcrayons announces the launch of Smallbusiness.pixelcrayons.com – A service centric offering which will help small and medium size businesses (SMBs). It will not only help them to register their online presence but also enable them to leverage the power of web and grow their business opportunities.
457
0 comments
2009
3
SEP
This article teaches you how to retrieve and display Delicious saved counts to your readers. We also make use of Wordpress custom field to reduce the number of calls to Delicious API.
465
0 comments
2009
30
AUG
These are the 10 best web development articles and tutorials from August i have been able to find. I learned some new stuff from them and i hope you will too.
842
1 comment
2009
24
AUG
In this tutorial we will make an infinite JQuery carousel. I noticed that most of tutorials on how to make an infinite JQuery carousel are quite complex, so i decided to show you how to make it much simpler.
2029
0 comments
In this tutorial we will make a navigation that’s not ordinary. I saw this effect on b5media, it’s made with flash there but i liked how it looks so i decided to make it with JQuery.
1493
0 comments
This was my first tutorial, but due to some issues with wordpress plugin it was lost, and now it’s back :) … We are going to make a nice little animation with JQuery.
1090
0 comments
Every website should have a contact form. In this tutorial we will make a contact form that will make your visitors say WOW. It will be a cool looking contact form with nice and smooth validation, processed with AJAX.
1243
2 comments
2009
20
AUG
The Gist: Basically a user types the beginning of a city name. The code will execute the auto-suggest and return results based on “keyup” once the “city” from the list is clicked, it will enable the radio buttons...
771
0 comments
2009
25
JUL
In this post I want to explain how to create a single page news aggregator using a RSS stream through the php class Simple Pie.
819
0 comments
2009
19
JUL
I have always loved jQuery and I’m sure many of you do too! In fact we’ve published some jQuery ‘getting started‘ guides in the past. So this time I thought we’d go more in depth and I’ve hand-picked 20 awesome jQuery tutorials.
1116
0 comments
2009
17
JUL
Removing contents with Ajax is a useful tool to have in any web designers kit. Using a few lines of jQuery we can remove a div and simultaneously remove a record from the database with Ajax.
1149
1 comment
2009
12
JUL
A round up of the best web design content from the weekend
737
1 comment
2009
9
JUL
Are you a WordPress fanatic? No telling how many people share your passion, but there are plenty of WordPress cheat sheets,checklists &blogs dedicated to the WordPress blog flexibility,open structure.
641
0 comments
2009
8
JUL
This tutorial will show you how to create an AJAX Driven Website that overcame the browser Back button and bookmark problem in AJAX. I have made two versions, simplified version for further modification and my version to show you how to style it.
31381
38 comments
2009
30
JUN
Content Management System, or CMS is an application used to manage news easily so that users can publish, edit and delete articles from the back-end admin system. HTML and other scripting language are not necessary to operate a CMS, though having them will add more advantages.
858
0 comments
The great thing about WordPress is that it's highly customizable and flexible. Within a WordPress plugin, almost all of the fields could be change to your desire results.
887
0 comments
2009
28
JUN
The 20 Best open source PHP frameworks available on the web that will help you to reduce your workload.
1058
0 comments
2009
24
JUN
PHP is definitely one of the best web programming language. Here, we will look into 10 best open source PHP Frameworks that will shorten our development time.
708
0 comments
2009
3
MAY
Learn to take advantage of Filter Hooks in your WordPress Child Themes. Filter Hooks are an essential weapon in your WordPress Theming arsenal. With them you’ll have almost complete control over the HTML created by your WordPress Theme—without touching any template files.
2197
1 comment
2009
17
APR
This PHP script will query your MySQL database’s table where you keep your news, articles and such and basically create an XML file from that information. Once you look into the file itself, you can see that the query would need to be changed to suit your needs, but that’s pretty much the end of it.
3560
1 comment
2009
1
APR
Wondering how to submit a form in a same page, and display the submission result with some fancy fadeOut or slideUp effect? In this tutorial, I will show you how to make Ajax Based form submission with jQuery and it will also work even if javascript is not supported.
67786
87 comments
2009
25
MAR
Welcome to my new video series, “Regular Expressions for Dummies”. Over the course of ten videos or so, I’m going to teach you how to use regular expressions in your Javascript and PHP applications. As always, I’ll assume you know absolutely zip.
1608
1 comment
2009
11
MAR
Conditional-CSS . Allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers.
1362
1 comment
2009
2
MAR
The list below is made up of the best 20 FREE PHP Components and Tutorials that you will likely need in many of your projects, they are all of the highest quality and more or less easy to configure. Give them a try.
1249
0 comments
Subscribe RSS Subscribe RSS, Keep yourself updated with queness latest posts!
Pixel Crayons Really learn it! Digging into Wordpress

Buy wholesale computers directly from China at DHgate.com

Discover the tools to build your e-Commerce Site with Netfirms

  •  
  •  
  •  
  •  
  •  

Community News

Recent Comments

Random Posts


View all posts and news Back to top

About the Author

A web designer and developer who is passionate and keen on contributing to the web development industry. Feel free to say hi to me, or follow me on twitter.

Kevin Liew

Partner

  • Web and Designers
  • CSS Style
  • PV.M Garage Blogzine - (Italian)
  • TutsValley
  • Designrfix
  • CoolVibe
  • Web Developer Juice
  • Denbagus
  • Web Hosting Secret Revealed
  • PSD to HTML Conversion
  • BlueHost