We given steps to install wordpress multisite on subdomain. Many wordpress developers learned and managing their wordpress sites with multisite on subdomain. Some even start managing WordPress sites for clients, friends, and family.
How to install wordpress multisite on subdomain
First download the wordpress 3.0 from following location
http://wordpress.org/latest.zip
install wordpress multisite on subdomain
Start the wordpress installations: First create database and put your database information
Second step
Login to wordpress admin panel
After Installation completion. Open the wp-config.php file from wordpress root folder.
Find following line.
/* That's all, stop editing! Happy blogging. */
And change the line as follows:
define('WP_ALLOW_MULTISITE', true);
/* That's all, stop editing! Happy blogging. */
Now Refresh the wordpress admin panel. In tools tab menu(right side menu) you will find the network link. click on “network” link
install wordpress multisite on subdomain
Then click on install button
Complete the following steps to enable the features for creating a network of sites.
install wordpress multisite on subdomain
1.Create a blogs.dir directory in /var/www/html/wp3/wp-content. This directory is used to be stored uploaded media for your additional sites and must be writeable by the web server.
2. Add the following to your wp-config.php file in /var/www/html/wp3/ above the line reading /* That’s all, stop editing! Happy blogging.
Notice: Undefined index: width in /var/www/html/purabtech.in/wp-includes/media.php on line 1612
Notice: Undefined index: height in /var/www/html/purabtech.in/wp-includes/media.php on line 1613
Here we given photoshop tutorial for add angled lines effect to photo using photoshop. we given step by step screenshots with there short cuts keys and explanation
how to add angled lines effect to photo using photoshop
Step1: Open your image in Photoshop. Double click on Background & press OK to work on it.
how to add angled lines effect to photo using photoshop
Step 2: Create New Document with 3 pixel width, 3 pixel height and transparent background.
Step 3: Select your foreground color dark yellow(#ff9900) and draw 3 square using Pencil Tool.
Step 4: Select All using Ctrl + A & Create a pattern by Edit > Define Pattern. Name the pattern.
Step 5: Close the Pattern file and go back to image file. Create New Layer. Keep it selected.
Step 6: Go to Edit > Fill
(Choose “Pattern” from “Use” drop down menu and again in “Custom Pattern” you will find newly created pattern)
Step 7: Select newly created pattern and fill the layer. Change the layer mode to “Multiply”
Today, Mozilla is happy to release Firefox 3.6.4, the latest security and stability release for Firefox, used by nearly 400 million people around the world to browse the Web. This release provides crash protection for Windows and Linux users by isolating third-party plugins when they crash.
Results from our beta testing show Firefox 3.6.4 will significantly reduce the number of Firefox crashes experienced by users who are watching online videos or playing games. When a plugin crashes or freezes while using Firefox, users can enjoy uninterrupted browsing by simply refreshing the page.
Mozilla recognizes that third-party plugins provide important functionality in many of today’s websites. At the same time, plugins can lead to problems for users as they browse. With the ability to automatically alert users when they have out of date plugins, and now crash protection, Firefox 3.6.4 allows users to experience all the content they love without any of the hassles. (If you’re not running Firefox, Mozilla recommends that you make a habit of visiting the Plugin Check page to keep your plugins up to date.)
At this time Firefox offers crash protection for Adobe Flash, Apple Quicktime and Microsoft Silverlight on Windows and Linux computers. Support for other plugins and operating systems will become available in a future Firefox release.
All Firefox users are encouraged to upgrade for free by using the “Check for Updates” function in the Help menu, or by visiting www.firefox.com. For more information, please visit:
While working with PHP, I realized that deployment of a PHP application is far more easier as compared to deployment of a Ruby on Rails application. So I was wondering if there could be a way to deploy a Ruby on Rails application in a similar fashion, as easy as you check out the Rails project in a directory on the server, configure a VirtualHost in the webserver, restart the webserver and there you go, everything should work as expected.
deploy rails website with passenger -rails deployment with passenger
Luckily I did find a saviour,
“Phusion Passenger” a.k.a “mod_rails” or “mod_rack”
Here I am putting down steps to ride Rails on Passenger.
Install Passenger
Passenger is available as a Rubygem. As root,
gem install passenger
Install Passenger module for Apache
passenger-install-apache2-module
During installation it will prompt:
The Apache2 module was successfully installed.
Please edit your Apache configuration file, and add these lines:
NOTE: Do NOT copy-paste from here. Make sure you add the lines that passenger prompts you with.
It is specific to the OS installation. Mine was a Fedora Core 10 64-bit installation.
Next, it will help you to configure a VirtualHost for Apache
<Directory /somewhere/public>
AllowOverride all
Options -MultiViews
</Directory>
</VirtualHost>
Restart Apache:
As root,
/sbin/service httpd restart
That’s it, we are done.
Point your browser to your domain, and you should be able to see your Ruby on Rails Application.
Do keep in mind that the default Rails environment while using Passenger is “production”
To access your application in “development” or any other environment add the following line in your VirtualHost configuration:
RailsEnv development
Restarting your application deployed in production environment:
To restart your Rails application deployed in production environment you can restart Apache.
But that’s not a good solution if you are hosting multiple applications on the same server, or even generally, it doesn’t sound like a good idea to restart Apache every now and then.
To overcome that, you can restart your application in the following way:
From Rails Root Directory,
touch tmp/restart.txt
That’s it, this will restart you Rails application.
The best part is, Passenger is compatible with all the Rubygems and Rails plugins.
So nothing should break. I personally tried running a complex Rails application that uses Solr as the search engine along with acts_as_solr plugin, backgroundRB server for background processes, attachment_fu for file uploads etc, etc.
Everything worked like a charm.
For further configuration, please refer to the Passenger documentation found here:
You can also use Passenger to serve Non-Rails Ruby web applications. That can be a good alternative to the already prevalent mod_ruby module for Apache.
If you are using Nginx as your webserver, you can use Passenger module for Nginx.
There’s just one disadvantage to Passenger:
It doesn’t work on Windows. In any case, I personally never prefer to develop Rails (or any other) applications on Windows 🙂
Good news for Mac users:
fingertips has come up with an OS X preference pane for Phusion Passenger (a.k.a. mod_rails) that makes it a cinch to deploy Rails applications using Passenger on the Mac. It can be as simple as dragging a Rails application folder onto the preference pane! This is absolutely ideal for quick and easy Rails development on OS X.
You can download the Passenger Preference Panehere
In this photoshop tutorial we’ll show you how to add dust in your photo using Adobe Photoshop. convert photo into dust effect using photoshop .We are going to use Channels Tab in Layers Palette. Photoshop tutorial.
how to convert photo into dust effect using photoshop
Lets get started.
Step 1: Open Photoshop & open your image in Photoshop which you want to convert into dust effect. Double click on the Background Layer & press OK to work on it.
how to convert photo into dust effect using photoshop
Step 2: Go to Channel Palette and Create New Channel. Fill the channel with white color.
Step 3: Go to Filter > Noise > Add Noise and apply the settings given below in image:
Step 4: Then go to Filter > Stylize > Emboss & set the values given below in image:
Step 5: Go to Layer Palette. Create New Layer.
Step 6: Go to Select > Load Selection and choose (Alpha 1)
Step 7: Fill the selection with white color using Alt + Backspace & press Ctrl+D to deselect.
Step 8: Select Eraser Tool. Choose Spatter type of brush and erase the part of an image in such way that it should look as if the dust portion is cleaned off.
Apple Inc. has sold more than 3 million iPads just 80 days after the tablet computer’s launch in the United States.
The touch-screen iPad blew past analysts’ expectations even in its first month when it sold 1 million, and Monday’s 3-million mark signaled that it was not losing any steam.
Apple sells 3 million iPads in first 80 days
Apple sells 3 million iPads in first 80 days
“People are loving iPad as it becomes a part of their daily lives,” Apple Chief Executive Steve Jobs said in a statement. “We’re working hard to get this magical product into the hands of even more people around the world, including those in nine more countries next month.”
The news came as the prices of iPad’s e-reader competitors — Amazon.com Inc.’s Kindle and Barnes & Noble Inc.’s Nook — were slashed Monday to under $200. The iPad starts at $499.
But it seems price isn’t an issue when it comes to some of the hottest, and coolest, pieces of technology on the market, said Richard Doherty, analyst at Envisioneering Group.
“It’s fashionable and it’s ‘in’ and it’s less geeky than a keyboard,” he said. “It’s the new definition of ‘it.’ ”
Doherty said that at this rate he expected iPad sales to far surpass his original prediction of 5 million to 8 million within a year. And if there’s anyone who has returned an iPad, he’d like to meet them, he said.
According to Reuters, the iPad also is sold in Canada, Japan, Australia, Italy, France and Germany.
Google Voice is now available for everyone (provided you have a U.S. phone number).
The service, which started life out as GrandCentral, acts as a unified phone number. It can be used to make free calls to the U.S. and Canada, to send free text messages and more. Its voicemail system can even be.
Now, after more than fifteen months of testing with invite-only accounts, Google Voice is ready for the masses.
As great as the service is, it hasn’t existed without controversy. Last summer, Apple was criticized when the company barred the Google Voice iPhone app from its App Store. The battle over Google Voice was arguably the first shot in the current Apple-Google war.
And earlier today, Business Week reported that Frontier Communications is suing Google over alleged patent violations within the Google Voice service.
For many users however, Google Voice is a wonderful solution to the increasingly complex web of communication profiles. Instead of having to try to maintain separate phone numbers, users can just have one central number forwarded to different devices based on time of day or location.
Jmeter is basically used for load testing of web applications. Application Load testing is very important for every application. Jmeter is loved by every QA and testing software professional. If you are QA software professional then you need to know how install on windows or linux box and how use it properly. Here In this tutorial I shown you to how to Jmeter on Linux.
how to install Jmeter on Linux
install Jmeter on Linux
JMeter is to first download the latest production release and install it. The release contains all of the files you need to build and run most types of tests, e.g. Web (HTTP/HTTPS), FTP, JDBC, LDAP, Java, and JUnit.
If you want to perform JDBC testing, then you will, of course, need the appropriate JDBC driver from your vendor. JMeter does not come with any JDBC drivers.
If you want to install the jmeter on your linux box you need to follow my steps:
[viral-lock message=”Installation steps are Hidden! It’s Visible for Users who Liked/Shared This article on Facebook or Twitter or Google+. Like or Tweet this article to reveal the content.”]
1) Goto http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi
2) Download Binary 2.3.4.zip . The zip file name will be “jakarta-jmeter-2.3.4”
3) Paste it in /var/www/html/
4) Unzip “jakarta-jmeter-2.3.4”
5) New folder with name “jakarta-jmeter-2.3.4” will be created
6) Go to command prompt
7) go to “jakarta-jmeter-2.3.4” folder (cd /var/www/html/jakarta-jmeter-2.3.4)
8) go to “bin” folder (cd bin)
9) Now you are in bin folder (i.e /var/www/html/jakarta-jmeter-2.3.4/bin/)
10) type the command “sh jmeter”
11) After a short pause, the JMeter GUI should appear.
[/viral-lock]
After this you can use following commands for load testing.
For non-interactive testing, you may choose to run JMeter without the GUI. To do so, use the following command options
-n This specifies JMeter is to run in non-gui mode
-t [name of JMX file that contains the Test Plan].
-l [name of JTL file to log sample results to].
-r Run the test in the servers specified by the JMeter property “remote_hosts”
-R [list of remote servers] Run the test in the specified remote servers
The script also lets you specify the optional firewall/proxy server information:
-H [proxy server hostname or ip address]
-P [proxy server port]
In this tutorial I’ll show you how to create a haunted castle movie poster in Photoshop using an array of good techniques. Learn adjustment layers, channel selections and text effects to create a cool poster.
how to create haunted castle movie poster using photoshop
Lets get started!
Step 1: Prepare the Document.
In Photoshop open a new document at 1000 x 1300 with resolution set to 300 dpi and using RGB color.
Place the image of the castle into the document and resize it. Place the image with the castle prominently in the centre and toward the bottom of the document like this:
how to create haunted castle movie poster using photoshop
Step 2: Cut Out the Sky
With the castle layer selected go to channels and find the channel with the most contrast which is the blue channel here. Duplicate this channel by dragging it to the new channel button just like you would a layer.
Go to Image > Adjustment > Levels. Bring the right slider along to 205 and the left slider to 210.This brings out the contrast of the castle against the sky so we can cut it out.
Grab a hard black brush and cover over the castle trees and moat with black. Then do the same with a white brush on the sky. If you need to make a selection around any left out bits do so and fill with the correct color.
Next Ctrl + click the blue copy channel to make a selection go back to you layers palette and hit Ctrl + shift + I to inverse then Ctrl + J to bring the castle and trees into a New Layer by Copy & Paste and rename the new layer castle.
Select the image of clouds by google images and place it in the image and resize it . Put this layer under the castle layer.
Step 4: Balancing the Poster
Add a color balance adjustment layer.
Set the midtone to + 70 giving the image a red tint.
Add a levels adjustment layer and change the midtone input to 0.80 .
Add a hue saturation adjustment layer and reduce the saturation to 21.
Step 5: The Eyes
download the face image by google images & place it in the document and cut the eyes out using the marquee tool. Select just the area around the eyes including the eyebrows and bridge of the nose but exclude the ears. Then hit ctrl shift and I to inverse the selection and delete.
Step 6: Making the Eyes Dramatic
We’ll now work on the eyes and make them more dramatic and other worldly so they fit in with the theme of the movie. Hold Ctrl and + Key to zoom in the image of the eyes so you can work on the pupil’s and eyeballs.
We’ll start by reducing the color, go to Image > Adjustments > Hue-Saturation and reduce the saturation to around -32.
Step 7: Eyes
If you need to and grab the Dodge Tool set to midtones and exposure set to 75 % then brighten around the pupil and the white of the eye. Bring out the color of the eyes and keep going until the eyes look more dramatic.
Step 7: Adding Colour to the Eyes
Then add a New Layer fill with a red color #da2411 and set to color burn with the Eraser Tool on soft round brush erase away the red on the castle and sky leaving the color only on the eyes like so.
Next grab the Burn Tool set to midtones with a 10 – 15 % exposure and darken a little around the eyes.
Step 8: Reducing Shine of Castle & Trees
Use the Burn Tool set to midtones and 70 – 80 % exposure to reduce the glare on the castle walls and spires. Cover all the areas where the sun is hitting the castle. Do the same for any shiny areas on trees.
Now my Image is looking like this:
Step 9: The Skull
Get the image of the skull from google images and resize it so it covers the bush this takes away a random looking element and adds drama.Set this layers blend mode to Lighter Color and the layer’s opacity to 55 %. Label the layer skull.
Step 10: The Starring Man
Get the image of a horror face from google images place it in the document now resize and place it on the left. Change the blend mode to Linear Light. Now reduce the opacity down to 75 % and you should have this.
Step 11: The Title Text
Choose the type tool and the font Decrepit (BRK) at size 20 type ‘THE HAUNTED CASTLE’. If you don’t have this font already download it from here. Place the text over the line where the eyes layer meets the cloud layer. Then to give the text some depth copy the text layer (ctrl + J ) and rasterise it reduce the opacity to 36 % and nudge it down and to the right 2 pixel .Place the copied layer below the original.
Step 14: The Credits Text
Create a box with the marquee tool to boom of the poster and fill this with a dark red I used #6f0303.Put this layers blend mode on Darken.
Add lettering with the Type Tool to make the image seem more like a film poster. Type the names in a larger font and the titles such as director in a smaller font. Then compress the whole group of text by highlighting it and reducing the horizontal scale in the character palette to around 44. I also added a small symbol in white. This all gives the text a movie poster feel.
how to create haunted castle movie poster using photoshop
You should end up with something similar to this:
Step 15: Adding More Text
Add ‘MASTERPIECE’ in Trajan pro with double quotation marks. Then use the shape tool to create 5 small 5 sided stars (create stars from Basic Shapes by using Shape Tool) in dark red with the name of a magazine you like. Then add academy award winner 2010 and place in the lower right hand side.
Step 16: Fill with Light
To lighten up the image add a new layer at the top and fill it with white, change the layer’s blend mode to Overlay. Reduce the opacity to 50% (Shortcut key is 5).
Step 16: Adding Some Red
Then add a gradient adjustment layer with the colors stops set from #a3060b to #f60c0c, linear and 90 degrees. Set the blending mode to Luminosity and reduce the opacity to 10%.
And you done it!
Here’s my final result:
how to create haunted castle movie poster using photoshop
I found very useful links to find and download the best free photoshop brush sets. There are indeed free high-resolution brush sets. use with Adobe Photoshop
best free photoshop brush sets
There are indeed free high-resolution brush sets. We can use these brushes to working with Adobe Photoshop.
Can be used for grunge, stars abstract and smoke/forg effects. This set was based upon the stars of the heavens. This set, cataclysm, was designed to bring violent destruction upon the use of other sets. It has many uses and works very well for sigs.
Now with these wonderful brushes all you need is Photoshop and the brush tool selected, you’ll create floral frame brushes so awesome that you will love.
The pack contains the the letters of the alphabet, numbers and some extras. Theres a piece of tape and some marks which could be used in white and added to the labels once they’re done to make them look authentic and cool.
25 Tiny Text Brushes 02
It includes 25 tiny text brushes for icons. The .zip contains an .abr file compatible with Photoshop 7.0 and up.