Archive: web services
-
Jul 29, 2011
Comments OffHow to Install Sample Data for Magento?
// // // ]]>Remember that, Sample Data must be installed prior to the basic Magento Installation. But never mind if you forgot to install sample data before installing Magento. Here, I will show you how you can install sample data after you have installed Magento. 1) Download Sample Data zip file from Magento Website 2)...
-
Dec 22, 2010
Comments OffHow The New Facebook Messages & Email System Works
At one end of the spectrum, Facebook says it’s “simple” and “fun.” On the other end, some are saying it’s Facebook’s version of Google Wave. And just about everyone spent the weekend suggesting that it’s a “Gmail killer.” “It” is Facebook’s new, Whatever-you-do-don’t-call-it-email-but-hey-here’s-a-Facebook-email-address-for-you email and messaging system. Facebook says it’s more like chat; and it’s...
-
Dec 22, 2010
Comments OffHow to Get a Facebook Email Address like @facebook.com?
How to Get a Facebook Email Address like @facebook.com? Facebook as you know the top social networking site has recently introduced its own email service which allow you to send and receive messages using an email address (username@facebook.com). But don’t think of it as a regular email service as you will find no usual email...
-
Dec 22, 2010
Comments OffFacebook Unveils Email Addresses, New Messaging Features
Facebook CEO Mark Zuckerberg announced that the social network will be launching a revamped messaging product, ‘Messages,’ that will give users an “@facebook.com” email address. Zuckerberg outlined three features that will define Facebook’s new offering, which Zuckerberg described as “the way the future should work”: Seamless messaging (users can chat with people through whatever medium...
-
Dec 22, 2010
Comments OffFacebook Email Service : new email in facebook
We have got news reports from many trusted sources that Facebook’s new email service called Project Titan is going to live on coming Monday. So that Facebook users can select short email ids like username@facebook.com Most popular Social media News websites reported that the new Facebook email service will be definitely a challenge to the...
-
Dec 15, 2010
Comments Offfree-sitemap-generator for unlimited page free sitemap generator that can create unlimited number of pages
NOTE: This Sitemap Generator has been completely revamped and extremely easy to use! All the features of our sitemap generator have been merged into our webmaster tool, simply click on the image to start. Below you will find instructions for creating XML Sitemaps, Google Sitemaps and HTML sitemaps. * Before you jump into this, you...
-
Dec 02, 2010
Comments Offwww.ab-directory.com free directory submission website
New Web Directory: The New Web Site Directory A new internet directory of professionally reviewed web sites offering basic and express site submission. www.ab-directory.com Local and Regional Website Directory Offering Free Submission Reviews on … Submit a Website to our Website Directory. Best Submissions Many websites that we accept in the web directory have experienced...
-
Nov 30, 2010
Comments OffLoad JSON data with jQuery, PHP and MySQL
This post shows how to populate a select box based on the value of the another, by getting JSON data with jQuery from a PHP script that gets the data from a MySQL database. HTML Code The initial HTML code looks like this: Fruit: Apple Orange Banana Pear Variety: The set of fruit names was...
-
Nov 30, 2010
Comments OffAll we need to begin with is the button that triggers the palette generation and a DIV container that will hold all of the DIVs my jQuery creates. The CSS .dcolor { height:40px; } .dtext { } .dwrapper { width:200px; float:left; padding:10px; margin:0 20px 20px 0; border:1px solid #ccc; } These CSS classes act as containers for the text DIV I generate and the color-displaying DIV I generate. Those two DIVs are held in one wrapping DIV. The jQuery JavaScript /* when the dom is ready */ $(document).ready(function() { $(‘#get-colors’).click(function() { //my colors array var colors = new Array(); //get all elements $(‘*’).each(function() { if($(this).css(‘background-color’) && $(this).css(‘background-color’) != ‘transparent’) { colors.push($(this).css(‘background-color’)); } if($(this).css(‘color’)) { colors.push($(this).css(‘color’)); } if($(this).css(‘border-color’)) { colors.push($(this).css(‘border-color’)); } }); //remove dupes and sort colors.sort(); //create a color block for all of them jQuery.each(colors,function(it,value) { if(!$(‘div[rel=\'' + value + '\']‘).length) { //inject the wrapper var wrapper_id = ‘w’ + it; $(‘
As I continue to learn jQuery, I think it’s important that I begin by porting over scripts I’ve created using MooTools. One of those scripts is my Color Palette Generator script, which debuted on bagesh singh’s blog. For those of you that missed it, my script analyzes all of the colors on the page (minus images)...‘).appendTo(‘#colors-wrapper’); //inject the color div $(‘‘).appendTo(‘#’ + wrapper_id); //inject text div $(‘‘ + value + ‘‘).appendTo(‘#’ + wrapper_id); } }); }); }); When someone clicks the “Get Colors” button, I grab every element in the DOM and collect its color, background-color, and border-color. Once I’ve cycled through all of the elements, cycle through all of the colors and display them as DIVs inside my colors-wrapper element. You’ll note that I utilized therel attribute to prevent duplicates.">Color Palette Generator Using jQueryAs I continue to learn jQuery, I think it’s important that I begin by porting over scripts I’ve created using MooTools. One of those scripts is my Color Palette Generator script, which debuted on Eric Wendelin’s blog. For those of you that missed it, my script analyzes all of the colors on the page (minus images) and builds a palette of colors. Here it is in some jQuery goodness. The XHTML All we need to begin with is the button that triggers the palette generation and a DIV container that will hold all of the DIVs my jQuery creates. The CSS .dcolor { height:40px; } .dtext { } .dwrapper { width:200px; float:left; padding:10px; margin:0 20px 20px 0; border:1px solid #ccc; } These CSS classes act as containers for the text DIV I generate and the color-displaying DIV I generate. Those two DIVs are held in one wrapping DIV. The jQuery JavaScript /* when the dom is ready */ $(document).ready(function() { $(‘#get-colors’).click(function() { //my colors array var colors = new Array(); //get all elements $(‘*’).each(function() { if($(this).css(‘background-color’) && $(this).css(‘background-color’) != ‘transparent’) { colors.push($(this).css(‘background-color’)); } if($(this).css(‘color’)) { colors.push($(this).css(‘color’)); } if($(this).css(‘border-color’)) { colors.push($(this).css(‘border-color’)); } }); //remove dupes and sort colors.sort(); //create a color block for all of them jQuery.each(colors,function(it,value) { if(!$(‘div[rel=\'' + value + '\']‘).length) { //inject the wrapper var wrapper_id = ‘w’ + it; $(‘‘).appendTo(‘#colors-wrapper’); //inject the color div $(‘‘).appendTo(‘#’ + wrapper_id); //inject text div $(‘‘ + value + ‘‘).appendTo(‘#’ + wrapper_id); } }); }); }); When someone clicks the “Get Colors” button, I grab every element in the DOM and collect its color, background-color, and border-color. Once I’ve cycled through all of the elements, cycle through all of the colors and display them as DIVs inside my colors-wrapper element. You’ll note that I utilized therel attribute to prevent duplicates.
-
Nov 30, 2010
Comments Off6 Reasons To Use JavaScript Libraries & Frameworks
I’ve seen many articles around the internet from JavaScript fundamentalists that advocate writing your own JavaScript code instead of using JavaScript frameworks like MooTools, Prototype / Scriptaculous,jQuery, MochiKit, YUI Library, and Dojo Toolkit, and I just cannot agree with their reasons for not using these spectacular frameworks. Among other reasons, fundamentalists state: You don’t learn the deep-down JavaScript code because you’re...
-
Nov 30, 2010
Comments OffGetting country , city name from IP address in PHP
Yesterday, Miky asked me how can we get the country name from the IP address in PHP. Today, I’ve come up with the answer of this question. I’ve used the API from hostip.info to fetch the country name , city name and country code from the given IP address. I’ve mad this function in PHP...
-
Nov 29, 2010
Comments Off6 free ajax chat applications using PHP chat
While talking about chat application, these days people hate those kind application made in PHP which need page refreshing. In this post, I’ll show you six different free Ajax chat applications which might be very useful if you’ve to use Ajax based chat application. Depending upon the requirement of your chat application, you can use...
-
Nov 28, 2010
Comments OffWeb Page and HTML Spell Checker
Our web site consists of some 7000 different URLs – we aim to add one or two new pages every day; they may be technical tips on the blog, answers to questions on our forum, or just general information pages. And it’s so easy to make typing mistakes – especially when there’s no spell checker...
-
Nov 28, 2010
Comments Offhow to create Shopping cart application in PHP
OVERVIEW This module is a worked example – a simple shopping cart application which uses the power of PHP and its functions to provide session tracking for numerous visitors at the same time, data validation, templating of HTML to provide a consistent look and feel from page to page and the ability for that look...
-
Nov 28, 2010
Comments OffPHP form, Image upload. Store in MySQL database. Retrieve.
USING PHP AND MYSQL TO PROVIDE AN IMAGE LIBRARY I’m often asked if MySQL can be used to store images – in other words as an image library. Yes, it can; you’ll store the data using a “blob” type (longblob if the image might exceed 64k) and you need to ensure that the four characters...
-
Nov 27, 2010
Comments OffWeb Hosting for Web Designers
What makes it difficult to choose the right web hosting service for web designers is the huge number of web hosting companies offering different packages. Even if you already have an idea of the kind of host that you want – a cheap web hosting service or the package with a comprehensive service scope -...
-
Nov 24, 2010
Comments OffOn the happiest moment of bihar all bihari got new website www.bigpatna.com and www.bigbihar.com
Finally bihar got nitish kumar again with new website www.bigpatna.com www.bigbihar.com this website show you list of business in bihar and patna this is not enough all district of bihar is listed in both website so keep adding your business in bigpatna.com and bigbihar.com you don’t need to add your business on both you just...
-
Nov 17, 2010
Comments OffWhat a Good SEO company can do for you?
There is a continuous rise in the number of people creating their own e commerce sites or online businesses because they know there is good money from them. When your business is based on a website and relies heavily on the web to get your conversions or to get people to find you, definitely you...
-
Nov 17, 2010
Comments OffWhat is social media marketing?
Social media marketing is a term that describes use of social networks, online communities, blogs, wikis or any other online collaborative media for marketing, sales, public relations and customer service. There are no set rules on how a business should approach the stream of communication or how they should interact with their audience because every...
-
Nov 17, 2010
Comments OffAverage SEO Salaries
This blog post is going to be very controversial, it’s very tough to discuss but still have decided to write on it. These salaries are rough approximations and based on my own research. Manager of Organic SEO 50,000Rs – 100,000Rs SEO Project Manager 30,000Rs – 60,000Rs SEO Campaign Manager 20,000Rs – 50,000Rs SEO Link Builder...