Search This Blog

Friday, December 11, 2009

latest wordpress themes & templates

find latest wordpress themes & templates and tips etc here

-------------------------------------------

latest joomla extensions

Find latest joomla extensions here... the best ones and latest of all

-------------------------------------------

latest joomla templates

latest joomla templates
Latest joomla templates available here with quickstart and extensions

------------------------------------
PSD to Joomla conversion

best joomla templates downloads

best joomla templates downloads

latest joomla quickstart template downloads available here

-------------------------
PSD to Joomla conversion

Tuesday, November 24, 2009

Save PHP Output as HTML file - CodingForums.com

Save PHP Output as HTML file - CodingForums.com

Best reference for save OUTPUT TO HTML FILE AND SAVE IN THE SERVER for CMS activities

API Guide Free Real-Time Visitor IP Geo Location API | IPLocationTools.com#b

API Guide Free Real-Time Visitor IP Geo Location API | IPLocationTools.com#b

You can display a friendly message to your visitors based on their IP location by using this API. This API is free to use but you will need to register first to get your API key. You will immediately get 1000 free credits when you activate your account. 1 credit will be deducted each time that this API is loaded. To get more credits, all you have to do is display the IPLocationTools banner in your web site. Each time you display the banner, your credits will be incremented by 1.

BuddyPress.org

BuddyPress.org
BuddyPress is a suite of WordPress plugins and themes, each adding a distinct new feature. BuddyPress contains all the features you’d expect from WordPress but aims to let members socially interact

Monday, November 23, 2009

Node (HTML Parser 2.0)

Extracting data from a page using Named Div or Table and their content - Javascript

Specifies the minimum requirements for nodes returned by the Lexer or Parser. There are three types of nodes in HTML: text, remarks and tags. You may wish to define your own nodes to be returned by the Lexer or Parser, but each of the types must support this interface. More specific interface requirements for each of the node types are specified by the Text, Remark and Tag interfaces.

Wednesday, November 18, 2009

Installing Python (mod_python) on XAMPP (on Windows) « Chomper Stomping

Installing Python (mod_python) on XAMPP (on Windows) « Chomper Stomping

You should have installed XAMPP already, but if you are a brand new "b" to the Server Side Dev ring, and you have stumbled upon this post looking for the catch all solution to getting your feet wet with Server Side Programming and have picked Python as your poison, go get XAMPP! It basically installs and configures itself, and there is an excellent tutorial on the apachefriends website to get you through this process:

Launchpad - software collaboration platform

Launchpad
Launchpad.net is a software collaboration platform that provides Bug Tracking, Code Hosting using Bazaar, code reviews, Ubuntu package building and hosting, translations, mailing lists, answer tracking and FAQs and Specification Tracking

Supported Products
====================
Anewt
BeeSeek
Bazaar
GNOME Do
Drizzle
emesene
Entertainer Media Center
Extreme Tux Racer
Exaile
Gwibber
Little Registry Cleaner
LottaNZB
Me TV
MySQL
Netrek
OpenObject
MusicBrainz Picard
PyRoom
Rocrail
SchoolTool
Silva CMS
surl

Tuesday, November 17, 2009

Codes Codes Codes -- All Practice Codes

Support

This is a treasure for those who are looking for practicle codes

Ruby On Rails - Complete Reference URLs

AWebFactory

Welcome to AWebFactory… Here we will be exploring Ruby On Rails development adventures at work for AWebFactory Customers hosted here on Site5; most content should be of interest to any Ruby on Rails deployments, however.

Code | We develop open source tools.

Drupal Development | We develop open source tools.

code.developmentseed.org hosts our open-source projects and is a place for developers, but also targets anyone that want to get their hands dirty. Much of the work around these projects happen in community forums like GitHub and Drupal.org.

Friday, November 13, 2009

Site Explorer - Submit

Site Explorer - Submit

Site sumbit link for

Yahoo - https://siteexplorer.search.yahoo.com/submit
Google - https://www.google.com/webmasters/
MSN - http://www.bing.com/webmaster
ASK.com - http://submissions.ask.com/ping?sitemap=


