- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
59 Posted Topics
Hi, [B]THE CSS FILE:[/B] [code] #wrapper { z-index: 1; width: 97%; margin-right: auto; margin-left: auto; text-align: left; } #topPresentation { width:100%; background-image: #E6E6E6 url(backgroundnew.jpg) repeat-x center top; } #logo { z-index: 2; width: 10%; float: left; } #primaryLink { z-index: 2; width: 25%; float: right; line-height:100%; font-size: 110%; font-family:Georgia,"Times New …
Hi, I used to use adobe illustrator, photoshop and fireworks for image editing when I was using windows. We have decided to switch over to linux and was wondering what good applications can we use. I found gimp but its not enough it does not handle vector images and we …
Goal: Get values which are unique in $resultSecond So I have two objects. $result->>entity_id $resultSecond>entity_id I want to get values which are unique to $resultSecond and are NOT in the $result. I tried to use array_diff(). It did not work as they are objects. I think. Below is the code …
Hi, I have a list of posts which I want to share with my group of workers. I use an rss reader to read them personally. how can I share it with them. I tried google reader but it does not show all the posts in the shared option. Also …
Hi, Say I have the same content on my front page and another sub page of my site and this is done due to the limitation of my cms then how can I tell inform google which version is more important / original so that they rank that page instead …
Hi Guys, I am trying to implement the masonry plugin on my blog [url]www.Iamvishal.com[/url] but I can't seem to get it working. Below is my code. Any clues as to what I am doing wrong ? [CODE] $(window).load(function () { $('#content').masonry({columnWidth: 185}); }); [/CODE] Cheers, vishal
Hi, I am looking to make a div tags background invisible. I don't want the text to be invisible. If I use css opacity to get it done then the whole div tag disappears. I only want the background to go. I searched the net but there aren't any easy …
Hi, My script works perfectly but when I put in in the wordpress post the below variable is changed from [CODE] var initialData="\{\"0name\":\"Secret\",\"0brandStatus\": \"checked\",\"1name\":\"OldSpice\",\"1brandStatus\": \"checked\",\"2name\":\"Degree\",\"2brandStatus\": \"checked\",\"3name\":\"Dove\",\"3brandStatus\": \"checked\",\"4name\":\"Axe\",\"4brandStatus\": \"checked\",\"5name\":\"Maxim\",\"5brandStatus\": \"checked\",\"6name\":\"Nivea\",\"6brandStatus\": \"checked\",\}" ; [/CODE] [B]to[/B] [CODE] var initialData="{"0name":"Secret","0brandStatus": "checked","1name":"OldSpice","1brandStatus": "checked","2name":"Degree","2brandStatus": "checked","3name":"Dove","3brandStatus": "checked","4name":"Axe","4brandStatus": "checked","5name":"Maxim","5brandStatus": "checked","6name":"Nivea","6brandStatus": "checked",}"; [/CODE] [B]How do I make sure the …
Hi, I want the db to return records which have either "bmw" or "audi". Below is my code but the db only shows records which have bmw. [CODE]SELECT * FROM `details` WHERE BRAND = 'bmw' OR 'audi'[/CODE] Thank you in advance. Cheers, Vishal
Hi, I want the db to return records which have either "bmw" or "audi". Below is my code but the db only shows records which have bmw. [CODE]SELECT * FROM `details` WHERE BRAND = 'bmw' OR 'audi'[/CODE] Thank you in advance. Cheers, Vishal
Hi, Below is a working code. [CODE] 1. if($('input[name="test"]').is(":checked")) 2. { 3. // my other code 4. } [/CODE] I want to remove "test" and put a variable there instead I tried this way but it does not seem to work. I am not sure where I am going wrong. …
Hi Guys, I am looking to query a db having multiple brands of cars then from those results I want to further filter it based on the type of oil they use. I have written the below but it does not work and I am not sure how I can …
Hi, I want to insert a array variable in a another variable. I know how to get it done in php but not in JavaScript. Please advice how should I code the syntax for variable statement ? [CODE] var name[0][0]="tom"; name[0][1]=12; statement="My name is".name[0][0]."and my age is".name[0][1]"; [/CODE] I searched …
Hi, Below is the data format which I am passing to php via javascript in json format. [CODE] {"name":"Secret","value": "checked","name":"OldSpice","value": "unchecked","name":"Degree","value": "unchecked","name":"Dove","value": "unchecked","name":"Axe","value": "unchecked","name":"Maxim","value": "unchecked","name":"Nivea","value": "unchecked",}[/CODE] I can access the data successfully using the code [CODE]echo $_POST['name'];[/CODE] I want to convert it to an array. I tried to use json_decode() …
Hi, I have the below code and it works fine except the part where I need to access data.Picture. I know its a syntax error but I can't seem to understand what. [CODE]$.post("rpc.php",arr, function(data) { $('#dorants').append(data); $('#dorants').append(data.Picture); [/CODE] Like always appreciate the help :)
Hi, Below is my code which I am using to remove a div tag. I also want the script to add the same div tag later once certain conditions are meet. The div has some preloaded content too which I don't want to loose. I tried the add() function but …
Hi, I am currently deciding in which technology should I put more time in and learn . I have been working with drupal and wordpress since 4 months and I like the platforms. As for the browser side work I am a bit confused whether I should put more time …
Hi, Please visit [url]http://www.dell.com/us/p/laptops[/url] In the dell site a user can select different features of what he/she wants like screen size, processor speed and and the script gets the products that meets the criteria. I would like to get the same thing done on my site but I don't know …
Hi, Please visit my site at [url]http://www.stopsweats.org/prevention-for-excessive-sweating/how-to-stop-excessive-sweating/[/url] The ad which I have put is suppose to be on the right hand side and it works fine in firefox and chrome but ie keeps it dead center. How do I get it to move in ie version 8 ? Any help …
Hi, I am having two sites. Site A gets a 40% click through rate while site B gets only 10% at best click through Rate. I have tried many layouts and ads to increase the Click Through Rate but I have failed. Is there a site which can teach me …
you can also create a pad file and submit to 100's of software directories automatically.
if you using dreamweaver there is an option to change from absolute path to relative paths. As you have posted this in the php section. I am guessing you want a php solution for it. I did a bit of searching and found a php script which can search and …
Hi, I am currently making my own template for wordpress and I am using someone elses template as a reference. I came across this code: [CODE]thesis_head::build();[/CODE] I don't know what this code means ? What is :: for ? Cheers, Vishal
wouldn't it be better if you just used a database to store this data instead of files and then php cud be easily used to work on this data ? I never liked working with files. just my 0.02 cents
Hello, I am saving my data in a text file. I can successfully access my file and add records in it and even search it. but when it comes to del a record i dont know how to do it. Can some one please advice. Regards, Vishal
Hi, Has anyone animated a complext svg file ? I would like to know your experience ? Browser support? Time It Took ? Anything unexpected ? if possible a link on ur work would be great. Appreciate it. Vishal
Hi, I want to write a script which will search the net based on a few parameters. They are: 1) Find sites which high pr. 2) Sites should have the feature to allow users to register. I know very basic php and I was wondering how I should go about …
Hi, My client wants me to have the same feature as this site where a user selects a fabric and it shows on the image and stuff like that. I have new clue how to do this. Does any one have any idea on how to get this done ? …
Hi, I am searching for a software to help me make my sites templates. I currently use [url]http://www.artisteer.com/[/url] but was wondering if there are any other ones out there. Cheers, Vishal
Hi, I am making a eCommerce site for a client of mine and I want to add products on the site. I don't want to pust plain vanila pictures of the products. I was wondering if I can take a plain image and make it into 3d or get a …
Hi, I want to have a central server where many users using only a monitor , keyboard and mouse can log on and work together. I was wondering if virtulization is the answer for me. Any lead way will be appreciated. Cheers, Vishal
Hi, I am using Borland c++ builder 2009 and I want to make a graphical application for my project. I need a book that can teach me that. I searched the net but I always found book on version 5 which is over 10 years old. Does anyone know any …
Hi, I need to use the borland c++ complier for making my college project. I use only linux and I am unable find the compiler. Any help will be much appreciated as I am stuck. cheers, Vishal p.s- Gcc and other compilers are not allowed for the project .
Hi, My aim is to have one div element move up when there is a mouse over and another div element to become visible when the same mouse over effect takes place. I managed to do this you can see the video here [url]http://www.youtube.com/watch?v=kmdx4p_FE4M[/url] and the code I used is …
Hi, I am not good in flash hence I am looking for a alternative soution to get the below effect done. I really like this effect I want to use it on a site I am making. I was wondering if I can make it in ajax ? To see …
Hi, I came across the said image [url]http://imagebin.org/60334[/url] What I liked was the text has been turned to a selection and then it has been used to delete the yellow box to show the background image. I understand the logic but I don't know how to get int done in …
Hi, I am confused between which layouts to use. I like fixed layouts as they are easy to make but they say flexible layouts are better for big screen sizes. Lately I have a higher resolution screen and I do admit that all my prev sites are much more difficult …
Hi, I am using a wide screen laptop and my lcd does not support 1024x768 display or atleast it does not take up the full screen because of the display ratio. I did not like the 1280x768 display which ubuntu was showing by default so I used the virtual screen …
Hi, My computer's resolution is 1280x768 but I want to make sites for computers having 1024x768. I cannot change my display resolution as I am having a wide screen laptop and If I force the os then everything thing looks stretched. I would like to know if there is a …
Hi, I am using kubutu and my computer is using vishal-laptop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux I am able to change the display resolution in kubuntu but when I change from 1240x768 to 1024x768 then the resolution does change but the new resolution does …
Hi, I am new to linux and was wondering if there is any application which I can download or purchase which will help me edit flash projects in linux. Cheers, Vishal Khialani
Hi, I am about to do a c project for my college term. My main aim is to spend my time and make a really useful software not just another project. I would like the community to give their ideas on something which I can make and develop and spend …
Hi, Like many of the earlier users I am also facing a problem on my touchpad. I am new to linux. I first tried to use the xinput list and the below result shows no touchpad Virtual core pointer" id=0 [XPointer] Num_buttons is 32 Num_axes is 2 Mode is Relative …
[QUOTE=djjjozsi;928625]use long php open tags instead.[/QUOTE] Hi, Wht does long php tags mean ? for my update
Hi, Please see below code which I need to understand. I tried to find information on the php site and the manual and the php book I have but could not find it. Wht does this mean " => " [code=php] function emailusers_menu() { $item('admin/emailusers/compose/%')= array( 'title' => 'Compose a …
Hi, Please visit [url]http://www.iplt20.com/ipl-delhidaredevils.shtml[/url] All the elements on the site are kind of transparent and we can always see the background even if we scroll down. I am surprised and was wondering how did the developer do this ? Would appreciate if the community can give their feedback. Cheers, Vishal
Hi, There are many version of html and you need to tell the browser which version you are using so avoid discrepancies. 1) Go to [url]http://validator.w3.org/[/url] and put in ur url you will find ur page has 61 errors. Get rid of them and then the browsers won't be confused. …
Hello, I am currently developing a site [url]www.zarsource.com[/url] I am unable to remove a white space on the image sometimes it appears of the right some times to left depending on the browser. Please advice how to I get rid of it. Any type of help and guidance will be …
Hi, I am working on a project where I need to save data which the user inputs for future reference and manipulation. I know one can use a database or a binary file. I would like to use a database but I don't know where to begin. I know one …
The End.
vishalkhialani