What is PHP?
PHP is probably the most popular scripting language on the web. It is used to enhance web pages. With PHP, you can do things like create username and password login pages, check details from...
PHP is probably the most popular scripting language on the web. It is used to enhance web pages. With PHP, you can do things like create username and password login pages, check details from...
NEW YORK (AP) — Amid chatter of “Facebook fatigue,” real or imagined, the world’s biggest social networking company is getting ready to unveil a new version of News Feed, the flow of status updates,...
With WordPress you can easily add your AdSense code to your blog. In order to do this, first login to the administrative end of your website. Then, go to the Appearance -> Widgets menu. In...
One of the main features in PHP is the ability to take user input and generate subsequent pages based on the input. In this page, we will introduce the mechanism by which data is...
Link building is probably the most time-consuming task of an SEO. Nevertheless it’s perhaps one of the most important aspects of search engine optimization. Today we take a look at the various techniques that...
We’re talking about additional information which is added to a web page to identify the person who wrote the article. This information is used by Google to enhance search results in the form of...
In this tutorial we’ll learn to create a flexible (responsive) folded paper effect using CSS3 features like background gradients and box-shadows, which can give a cool-looking background to the content area of your website....
There’s no shortage of debate about the best way to develop Web sites that work well across many networked devices. Some teams favor a client-side approach while others lean towards server-side solutions. But I’m increasingly...
You need a mobile strategy for your site. You have to pick Responsive Design or a dedicated mobile site, right? Maybe not. Maybe you can mix and match a variety of strategies. Me...
You’ll need to be able to run SQL on that database, like for example, through phpMyAdmin. UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here’ ) WHERE `wp_admin’ using this simple code we can reset Admin...
Performs a smooth page scroll to an anchor on the same page. $(document).ready(function() { function filterPath(string) { return string .replace(/^\//,”) .replace(/(index|default).[a-zA-Z]{3,4}$/,”) .replace(/\/$/,”); } var locationPath = filterPath(location.pathname); var scrollElem = scrollableElement(‘html’, ‘body’); $(‘a[href*=#]’).each(function() {...
Links are a very important part of a web page. But when most people think of web pages, they think of the content as the text that is written on the page, not the links. In many...
Content Write relevant content It may be tempting to write about your brother’s dog, but if it doesn’t relate to your site or page topic, leave it out. Web readers want information, and unless...
There aren’t any magic pills to create a great web page that everyone will visit again and again, but there are things you can do to help. Some key things to focus on are...
Making the design to be responsive is very easy as shown in my Responsive Design in 3 Steps tutorial, but maintaining the elements to look aesthetically balanced on all breakpoint layouts is an art. Today I’m...
Place this in your <head> section, and set the href attribute to an image to a 57px x 57px PNG file. <link rel=”apple-touch-icon” href=”iphone-icon.png”/> To prevent the iPhone from adding it’s own gloss: <link...
Make a CSS sprite image, with the top half and the bottom half being the two images you want to animate between. The jQuery adds a <span> tag, and adds the bottom half of the...
<?php function build_calendar($month,$year,$dateArray) { // Create array containing abbreviations of days of week. $daysOfWeek = array(‘S’,’M’,’T’,’W’,’T’,’F’,’S’); // What is the first day of the month in question? $firstDayOfMonth = mktime(0,0,0,$month,1,$year); // How many days...
I was watching some commercial the other day and they had these letters fly in over a black screen and reveal an image beneath them. It was a pretty cool looking effect and it...
This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically): <a href=”tel:1-408-555-5555″>1-408-555-5555</a> This is the SMS one, which overrides the...
The XML Declaration: An XML declaration is not required in all XHTML documents. XHTML document authors are strongly encouraged to use XML declarations in all their documents. Such a declaration is required when the...
Here, on the Smashing Editorial team, we always try to meet the expectations of our readers. We do our best to avoid misunderstandings, and we try to spread knowedge and present only the best...
From workload profiling to the three rules of indexing, these expert insights are sure to make your MySQL servers scream As with all relational databases, MySQL can prove to be a complicated beast, one...
Learning how to perform some basic on-site SEO on your Joomla website is a critical skill that can dramatically help improve your website traffic and number of leads. However, unless directed on where in...
Time for some random Drupal tips and tricks. Some of these are very straightforward and if you are someone who allways reads all documentation you should probably know most of them, but hey! Who...
What is Aadhaar? Aadhaar is a 12 digit individual identification number issued by the Unique Identification Authority of India on behalf of the Government of India. This number will serve as a proof of...
This FREE plugin will transform your WordPress website into a mobile-friendly spot for iPhones, Androids and any other smart devices. Watch this vid on your smartphone or smartdevice Here is what my site looks...
This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically): 1-408-555-5555 This is the SMS one, which overrides the default...
Use below HTML code: Source: Microsoft Some reports that IE 8 in IE 7 mode doesn’t quite behave like either one.
Here is the steps for converting WordPress website into Static website with screenshots. STEP 1 STEP 2 STEP 3 STEP 4 STEP 5 STEP 6 STEP 7 STEP 8 Now you have done...