Best Reference - http://www.labnol.org/internet/submit-blogger-sitemap-to-google/10149/
http://www.facebook.com/note.php?note_id=108220519548
http://www.sitemapwriter.com/notify.phphttp://www.microsystools.com/products/sitemap-generator/faq/submit-xml-sitemap-updates/

50 Extremely Useful And Powerful CSS Tools | Smashing Magazine

50 Extremely Useful And Powerful CSS Tools | Smashing Magazine

We did not include “traditional” CSS tools, such as Firebug or the Web Developer extension, but tried to focus on rather unknown tools that are definitely worth a look. Some tools are new and some are old, but hopefully everybody will find a couple of new useful or at least inspiring tools.

We strongly encourage you to develop these tools further, build on the ideas presented here, release new tools for the public and let us know about them. We would love to feature your handy tool in our next review.

50 Extremely Useful PHP Tools | Smashing Magazine

50 Extremely Useful PHP Tools | Smashing Magazine

This post presents 50 useful PHP tools that can significantly improve your programming workflow. Among other things, you’ll find a plethora of libraries and classes that aid in debugging, testing, profiling and code-authoring in PHP.

You may also want to take a look at the following related posts:

Tuesday, November 10, 2009

Saturday, November 7, 2009

force to download a file [Archive] - Dynamic Drive Forums

force to download a file [Archive] - Dynamic Drive Forums

Lotta solutions including EXPLOITS and Solutions.. gotta go throught this one

eLouai's Force Download of media files script

eLouai's Force Download of media files script

Download Media files

An easy to use force file download script, especially useful for sites that have large media files and would like force people to download the files instead of having them run remotely off their web server. This is most commonly applied to mp3's, video clips, pdf files and more.

This script is used on the doll maker page to force download the doll gif/png file. (See the middle disk button below the doll)

Ajax refresh/reload

Ajax refresh/reload

Im using this script, http://www.captain.at/howto-ajax-form-post-get.php, to make an ajax request to php via a drop-down (DD) select. This works fine. Then using this script, http://www.dhtmlgoodies.com/index.ht...ynamic-content, i request to show a php page with other form elements in it. These elements are determined by what the first DD of the first request (captain.at) sets a variable to. This works fine.. only the first time though. What seems to be happening is that even though each time a DD option is selected, the variable changes as it should, but when the second script fires it still shows the previous variable. Its like the div is not reloading the page with new vars set, its just showing the page it first ran. I have tried to make another call to show a different page, this works for clearing content of the div, which i want, but not making the div reload with a page using fresh vars. I hope i got my point across.

Tuesday, October 20, 2009

Javascript Password Strength Meter

Javascript Password Strength Meter
What makes a strong password? This quick and dirty password strength meter is meant to help users learn how to create stronger passwords. Because it's written in Javascript the password is never sent over the network. Feel free to audit the code and recommend some better regular expressions, weightings, or bug fixes by submitting a comment.

JavaScript : Password Validation

JavaScript : Password Validation

Since I've seen tons of password validation help requests on regexadvice.com (where I hang out from time to time), I've written up a more general-purpose JavaScript password validation function. It's reasonably straightforward, and covers the validation requirements I've most frequently encountered. Plus, if it doesn't handle your exact needs, its functionality can be augmented by passing it custom functions and regular expressions.

Thursday, March 26, 2009

WAP CSS / WCSS Tutorial

WAP CSS / WCSS Tutorial

WCSS (WAP CSS, also known as Wireless CSS or Wireless Profile CSS) is the cascading style sheet language that is used with XHTML MP. It is based on CSS2. Like XHTML MP, WCSS is defined in WAP 2.0.

At the beginning of our WCSS tutorial, we will mention about what WCSS is, the advantages and disadvantages of using WCSS on your WAP site, WCSS's syntax, etc. After that we will look at different ways to apply WCSS cascading style sheets to XHTML MP documents, WCSS selectors, and some of the commonly used WCSS properties. The last part of our WCSS tutorial includes an in depth coverage of the three WAP specific extensions to CSS2 and a brief discussion of how to detect the type of a user agent and apply the appropriate WCSS style sheet to it.

Generating WML Pages with PHP

