User Profile

Collapse

Profile Sidebar

Collapse
neovantage
neovantage
Last Activity: Aug 23 '13, 07:32 AM
Joined: Aug 21 '08
Location: Lahore, Punjab, Pakistan
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Guys,
    I have done it myself. This is my code for future reference.


    Code:
    <?php
    foreach($alphabets as $key => $val){
       if(is_array($val)){
           foreach($val as $subval){
               $character[] = $key;
               $author_id[] = $subval->id;
               $author_name[] = $subval->author_name;
           }
       }
    }
    ?>
    See more | Go to post

    Leave a comment:


  • neovantage
    started a topic CodeIgniter: How to traverse 2 dimentional array
    in PHP

    CodeIgniter: How to traverse 2 dimentional array

    Hi,

    I have had an array in the format written view and i want to traverse through & format data as per my requirement.

    Code:
    Array
    (
        [A] => Array
            (
                [0] => stdClass Object
                    (
                        [id] => 255
                        [author_name] => Jane Alexander
                    )
    
                [1]
    ...
    See more | Go to post

  • I have fixed this issue. This was happening just because i am not using the parent div position relative.
    See more | Go to post

    Leave a comment:


  • neovantage
    started a topic z-Index is not functioning in google chrome

    z-Index is not functioning in google chrome

    Hi all,
    I am unable to control z-index in Google chrome.

    here is the URL of my work

    http://www.contourinteriors.com.au/

    I am using SuckerTree UL menus in my navigation. When i move over any link in the menu for example "About"; it shows sub menu. Just click on profile. Profile window will open. Now mouse over the link "About" again. You will notice that the sub menu will go behind...
    See more | Go to post

  • Unable to apply Bootstrap ScrollSpy in a page

    Hi,
    I am trying to implement Bootstrap Scrollspy in my content page but unable to do that. I also used Affix in that code which is working perfectly fine. I used the ethics advised by bootstrap but still failed. I am unable to point out where i am lack in.

    All i want as when we go to some specific section then the relevant navigation menu must be active. Live example is when we visit bootstrap and go to this link

    ...
    See more | Go to post
    Last edited by acoder; Nov 30 '12, 05:56 PM.

  • I have achieved it up to 90%. I used SuckerTree UL menus for this. But still i have a issue and that is When i mouse over to my nested menu link about us it apply the animate effect on li>a as well as ul (which is nested one). All I want that it apply on the li>a element only. Here is my updated Code.

    HTML
    Code:
    <div id="sidebar">
                <div class="suckerdiv">
    ...
    See more | Go to post

    Leave a comment:


  • How to open nested menu from root level verticle menu

    Hi,
    I have made a vertical menu using ul li & jQuery with some animate effect. Now what i want that when i mouse over to a link who have sub menu then it shows the sub menu and when mouse out it hide the sub menu of that link.

    For example I have the following navigation menu
    Home
    About Us
    ->Profile
    ->Mission Statement
    Services
    Portfolio
    Contact Us

    ...
    See more | Go to post

  • How to remove facebook page vertical scrollbar when using PHP SDK

    Hi All,
    I have recently developed a facebook Page Tab by using PHP SDK of facebook. I used this api in order to get the like status. If some one like my page then he can see a page which is different from the page which a user can see if he does not like. Now everything is working fine except facebook page scroll bar which is really annoying for me.

    Here is the url of my developed facebook page.
    PHP SDK. Link
    ...
    See more | Go to post

  • Can you guide me the query format as i don't have that level expertise to write query. That will be really helpful for me.
    See more | Go to post

    Leave a comment:


  • Yes but it gives me 1 to 1 result.
    I mean look at my format of query
    select * from category c, product p where c.catid=p.catid and p.catid={posted-catid}

    Now if i select sony then it will give me the products which relates to sony and if i select hp then it will give me the products which relates to hp but when i will click on Electronics, It does not return any record as Electronic id is not there in the product table &...
    See more | Go to post

    Leave a comment:


  • How to get records against root level id using MySql Query

    Hi,
    I have a scenario in which i am stuck with in my custom shopping cart.

    I have tables of category and product.Each product is against some category. for example


    Category Table
    Fields are catid, parentid, catname

    Data
    catid = 1, parentid = 0, catname = Electroics
    catid = 2, parentid = 1, catname = Computers
    catid = 3, parentid = 2, catname = Sony
    catid...
    See more | Go to post

  • No it's xhtml 1.0
    here is the format

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
            <base href="<?php echo PATH;?>" />
            <meta http-equiv="Content-Type" content="text/html;
    ...
    See more | Go to post

    Leave a comment:


  • Getting ???? while reading data from database which is in utf8_unicode_ci

    Hi experts,
    I have developed a website which is in russian language. I have integrated wordpress blog in it for news section. When i read the data from the database in my custom php page then it shows "?????" instead of showing russian characters. The wordpress database is in utf8_unicode_ci . When i post a news then it saves data in utf8_unicode_ci But when i read this data in my custom php page ( not in the wordpress template) then...
    See more | Go to post

  • Thank you acoder for your response. I fixed it now. Actually i was trying to use jQuery function in Mootools framework. But now i did it by using Mootools.

    From Mootools we can do it very easily. Here is the solution of my problem.
    Code:
    var newoption1 = new Option(file.name,file.name);
    			try{
    				$('temporary_file_to_assign_thumbnail').add(newoption1, null);
    			}catch (err){
    				$('temporary_file_to_assign_thumbnail').add(newoption1);
    ...
    See more | Go to post

    Leave a comment:


  • neovantage
    started a topic fancy upload, response and Javascript

    fancy upload, response and Javascript

    Hello,
    I am using fancy upload in my application. I easily integrate fancyupload in my page as per advised in the fancyupload website.

    When i get response after uploading the file on server, i want to append the filename of uploaded file in multiple selectboxes in my page.

    I found that onFileSuccess function i can retrieve the name of uploaded file by using using variable file.name but when i try to append this...
    See more | Go to post

  • Yes you were right. In order to change the numbers to bullets we have to use the theme minimalist-round and the relevant css.

    Thanks again
    See more | Go to post

    Leave a comment:


  • How to change the navigation control numbers to bullets in Anything Slider

    Hi,
    I am using anything slider in my client website. What i am facing that i have numbers in navigation control. I want to change the navigation numbers to bullets. Can some one guide me how can i do that.

    Here is the URL of my work.

    Kindly help me out to sort the problem. I will be very grateful.

    Thanks in Advance

    That's not a hard coded thing.
    Please have a look on my code....
    See more | Go to post
    Last edited by Niheel; Sep 30 '11, 06:23 PM. Reason: Your question should include the code, saves experts time by not having to ask for it.

  • neovantage
    replied to Paypal integration issue on my custom cart
    in PHP
    I have solved my problem. I was passing parameters through get method due to which it was not upload my custom cart products on Paypal Cart. I used Post method and it is working fine now.

    Thanks everyone
    See more | Go to post

    Leave a comment:


  • neovantage
    started a topic Paypal integration issue on my custom cart
    in PHP

    Paypal integration issue on my custom cart

    Hi experts,
    I am integrating paypal in my custom cart.

    I am facing a issue in which it tells

    "Your shopping cart is empty. Return to your merchant’s site to continue shopping."

    Here is my code which i am using on my website page

    Code:
    <input type="hidden" name="business" value="neovan_1220700005_biz@gmail.com" />
    <input type="hidden"
    ...
    See more | Go to post

  • How to embed javascript code in head tags after uploading an mht/html file using php

    Hi Geeks,
    I have upload a file using php normal form submission.

    Now what i want is when i upload that file, i open that file using php and when i found head tag i embed a script line. e.g.
    Code:
    <script src="ab.js"></script>
    How can i do that using PHP?

    Awaiting of your response geeks.

    kind regards,
    Mohsin Rafique
    See more | Go to post
No activity results to display
Show More
Working...