Get the Last Day of a Month using PHP

Bookmark on del.icio.us
TweetPicked this cool little PHP function to calculate and return the last day of a month for any year off the always informative lutrov interactive website the other day, and posted it here for future...

Read More...

PHP: Calculate the Number of Working Days in a Month

Bookmark on del.icio.us
TweetHow to calculate the number of working days in a month, in other words discount Saturdays and Sundays from a...

Read More...

Pagination with jQuery, MySQL and PHP

Bookmark on del.icio.us
TweetDemo I received lot of requests from my readers that asked to me how to implement Pagination with jQuery, PHP and MySQL. so I had developed a simple tutorial. It’s looks big but very simple script. The tutorial contains three PHP files and two js files includes jQuery plugin. -config.php (Database Configuration) -pagination.php -pagination_data.php -jquery.js...

Read More...

Google Ranking Checker Class in PHP

Bookmark on del.icio.us
TweetThe only goal for an SEO is a good or very good google ranking. To ensure this you have to monitor your rankings and compare it to the positions of your competitors. With the Google AJAX Search API and my little PHP Class you can easy build a Google Ranking...

Read More...

PHP backlink checker script

Bookmark on del.icio.us
TweetThis is probably the simplest script that anyone knowing (or even learning) PHP can create in about 15seconds. But I will still post it here just in case anyone is a total noob at PHP. Purpose of this script: To check a certain given backlink on hundreds of webpages provided you know the URL of...

Read More...

Simple Symfony Login Form Example

Bookmark on del.icio.us
TweetThere are times when I just need a simple login form that checks for a certain username and password combination in order to lockdown a backend administration interface. The new sfForm sub-framework in Symfony 1.1/1.2 makes it really easy to reuse a Form class for this. If...

Read More...

Create Table Structure for Storing Multi Level Category Data

Bookmark on del.icio.us
TweetSomebody asking about how to create table structure to store multilevel category data. Here is the scenario. For example you will create an online article system and each article will have specified category. So how about the table structure to handle this? First you create the table for store the category,...

Read More...

Magento: Displaying Categories and Current Subcategories

Bookmark on del.icio.us
TweetI...

Read More...

Magento – Special Offer Product Listing

Bookmark on del.icio.us
TweetOne of my recent articles was on the subject of...

Read More...

Magento – How to show new products in category list

Bookmark on del.icio.us
TweetGuy...

Read More...

Magento

Bookmark on del.icio.us
TweetIf...

Read More...

Magento Paggination problem in magento 1.4.1 part 2

Bookmark on del.icio.us
TweetI have to say that the stable version of magento 1.4.1 is not that stable!! — Magento – Please release the CE version with checking the unimplemented methods in the core code. — Magento – I have found and solve the problem of toolbars display error for the new magento 1.4.1 first of all, for...

Read More...

Magento Paggination problem in magento 1.4.1

Bookmark on del.icio.us
TweetI have to say that the stable version of magento 1.4.1 is not that stable!! Please release the CE version with checking the unimplemented methods in the core code. I have found and solve the problem of toolbars display error for the new magento 1.4.1 first of all, for more developers if you want to...

Read More...

Display Promotion & Random Products in Magento

Bookmark on del.icio.us
TweetThere are two unused product list blocks in Magento which can be very useful if you push a few buttons, edit few layouts .. 1. Promotion Block located in appcodecoreMageCatalogBlockProductListPromotion.php This is basically built in featured product functionality. It reacts...

Read More...

How to Import Products into Magento

Bookmark on del.icio.us
...

Read More...

iPhone Dev The “Hello World!” app

Bookmark on del.icio.us
TweetIn the last iPhone Dev 101 post, I told you a little about creating your first project using Xcode; however, in this post, I want to show you how to create your first application that will run in the iPhone simulator. In honor of staying with the classic way of teaching programming, we’ll create a...

Read More...

First iPhone Application

Bookmark on del.icio.us
TweetIntroduction In this tutorial I will give you a brief introduction on how to get started with your first iPhone application. To begin you will need the latest version of the iPhone SDK which you can download it from here. With the SDK you get some tools like Xcode, Interface Builder, iPhone simulator, and many...

Read More...

Development Process

Bookmark on del.icio.us
TweetDesign – Develop – Implement – Support PHPAsKS offers a full-service experience to clients and partners – that is PHPAsKS approach to software and application development. Here at PHPAsKS, we understand that an idea needs to be protected and its value kept intact. After all, what would we develop if there were no ideas! So...

Read More...

iPhone app development

Bookmark on del.icio.us
TweetLooking for an iPhone developer to handle your application development? At PHPAsKS, our iPhone developers specialise in all aspects of the iPhone development platform, spanning all mobile versions and operating systems. Our iPhone development methodology and lifecycle processes are best suited to a quality driven approach, and all apps are optimised and tested before being...

Read More...

How to check and uncheck a checkbox with jQuery

Bookmark on del.icio.us
TweetjQuery is a Javascript framework which can simplify coding Javascript for a website and removes a lot of cross browser compatibility issues. Yesterday I looked at how to get and set form element values with jQuery but didn’t deal with checkboxes. Today’s post looks at how to tell if an HTML form checkbox is checked...

Read More...

jQuery get select option value

Bookmark on del.icio.us
TweetAsif Khalyani asked me a simple question today, but it is worth noting because I have asked the same before, “How do you get the current value from a select list?” t’s looking for an element with id list which has a property value equal to 2. What you want is the option child of...

Read More...

Create Selext Box In jQuery

Bookmark on del.icio.us
TweetIn jQuery, working with select box required some additional knowledge and interaction with jQuery. You may have some problem manipulating select box during your web development on jQuery. In this article we will discuss how you can solve this without any additional plugin to kill efficiency. Create Selext Box In jQuery Create a select box...

Read More...

Best methods to optimize JPEG images for websites

Bookmark on del.icio.us
Tweet Best methods to optimize JPEG images for websites While Internet connections becoming faster and faster,...

Read More...

150 Ways to Ruin Your WordPress Site and Your Life

Bookmark on del.icio.us
Tweet Here are some obvious and not so obvious ways to ruin your WordPress website. Some of these will also destroy the relationships with your family and friends. In fact, I guarantee that if you follow these 150 simple steps, you will have a horrible WordPress website and very few friends. Earlier this week I...

Read More...

Image over Contain Layer using jQuery

Bookmark on del.icio.us
TweetImage over Contain Layer using jQuery Demo Suffolk County Council Web design and build / CMS integration / E-Newsletters / SEO Visit the website Earthmoves Design Web design and build / CMS integration / Branding Visit the website Gwynedd Council Web design and build / Site management Visit the website Keep your site fresh and...

Read More...