Generating WML Pages with PHP
Using PHP to create a WML page

If you have decided to have a WAP version of your website and you want to make it dynamic, you can use PHP to generate your WML pages. In order to view WML pages you should download and install a phone emulator from Phone.com, Nokia.com or somewhere else. You can also use a WAP enable cell phone.

You should first make sure that the server your website is on can serve WML pages. (I am assuming it to be Apache) If the server doesn't know how to handle a .wml file, you can add it your Apache configuration or create an .htaccess file that adds the file type to a specific directory.

Sample .htaccess file
addtype text/vnd.wap.wml wml
addtype image/vnd.wap.wbmp wbmp
AddType text/vnd.wap.wmlscript wmls
AddType application/vnd.wap.wmlc wmlc
AddType application/vnd.wap.wmlscriptc wmlsc

Learning WML - Variables and Scripting

Learning WML - Variables and Scripting

This series of articles describes how to provide Web content to mobile devices through WML (Wireless Markup Language). This article covers variables and beginning scripting with WMLScript. Future articles will cover more advanced scripting and how to integrate other technologies such as PHP to make your pages more flexible.

Best WAP guide step-by-step and tools references

Best WAP guide step-by-step and tools references

The WAP Forum has just released version 2.0 of the WAP standard. This release includes support for 3G (third generation) wireless networks, as well as XHTML based client side languages. Enough about that however, I will go into more about the WAP standard and its governing architectures in another article.

Openwave WAP SDK

Openwave WAP SDK

Openwave Mobile SDK

Openwave provides developers with a comprehensive suite of tools and utilities free of charge helping you author wireless content and applications quickly and easily. Based on open standards, Openwave SDKs let you take advantage of the latest mobile technologies and build pioneering XHTML, MMS, location and push-based applications that work on a wide range of phones and networks. The current list of SDKs includes:
Openwave® Phone Simulator v7.0
Openwave® MMS SDK Version 3.0
Openwave® Location Studio SDK Version 2.0
Openwave® WAP Push Library

All about WML and WAP

here is the best example of START TO FINISH CODES AND TUTORIALS

Mobile Programming links and tips forum

Mobile Programming links and tips forum

http://www.zend.com/zend/tut/wap.php

WAP-Enabling a Website with PHP3 :
-------------------------------------------------
http://www.devshed.com/Server_Side/PHP/PHP_WAP/

WAP In Perspective :
-------------------------------------------------
http://phpbuilder.com/columns/markaw20001204.php3

PHP header for WML

best post on WEBMASTER WORLD


Are you putting the content type header in your php code? something like:-
header("Content-type: text/vnd.wap.wml");



\n";?>
Zend PHP Toolbox

Getting Started with Zend Server CE

Leveraging Zend Framework Components from Adobe Flash Platform Applications

Building AutoComplete Inputs with PHP, PEAR, Dojo and YUI

Zend_Tool for the Developer - Part 2

Zend_Tool for the Developer

Using Zend_Tool to start up your ZF Project

Reading Access Databases with PHP and PECL

Dynamically Generating PDF Files with PHP and Haru

Reading and Writing MP3 and Photo Metadata with PECL


etc... tutorials explained extensively

Working with RAR, LZF and BZ2 Compression Formats in PHP

Working with RAR, LZF and BZ2 Compression Formats in PHP


RAR support in PHP comes through PECL's ext/rar extension, which is maintained by Antony Dovgal and provides a function-oriented read-only API for listing and extracting RAR archive files. The LZF extension, maintained by Marcin Gibula, allows for LZF compression and decompression, while the Bzip2 extension allows for Bzip2 compression and decompression.

PHP file from an onsubmit

You cannot call a PHP file from an onsubmit, only javascript files.
What you can do:
echo "
";
echo "

When you submt, it will load the page again, do a check at the top of the page:
if (isset($_POST["sendchekc"] && $_POST["sendcheck"] == "ok")
{
$delme = mysql_query("update preorder set deleted='1' where preord_prodno='" . $_POST["preprodno"] . "'",$con) or die('Sorry Dear! product could not be deleted : ' . mysql_error());
}

If you don't want the page to reload, look for an AJAX method ...

content-wide advt