Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 56 of 62
Search took 0.41 seconds.
Search: Posts Made By: rajeevrla
Forum: Programming 8th March 2013, 10:35 AM
Replies: 25
Views: 2,162
Posted By rajeevrla
Re: How could I know if my programmer copy code from other places?

This page explains about the Wordpress license: WordPress โ€บ About ยป License (http://wordpress.org/about/license/)

Wordpress community feels strongly that plugins and themes are derivative work and...
Forum: Programming 8th March 2013, 08:54 AM
Replies: 25
Views: 2,162
Posted By rajeevrla
Re: How could I know if my programmer copy code from other places?

Don't worry, PHP codes are GPL but you might have to worry about the CSS and images the coder is using.
Forum: Programming 8th March 2013, 08:50 AM
Replies: 9
Views: 552
Posted By rajeevrla
Re: Hosting

yes, there are some good plugins which require PHP 5.3, if your server doesn't have it, you can't use it. It's always good to go with hosting company that remains updated.
Forum: Programming 7th March 2013, 10:14 AM
Replies: 92
Views: 4,522
Posted By rajeevrla
Re: I want to learn PHP

I learned the basics and still refers to this site: List of Videos for PHP (http://thenewboston.org/list.php?cat=11)

It has short video tutorials which explains PHP in an easy way. Best part is,...
Forum: Programming 7th March 2013, 09:59 AM
Replies: 88
Views: 3,904
Posted By rajeevrla
Re: Best Editor For Php??

Free: Notepadd++
Paid: Sublime Text 2
Forum: Website Design 7th March 2013, 09:42 AM
Replies: 5
Views: 1,285
Posted By rajeevrla
Re: How do I move a drop down menu to left side?

As Brandon pointed, you only have to change the CSS code to reflect the change so that menu is on the left side and the sub-menus opens towards the right side. Once I had to change the menu structure...
Forum: Website Design 1st October 2012, 02:16 PM
Replies: 11
Views: 651
Posted By rajeevrla
Re: Wordpress , Where is the CSS rule that defines the color of post title

yeah agree.

Actually .post h2 tag is defined twice. It seems that it is defined using the style tag somewhere in the page itself, most probably in the header.php or in the index,php file. Either...
Forum: Website Design 1st October 2012, 01:08 PM
Replies: 11
Views: 651
Posted By rajeevrla
Re: Wordpress , Where is the CSS rule that defines the color of post title

Change the code in your style.css file, line 509 to this:
.post h2 {
color: #624F27 !important;
font-family: DestroyRegular;
font-size: 16pt;


}
Forum: Website Design 30th September 2012, 10:01 PM
Replies: 5
Views: 365
Posted By rajeevrla
Re: Add Widgets to Footer?

you need to create widgets area in your footer.php file and make some changes in functions.php file.

Without looking at the theme's file, I can't tell anything, However, if you've some knowledge...
Forum: Website Design 30th September 2012, 09:43 PM
Replies: 5
Views: 365
Posted By rajeevrla
Re: Add Widgets to Footer?

Place it at the very bottom in the style.css file.

This code will work even if you don't adjust anything.
Forum: Website Design 30th September 2012, 08:28 PM
Replies: 5
Views: 365
Posted By rajeevrla
Re: Add Widgets to Footer?

Hi Brett,

You have added the widgets correctly. You just need to add the proper CSS code to display it correctly. Use and adjust the following code in your style.css file:
.rsbcontent {
...
Forum: Programming 15th September 2012, 10:38 PM
Replies: 6
Views: 565
Posted By rajeevrla
Re: Can you let me know if my order now button is working

Yes, it goes to paypal page but as pointed by Bruce, it's showing $1.00 for me too.
Forum: Website Design 11th September 2012, 12:19 AM
Replies: 12
Views: 765
Posted By rajeevrla
Re: Need Web Expert - Help Find Out Why My Site Is SO Slow!

The site loaded fine for me. I checked the Page Speed score, it's 90/100 which is pretty good. I don't think you have any major concern area for your site.
Forum: Programming 8th September 2012, 12:51 AM
Replies: 35
Views: 2,649
Posted By rajeevrla
Re: Please suggest me a Good PHP, CSS, JavaScript Editor

try notepad++, it's free too: Notepad++ Home (http://notepad-plus-plus.org/)
Forum: Website Design 8th September 2012, 12:38 AM
Replies: 4
Views: 395
Posted By rajeevrla
Re: Is it worth it for a beginner to buy a theme?

If you'll search you can find a lot of great FREE Wordpress themes. Most of the premium companies offer free themes. for Example, Woo Themes offers a lot of themes which are totally free: Free |...
Forum: Website Design 7th September 2012, 03:01 PM
Replies: 3
Views: 323
Posted By rajeevrla
Re: How Do I Make This Column Wider?

you are welcome. Great, it worked for you.
Forum: Website Design 7th September 2012, 02:57 PM
Replies: 8
Views: 672
Posted By rajeevrla
Re: Removing Title From Top of Page

"About" is the Title of the page which is being displayed. If you want to hide this Title from this page only, use the following code:
.page-id-456 #content .entry-title {
display: none;...
Forum: Website Design 7th September 2012, 02:32 PM
Replies: 3
Views: 323
Posted By rajeevrla
Re: How Do I Make This Column Wider?

Here's the new code you need. I have increased the width to 100px, you can change it as you like.

.right-sidebar #content {
float: left;
margin: 20px 0 0 -10px;
width: 600px;
}
...
Forum: Website Design 29th August 2012, 06:55 PM
Replies: 12
Views: 690
Posted By rajeevrla
Forum: Website Design 29th August 2012, 03:11 PM
Replies: 12
Views: 690
Posted By rajeevrla
Re: Efficient Way To Remove White Background

you'll have to play with tolerance level a bit to get the perfect result. Usually this method works if you've colors which are not so close. In this case white background was easily distinguished...
Forum: Website Design 29th August 2012, 02:56 PM
Replies: 1
Views: 522
Posted By rajeevrla
Re: Help With Pro Review Theme Feature Image

Could you please let us know the url of your website so that we can look and suggest the solution.
Forum: Website Design 29th August 2012, 02:55 PM
Replies: 77
Views: 3,080
Posted By rajeevrla
Re: which hosting company is the best ?

hostgator, bluehost, dreamhost

These are best in my experience so far
Forum: Website Design 29th August 2012, 02:52 PM
Replies: 12
Views: 690
Posted By rajeevrla
Re: Efficient Way To Remove White Background

If you have photoshop or similat tools:

1. select magic wand with very low tolerance and click on anywhere in the white area. Then press delete key from the keyword. All the white area will be...
Forum: Programming 29th August 2012, 02:24 PM
Replies: 2
Views: 555
Posted By rajeevrla
Re: Seriously Broke Wordpress Please Help? Infinite Scroll & Jquery

if you suspect scripts might have written something to database(and it is not easy to find), ask you hosting server to backup your databse to previous date. Usually a good hosting provider will have...
Forum: Programming 29th August 2012, 02:21 PM
Replies: 35
Views: 1,733
Posted By rajeevrla
Re: can you get good at programming in one year?

surely. 1 year is a lot of time and if you'll work consistently you can master from basic to advanced concepts. Start the programming and try to work on live projects as soon as you can, it will...
Forum: Programming 29th August 2012, 02:15 PM
Replies: 9
Views: 432
Posted By rajeevrla
Re: Wordpress Help Please

Are you still having issues? I can see the website correctly in firefox.
Forum: Programming 29th August 2012, 02:10 PM
Replies: 4
Views: 499
Posted By rajeevrla
Re: State and City auto in WP

Thanks hassan, it works perfectly. I bookmarked the site, will surely come handy in client projects.
Forum: Programming 29th August 2012, 05:39 AM
Replies: 5
Views: 660
Posted By rajeevrla
Re: stream .wma audio files online [urgent]

Check this tutorial, they have explained both for MP3 as well as WMA : How to stream music or audio from your website (http://nunzioweb.com/streaming_audio-example.htm)
Forum: Programming 29th August 2012, 05:36 AM
Replies: 2
Views: 430
Posted By rajeevrla
Re: Could anyone please tell me what language was used to build these websites?

Both websites are using PHP language and furthermore, Pulpfingers (http://pulpfingers.com/) is using Wordpress.
Forum: Website Design 27th August 2012, 08:29 AM
Replies: 8
Views: 400
Posted By rajeevrla
Re: How long to transfer this CONTENT to Wordpress?

exactly, tarif has explained it very well for you and for others who think that copying the content to wordpress is one hour job.
Forum: Website Design 27th August 2012, 07:27 AM
Replies: 8
Views: 400
Posted By rajeevrla
Re: How long to transfer this CONTENT to Wordpress?

noway, it can't be done in an hour. Even doing the copy paste for 40 pages will take atleast a day. After doing the copy paste the programmer has to make sure that the content on the wordpress site...
Forum: Programming 27th August 2012, 07:11 AM
Replies: 8
Views: 3,328
Posted By rajeevrla
Re: How to hide the menubar in a WordPress page?

You need to use the CSS property (display: none; ) for the menubar to hide the menu on a particular page. If you'll share the actual page, I can give you the exact code that is needed to hide menubar...
Forum: Programming 27th August 2012, 07:01 AM
Replies: 2
Views: 482
Posted By rajeevrla
Re: Need php page put together asap

I sent you email at your gmail id, let me know if the position is still vacant.
Forum: Wanted - Members Looking To Hire You 21st August 2012, 04:11 PM
Replies: 5
Views: 583
Posted By rajeevrla
Re: Fix WordPress Site - Hacked

Let me know if I can help you with your issues. Could you send me the url of the site to have a look.

Thanks,

Rajeev
Forum: Programming 21st August 2012, 04:10 PM
Replies: 31
Views: 2,145
Posted By rajeevrla
Re: What Programming Skills Would Be Needed?

lynda.com is a highly recognized site and it has a lot of features as you have pointed out already. Developer must have good experience with ecommerce site, Jquery knowledge would be an advantage.
...
Forum: Programming 21st August 2012, 03:31 PM
Replies: 31
Views: 2,145
Posted By rajeevrla
Re: What Programming Skills Would Be Needed?

lynda.com is a great site, I have learned everything from them. You'll need the programming skills like PHP which involves database. Try to find if a programmer is capable of handling database site....
Forum: Website Design 20th August 2012, 06:43 PM
Replies: 16
Views: 716
Posted By rajeevrla
Re: Does this squeeze page fit on your screen?

yeah, the main DIV which contains all the text is set to 1100px in width, ask your developer to make it 960px or 980px. Here's the modified code:

#global_content {
margin: 0 auto;
...
Forum: Website Design 20th August 2012, 06:34 PM
Replies: 5
Views: 409
Posted By rajeevrla
Re: Please share with me some Design tips.

1. agree, use Tables only for the tabular data, never for your site structure.
2. Use a simple editor like notepad++ to write HTML and CSS code.
3. additionally you can use the browser's debugging...
Forum: Website Design 20th August 2012, 06:27 PM
Replies: 8
Views: 2,273
Posted By rajeevrla
Re: Best free CSS editor to help me create, modify, & learn coding.

Dreamweaver can be used to see runtime changes with CSS, however best way to learn CSS would be to design a page and then use the browser's debugging tool. Chrome and IE has inbuilt. For firefox,...
Forum: Programming 20th August 2012, 05:23 PM
Replies: 8
Views: 611
Posted By rajeevrla
Re: Wordpress error

This is not a common problem, but if happen can make you mad. It happened to one of my clients, I had to delete all the blank spaces after the PHP code to make it work again. This is not a Wordpress...
Forum: Programming 20th August 2012, 05:18 PM
Replies: 6
Views: 764
Posted By rajeevrla
Re: I need urgent help, How To Move Wordpress Site To New Host Without Losing Any Files ?

yea, you'll have to copy the old database file (SQL file), then import it to new hosting server. You'll get back all the contents.
Forum: Programming 20th August 2012, 05:16 PM
Replies: 7
Views: 625
Posted By rajeevrla
Re: Which of these laptops is better for business?

your multi tasking work will need a good processor, remember to compare the processors here: Intel Processor Comparison...
Forum: Programming 20th August 2012, 04:51 PM
Replies: 4
Views: 622
Posted By rajeevrla
Re: How do I put banner on header? Please help..

Is you problem solved? I can see the banner on your website in the header. You need some good looking free themes, why not try Woothemes, they have lot of free themes available: Free | WooThemes...
Forum: Programming 20th August 2012, 04:46 PM
Replies: 65
Views: 5,554
Posted By rajeevrla
Re: Best PHP/HTML Code Editor/IDE to use

I always use Notepad++ It has auto completion, indentation, color coding, code hinting. It is very easy to code PHP, HTML, CSS here.
Forum: Programming 20th August 2012, 04:38 PM
Replies: 6
Views: 533
Posted By rajeevrla
Re: Can any of my fellow warriors help me find a PHP programmer?

Let me know if you still have the requirement. I can help you with design as well as PHP coding.
Forum: Website Design 26th July 2012, 11:02 AM
Replies: 25
Views: 45,777
Posted By rajeevrla
Re: How do I make blank lines with HTML?

put 6 <br/> tags to push it below 6 line spaces.
Forum: Website Design 26th July 2012, 10:36 AM
Replies: 10
Views: 711
Posted By rajeevrla
Re: [QUESTION] How are you guys uploading "mobile" websites for clients?

Yea, most of times clients are not sure of the hosting account details. In this case, I ask them to forward the initial mail which they got from their hosting company(like hostgator) or Godaddy login...
Forum: Website Design 22nd April 2012, 03:59 AM
Replies: 7
Views: 1,323
Posted By rajeevrla
Re: How Make Pic Transparent: Gimp: Not What You Think!

Hi LastWarrior,

Great! You problem is solved. Looking into the image can give an insight into what tool to use. As I said there are various tools to do similar work, some are easy to use and some...
Forum: Website Design 22nd April 2012, 03:16 AM
Replies: 3
Views: 589
Posted By rajeevrla
Re: How to show a full post and excerpt posts on front page?

There is a solution posted for the sticky post to show full content for the default twentyten theme: WordPress › Support ยป How to make sticky post to show full text in TwentyTen...
Forum: Website Design 22nd April 2012, 02:35 AM
Replies: 4
Views: 494
Posted By rajeevrla
Re: Possible to Edit Theme and Place Widgets on Right Sidebar?

You can edit the style.css file so that the sidebar is moved to the right side. After looking into the demo page, here's the solution:

line no: 119

replace this code:
#aside {
float:...
Forum: Website Design 22nd April 2012, 02:27 AM
Replies: 7
Views: 784
Posted By rajeevrla
Re: 'Coming Soon' page

You can use this free Coming soon wordpress theme from Woo themes: Placeholder | WooThemes (http://www.woothemes.com/2011/01/placeholder/)
Forum: Website Design 22nd April 2012, 02:19 AM
Replies: 11
Views: 637
Posted By rajeevrla
Re: Free image for my website

This is a great article to help you find free pictures, it also explains the licensing issue: How to Find Free Pictures for Your Blog...
Forum: Website Design 22nd April 2012, 02:16 AM
Replies: 6
Views: 13,694
Posted By rajeevrla
Re: What are some good free fully customizable Wordpress themes?

I often use the free themes from Woo themes for my client Projects. They are very much customizable, everything from homepage to unlimited sidebars: Free | WooThemes...
Forum: Website Design 22nd April 2012, 02:15 AM
Replies: 7
Views: 1,323
Posted By rajeevrla
Re: How Make Pic Transparent: Gimp: Not What You Think!

I use photoshop to edit the images. It has the tool called magic Wand. I guess Gimp will surely have similar one.

Use the magic wand to select the inner area of the donut, then after the selection...
Forum: Website Design 6th November 2011, 02:00 PM
Replies: 12
Views: 445
Posted By rajeevrla
Re: Looking for CSS tool

Yeah Michael is right, Firebug is the best plugin to track CSS.
Forum: Ad Networks (CPM/CPL, Display) 8th September 2011, 02:52 PM
Replies: 8
Views: 1,284
Posted By rajeevrla
Re: $1 Domains From Godaddy( .com,.net, org, us, mobi, biz, ca, co.uk, & in)

It's not working for new .in registration. Has anyone tried booking .in domain with this promo?
Showing results 1 to 56 of 62

 
Forum Jump


All times are GMT -6. The time now is 06:57 PM.