Nested datagridemplois

Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    2,000 nested datagrid travaux trouvés au tarif de EUR

    I am looking for a WPF professional developer who can create a simple one window application. I will then use the code from your demo application in my project. Please check out the attached screenshot. You would actually only have to implement one column in the grid. But what is special is that it must be possible to select the value with a combobox. The values in the column must be unique. What means that if you have selected Value A in the first row, you can't select Value A any more in the second row. Value A shouldn't appear any more in the combobox. As soon as you have removed Value A from the first row it should be possible to use Value A in the second... It should be possible to have multiple sets of the values you have filled in the grid. By selecting another set (...

    €28 - €230
    Urgent Scellé
    €28 - €230
    6 offres

    Assist in data verification formulas for a Simple Spreadsheet. Should take about 1-hour. I need to make IF statements and nested IF statements to check if conditions are met and output 0 or 1 depending.

    €29 (Avg Bid)
    €29 Offre moyenne
    12 offres
    Write some Software S'est terminé left

    ...will be shared to illustrate steps we took. The use of a slider for product customization is a new component, which we do have sample code and example on changing the SVG component appearance, the same as our production tool color generator. The most important aspect is the wizard and its indicators. The wireframe is modeled using a nested wizard style.. For example Step1 > substeps1> substeps1, Step2 > substeps2> substeps2, Step3. Utilizing the nested wizard style, we need the Steps indicator to change only when on main step. We have a wizard that closely matches what we want to use that with an additional wizard plugin (jquery-steps). Candidate must have strong jquery skills to customize if necessary. I am interested in knowing from you the best ...

    €261 (Avg Bid)
    €261 Offre moyenne
    8 offres

    I have a script that already works, but i need to add some functionality to it. You will have to add to what I already have It's PHP using simple XML to get value of nodes from an XML file, using an array And then writes that data into a new file. I need to get additional information from the source xml file, and it is from nested nodes, which I am not sure how to access. I have tried looking at online forums, but cannot figure it out. Need help ASAP and it will be a quick fix if you know what you're doing!

    €22 (Avg Bid)
    €22 Offre moyenne
    15 offres

    I have an existing WPF project, which uses a DataGrid. Inside this datagrid there are combo-boxes. It is actually working when I fill in the data manually on the grid. But the problem is, when I want to load the datagrid with the data already inserted the combo boxes remain empty. I guess it is somehow a problem with the binding. To solve the issue I can give you the VS2015 project and show you what the problem actually is. For a professional WPF developer this shouldn't be a huge problem and could be fixed within 1-2 hours.

    €29 / hr (Avg Bid)
    Urgent
    €29 / hr Offre moyenne
    6 offres
    Build a Website S'est terminé left

    ...template edits to allow for other content aside from just featured/cart items 2) Header changes to allow for home page multiple image fader and secondary pages with different header images - should be worked into theme module or elsewhere 3) Changes to cart to allow for prescription eye wear purchases (not just non-prescription) 3a) Including changes to how attributes are set up to allow for nested attributes and different types of inputs for attribute selection on frontend 4) Cart checkout - additional information gathering from purchaser and how this information is handled by admin 4a) Ability to allow full purchase or hold some items for later processing This is not a huge project. Any skilled developer who has a lot of experience with wordpress shopping sites sho...

    €258 (Avg Bid)
    €258 Offre moyenne
    59 offres

    ...too complex, please do not hesitate to say something! This program is only limited to our imaginations... and money, but you get the point. Again, it doesn't need to be very complex. Please avoid the use of: - ans, global, flag, and persistent variables - break/continue statements - quit(), exit(), error(), evalin(), assignin(), disp()/display(), and run() functions - nested function definitions - function definitions in the program file - recursive functions This is a one time project for now, but there is a possibility for it to evolve into a using a GUI in the future....

    €250 (Avg Bid)
    €250 Offre moyenne
    5 offres

    In the bid for providing an Exercise Capability, there is a requirement for a simple scenario management tool that is one level up from a basic spreadsheet. There will be 4 exercises per year for two years. The basic requirement is as follows:  10 events over a 3 day period with a daily maximum of 25 injects.  Injects nested within events.  Unique indicator and owner (appointment), per event and inject.  Event Status – start/end date & time, ready, active, complete.  Inject Status – start time date, ready, active, complete.  Training Objectives – selectable against events.  Free text follow-up detail box per inject.  Timeline view with all data interactive and ‘draggable’.  Event view – filterable and sortable.  Inject ...

    €14683 (Avg Bid)
    €14683 Offre moyenne
    14 offres

    I'm IT in small company with little skills about scripting and webdesign for Our needs I'm asking for code in php - tree from flat database data - Adjacency List Model or Nested Set Model (coder should determine what is better model) - it should be web based representation of database data (tree left on page, data right on page) it should be used for storing any kind of information in hierarchical tree (database driven) - mostly asset management with photos, scanned documents or files, description of items, quantity and custom parameters project delivery is not so important - but it should be about 1 or 2 months - maybe more after specification of what it should do and how it should work next step will be application for smartphones (and/or tablets) for collecting raw ...

    €689 (Avg Bid)
    €689 Offre moyenne
    20 offres

    I have a csv file with multiple lines that needs to be converted into a json format. I have attached an example of the input and the output file. The top area of the json file (header) has to be provided by the script (not in the csv file). Input files will have approx. 10.000 lines, script needs to handle large input files. Format o...the output file. The top area of the json file (header) has to be provided by the script (not in the csv file). Input files will have approx. 10.000 lines, script needs to handle large input files. Format of input file is ANSI - output has to support special characters (please see special characters in sample files). There are online tools available that do the same job, but don't provide the nested area (see "substitutions" in the out...

    €69 (Avg Bid)
    €69 Offre moyenne
    14 offres
    Write an iPhone application S'est terminé left

    Hello, I'm looking for someone that can assist me with writing a code in Swift that will populate JSON API onto a UITableview. The JSON data is in form of a nested Dictionaries and arrays. Attached is a sample JSON Response

    €46 (Avg Bid)
    €46 Offre moyenne
    19 offres

    I have created a structure for the data of a client. The structure has nested structures. I want to access (write and read) the members of the data of the client. OPTION STRICT Structure ClientData Dim ClientName As String Dim ClientCode As Int16 Dim OrderL As List(Of OrderStruc) End Structure Structure OrderStruc Dim OrderNum As Int16 Dim OrderDate As Date Dim PackContentL As List(Of PackContentStruc) End Structure Structure PackContentStruc Dim ItemName As String Dim ItemQty As Int16 Dim MaterialL As List(Of Materialstruc) Dim ShapeL As List(Of ShapeStruc) End Structure Structure Materialstruc Dim MaterialName As String Dim Materia...

    €45 (Avg Bid)
    Urgent
    €45 Offre moyenne
    5 offres
    Build a Website S'est terminé left

    ...standard information (eg Name, address etc). We would like to have an option that would enable the ability to auto-populate such fields by the ability to sign into gmail, facebook etc. • Detailed information is then entered by the secondary client, however such information will not be physically typed, but rather entered from available nested drop down options. These options will be pre-loaded by us into the website, and will include up to 20,000 nested options. • Secondary clients status must be constantly updated to determine if they are active on the website or not. This will be achieved by either phone app notifications or weekly automated emails. No responsive clients will have their status automatically updated to non-active. • At the end of all a...

    €1373 (Avg Bid)
    €1373 Offre moyenne
    94 offres

    1) Code is attached here 2) Extract text from alternative in 3D nested loop and declare global variable for alternative

    €22 (Avg Bid)
    €22 Offre moyenne
    2 offres

    1) Code is attached here 2) Extract text from alternative in 3D nested loop and declare global variable for alternative

    €20 (Avg Bid)
    €20 Offre moyenne
    6 offres

    1) Code is attached here 2) Extract text from alternative in 3D nested loop and declare global variable for alternative

    €136 (Avg Bid)
    €136 Offre moyenne
    4 offres
    Extract text from protocall buffer S'est terminé left

    1) Code is attached here 2) Extract text from alternative in 3D nested loop and declare global variable for alternative

    €19 (Avg Bid)
    €19 Offre moyenne
    5 offres
    Racket Programming -- 2 S'est terminé left

    ... Your solutions do not have to be tail-recursive unless the specific problem requires it. Write two versions of a tail-recursive function that computes the length of a list. The functions should return the same results as the built-in function length. For example, (lengtht '(a b c)) => 3 (lengtht '((a b) (c d e)) => 2 Write a first version, lengtht that is tail recursive and uses external (non-nested) auxiliary functions as needed Write a second version, lengtht2 that uses no additional top-level functions. The function should still be tail-recursive, and can use any local bindings that you want. Write a tail-recursive function to compute the value of a polynomial given a value and a list of coefficients. If coeff is a list of coefficients (a0 a1 a2 ... an), then...

    €94 (Avg Bid)
    €94 Offre moyenne
    3 offres

    We have a file in 3DS or in new photoshop 3D and it is currently a composite of 70 odd layers of "material" we are looking to have each of the 70 layers stripped out to be a 2D cut path so tha...composite of 70 odd layers of "material" we are looking to have each of the 70 layers stripped out to be a 2D cut path so that we can make the model in 3D using a CNC router. File format of each of the laminate layers is not that important. We just need to get them extrapolated from the 3D model. All the layers are there already separated in photoshop. Just need to be stripped out 1 by one and nested into a sheet to be cut by CNC. I know its a quick job for someone who knows what they are doing!! :) but after a couple hours getting angry... its time to hand it over to...

    €151 (Avg Bid)
    €151 Offre moyenne
    15 offres
    XMPP client Swift/ObjC only -- 3 S'est terminé left

    ...command provider complete XEP-0054 vcard-temp XEP-0055 Jabber Search XEP-0059: Result Set Management XEP-0060 Publish-Subscribe XEP-0065 SOCKS5 Bytestreams: TCP mode only for now XEP-0066 Out of Band Data XEP-0073 Basic IM Protocol Suite XEP-0077 In-Band Registration XEP-0078 Non-SASL Authentication XEP-0079 Advanced Message Processing XEP-0082: XMPP Date and Time Profiles XEP-0083 Nested Roster Groups XEP-0085 Chat State Notifications XEP-0091 Delayed Delivery (old spec) XEP-0092 Software Version XEP-0095 Stream Initiation XEP-0096 File Transfer XEP-0100: Gateway Interaction XEP-0106 JID Escaping XEP-0114 Jabber Component Protocol XEP-0115 Entity Capabilities XEP-0117 Intermediate IM Protocol Suite XEP-0124 Bidirectional-streams Over Synchronous HTTP (BOSH...

    €1721 (Avg Bid)
    €1721 Offre moyenne
    28 offres
    Project for timedsgn S'est terminé left

    Hi, you made a year ago a Logo Family for my websites (competition) I'd kindly ask if you are willing to do one additional logo. It schould be a double nested M same appearance line the other ones the used name is Machinery Marketplace.

    €46 (Avg Bid)
    €46 Offre moyenne
    1 offres

    I need to convert multiple java classes and functions to C#. The basic gist is that in a Java program we use specified headers to read data from a website then filter that data into a list. I need this done in C# to be used with a Windows Form DataGrid. If you have any questions message me here I will be more than happy to help. All Java source files are available, you will need to hand over everything (Documentation,source,etc.) that you produce for this, so if you make documentation you need to provided that as well. Price negotiable.

    €239 (Avg Bid)
    €239 Offre moyenne
    23 offres
    Write some Software S'est terminé left

    I need to develop a wordpress application that builds a form, performs a nested calculation then exports the results of the calculation to a pdf certificate for download and submits user contact info to the site admin example of nested calc ((fieldname3+(fieldname7/2)+fieldname5+(fieldname8/2)) - ((fieldname9*12)+(fieldname10*0.5)+(fieldname11*12)+(fieldname12*0.5))) *2.75

    €534 (Avg Bid)
    €534 Offre moyenne
    18 offres

    I will give you ER digram which is basically online music store , you have to complete below points ( script) • Use OIDs instead of primary keys for all tables • Use REFs instead of foreign keys for all tables • Consider using nested tables and varrays to implement compositions (dependent entities) where appropriate. • Consider using subtype hierarchy to represent different types of albums (i.e. CDs, vinyl, MP3 and Cassettes) transforming the subtype hierarchy into a single supertype table. Note that the subtypes overlap (i.e. the same album can be released in different formats). Consider the implications of your design on data redundancy and complexity of the solution and justify your design decisions.

    €17 (Avg Bid)
    €17 Offre moyenne
    4 offres
    Write some Software S'est terminé left

    Looking for a PHP developer who has had experience manipulating HTML. We have a requirement to 'find and replace' sections of a HTML document. So all ...opening tag (or part of one) that is to be searched for - receives a string of HTML which is to replace that being sought function replaceTagContent($sHaystack, $sNeedle,$sReplacementHTML) The function should: - find a match for the opening tag which was passed to it within the HTML that was passed to it - find the closing corresponding tag (allowing for the fact that there could be many nested HTML tags between opening and closing tags) - replace the entire section between opening and closing tags with the replacement HTML originally passed to the function - return the new version of $sHaystack with the relev...

    €29 (Avg Bid)
    €29 Offre moyenne
    10 offres
    Write some assignments S'est terminé left

    ...when n=10000. Then double the size to n=20000. You should notice that the linear running time also roughly doubles, while the quadratic running time roughly increases by 4x! (1)Write O( n ) code to fill the array. Hints: Recall that often a more efficient solution will use more memory. Can you use another array or an array of another type to help you create a more efficient solution? Only nested loops result in O(n2) efficiency. Consecutive loops can still be O( n ). (2)Write O(n^2) code to fill the array. Assignment 2: How many cell phones are sold each year in the U.S.? Estimate your answer and explain your reasoning. For this question, you will not be graded on your answer. You will be graded on whether your reasoning is logical. Explain how you get your estima...

    €18 (Avg Bid)
    €18 Offre moyenne
    2 offres

    The project is to design a nice GUI interface using C# and DevExpress WinForms. I will need some menus, DataGrid from DB and Scheduling capacities.

    €5 - €10 / hr
    Scellé LDN
    €5 - €10 / hr
    4 offres

    Hi there, we are looking for someone to design a Magento category display template. To show products in the frontend in a datagrid format, (like Excel) attributes being the column headings, prices at the end of the row with multiple select check boxes in the first column and Buy Button top and bottom. Single product per row. We need to be able to adjust the template easily enough for different categories - adding additional attibutes etc. We are using one of the standard themes. Tks. Tony

    €230 (Avg Bid)
    €230 Offre moyenne
    65 offres
    Help with Laravel and Vue S'est terminé left

    I'm busy learning Laravel and Vue. I need help with a DataGrid I'm trying to develop with Vue. I am looking for someone who can sit with me on Skype and Teamviewer and help me solve some problems I have with this task. I don't want you to develop it by yourself, I want to learn, so you need to know English and be able to follow my code and point to me where I fail and help me solve the issues I have.

    €8 (Avg Bid)
    €8 Offre moyenne
    5 offres

    1 ms sql stored procedure optimalization. It's a quite complex stored procedure with nested temp tables that need to be re-written with joins, anyway execution time must improve

    €337 (Avg Bid)
    Urgent LDN
    €337 Offre moyenne
    34 offres
    Project for tuyenpt S'est terminé left

    Hi tuyenpt, we have worked before, there is an asp.net program that I need to change. Are you interested? https://www.freelancer.com/projects/jQuery-Prototype/Fill-nested-child-gridview-when/#/proposals

    €23 (Avg Bid)
    €23 Offre moyenne
    1 offres

    ...formating when taken out of dev. Folder. Currently in Should be... URL – move all files from to (then the property address of the client web app) eg. This is the most important. In every case all files should be nested under these folders so that the URL is SEO heavily weighted. Stage 2 – (Essential) Intregate automated Social Media marketing functions. Stage 3 – (Non - Essential) - Integrate Legal Ease and Tax Deed Treasures Components. NOTE: Stage 1 and 2 are Essential to the overall concept and should also be Clonable and Rebrandable as much as possible. This will make it easier to do Stage 3, as well

    €2512 (Avg Bid)
    €2512 Offre moyenne
    31 offres

    Visual Studio 2010, ASP.NET, vb.net. I attach ASP.NET project with two gridviews: GridViewFirst and GridViewSecond. GridViewSecond is inside GridViewFirst, as a child grid. Task: GridviewSecond has to be binded when users clicks on "+" button. Use ajax or jquery in order to avoid postback. **IMPORTANT: GridviewSecond SHOULD NOT BE filled in "OnRowDataBound" function of GridViewFirst. ** At the moment, GridviewSecond is binded in "OnRowDataBound" function of GridViewFirst, which I don't want. Function Fill_DataGrid_Detalle() is the one that fills GridviewSecond. Bid only if you can do it, no time-wasters. Communication only through freelancer.com.

    €40 (Avg Bid)
    €40 Offre moyenne
    11 offres
    Convert a word doc to a Website S'est terminé left

    I need this word document converted to clean HTML. It has a lot of nested ordered lists and I need the word document to be mirrored in clean, HTML 5 compliant code. Simply throwing this in a docx converter to HTML will not work. It requires clean code. If you don't know what that means, please don't bid on this project.

    €177 (Avg Bid)
    €177 Offre moyenne
    59 offres

    We have a mobile application design done in Photoshop that needs to be converted to Sketch. In all, there are about 40 unique application pages. 10 of the screens have already been modified outside of Photoshop and are in Sketch. Designs are grouped (nested) and this grouping needs to carry over to Sketch. Screen designs are currently 750px x 1334px to accommodate iPhone6 screen resolution. Some of the design elements are raster images and so we want to ensure these carry over properly to Sketch. Since iPhone 6/7 Plus resolution is higher (1080px x 1920px) than our original design, we would like the raster images to be exportable at high quality on Sketch (thoughts?). The deliverable will be a single Sketch file with an artboard covering all Photoshop screens and t...

    €223 (Avg Bid)
    €223 Offre moyenne
    26 offres
    Excepción en Weblogic 9.2 S'est terminé left

    ...execute()<br />        at ()<br />Caused by: : Cannot obtain connection: driverURL = jdbc:weblogic:pool:jdbc/ds/obePrepagoDS-01, props = {EmulateTwoPhaseCommit=false, connectionPoolID=jdbc/ds/obePrepagoDS-01, jdbcTxDataSource=true, LoggingLastResource=false, dataSourceName=jdbc/ds/obePrepagoDS-01}.<br />Nested Exception: : Failed to Generate Wrapper Class<br />        at ()<br />        at ()<br />        at ()<br />        at (Driver

    €17 (Avg Bid)
    €17 Offre moyenne
    1 offres
    Get a Website Built S&#039;est terminé left

    I need to build just one page. All it does it display a JSON file in a nice format. What we got in JSON is results of bunch of experiment and each experiment could have sub-experiment and some details about the experiment. We should be able to collapse and expand these nested experiments for better user experience. The experiments which fail should be red and passed ones should be green. It would be yellow also based on the details of the experiment. For each experiment if it fails we want two text boxes one for ticket number and the other for notes.

    €170 (Avg Bid)
    LDN
    €170 Offre moyenne
    11 offres

    Convert PL/SQL to T-SQL. I have 5 moderately complex Oracle PL/SQL select queries that must be converted to Microsoft T-SQL. These queries are Select statements only (no data inserts or updates), but they include nested queries, aliases, and limiting/ordering statements. Experience in PL/SQL and T-SQL is REQUIRED. These are not simple statements, and there is no way to Google your way through these. I will provide you with the 5 functional PL/SQL statements, and I must receive 5 functional T-SQL statements that return the same dataset, with the same formats. I should be able to drop the queries into MS SSMS and run the queries immediately and without additional modifications.

    €44 (Avg Bid)
    €44 Offre moyenne
    2 offres
    Laravel CMS with custom modules S&#039;est terminé left

    Hello I need a multi-language laravel based cms with this modules 1 - Pages (Each page can have many blocks) 2 - Layouts ( Page Layout : Each page has a layout - Multiple pages can use the same layout ) 3 - Blocks ( Each block belongs to block position ) Each Block has a title that can be invisible 4 - Block Positions ( Has many blocks ) 5 - Menus ( Multi-Level Nested Menus) Menu accept links form any module 6 - News 7 - Events Calendar 8 - Downloads 9 - Sitemap 10 - Photo / Video Galleries * When admin edits the page , All available block positions and it's associated blocks will be visible at single page and a WYSIWYG editor is shown to edit each in each language If there is any laravel cms that can handle the job and is extendable then you can built on to...

    €670 (Avg Bid)
    €670 Offre moyenne
    39 offres

    ...(ignore case for alphabets). None if sheet name is not required. range_ (string): Range expression, such as "A1", "$G4:$K10", named range "NamedRange1" outer_dim ('row' or 'col'): whether the returned list should be rows of columns or columns of rows. cell_as_value: True: when the range_ is one cell, value is returned other than [[value]] Retuns: Nested list """ def test_read_xl_range(): print(read_xl_range('path_to_testfile', 'sheet1', 'namedrange1','row')) print(read_xl_range('path_to_testfile', None, 'namedrange1', 'row')) print(read_xl_range('path_to_testfile�...

    €151 (Avg Bid)
    €151 Offre moyenne
    3 offres
    XMPP client Swift/ObjC only S&#039;est terminé left

    ...command provider complete XEP-0054 vcard-temp XEP-0055 Jabber Search XEP-0059: Result Set Management XEP-0060 Publish-Subscribe XEP-0065 SOCKS5 Bytestreams: TCP mode only for now XEP-0066 Out of Band Data XEP-0073 Basic IM Protocol Suite XEP-0077 In-Band Registration XEP-0078 Non-SASL Authentication XEP-0079 Advanced Message Processing XEP-0082: XMPP Date and Time Profiles XEP-0083 Nested Roster Groups XEP-0085 Chat State Notifications XEP-0091 Delayed Delivery (old spec) XEP-0092 Software Version XEP-0095 Stream Initiation XEP-0096 File Transfer XEP-0100: Gateway Interaction XEP-0106 JID Escaping XEP-0114 Jabber Component Protocol XEP-0115 Entity Capabilities XEP-0117 Intermediate IM Protocol Suite XEP-0124 Bidirectional-streams Over Synchronous HTTP (BOSH...

    €1362 (Avg Bid)
    €1362 Offre moyenne
    24 offres
    Swift/ObjC XMPP client S&#039;est terminé left

    ...command provider complete XEP-0054 vcard-temp XEP-0055 Jabber Search XEP-0059: Result Set Management XEP-0060 Publish-Subscribe XEP-0065 SOCKS5 Bytestreams: TCP mode only for now XEP-0066 Out of Band Data XEP-0073 Basic IM Protocol Suite XEP-0077 In-Band Registration XEP-0078 Non-SASL Authentication XEP-0079 Advanced Message Processing XEP-0082: XMPP Date and Time Profiles XEP-0083 Nested Roster Groups XEP-0085 Chat State Notifications XEP-0091 Delayed Delivery (old spec) XEP-0092 Software Version XEP-0095 Stream Initiation XEP-0096 File Transfer XEP-0100: Gateway Interaction XEP-0106 JID Escaping XEP-0114 Jabber Component Protocol XEP-0115 Entity Capabilities XEP-0117 Intermediate IM Protocol Suite XEP-0124 Bidirectional-streams Over Synchronous HTTP (BOSH...

    €1268 (Avg Bid)
    €1268 Offre moyenne
    9 offres
    nested list using RecyclerView S&#039;est terminé left

    I want a demo app for android. It will have 2 xml files instead of DB data. One file will have an item list. The other file will have a category list. One screen app. In this screen there would be the list of the categories. Clicking a category will open a drop down of the items in this category. Another click on the category will close the category and the item list of this category will be hidden. An item can be draged up and down inside a category and from category to category. When draged item reaches to the top of the screen, the screen will scroll down and the same when item reaches to the bottom. I want to check that you read my request and not just sending me your message without reading, so please open your message to me with abc if you wish that I will read what you wrote ...

    €139 (Avg Bid)
    €139 Offre moyenne
    19 offres
    Student interaction app S&#039;est terminé left

    ...a text or a figure ONLY. No audio or video streaming. It’s an after school lecture “student-teacher” interaction application (Android). The application scenario should work like this: After the lecture ends, the teacher adds one of the lecture’s main ideas (suppose that the chapter has four main ideas), then the students need to contribute to the topic (replying, commenting on each other (nested style) or add images). Students should be able to ask for help from each other or the teacher to clarify an idea while studying or solving home work or preparing for a quiz or a midterm. Teachers can add many discussion topics for each subject. Teachers should be able to stop the discussion after a while and post a quick quiz as well. Types of questions...

    €298 (Avg Bid)
    €298 Offre moyenne
    27 offres
    HTML/CSS Template to Drupal 7 Theme S&#039;est terminé left

    This is a very basic and quick project and one that can be completed very quickly by an experienced dru...experienced drupal 7 developer. We have basically a header and footer that are built using dynamic menus. A newsletter contact form to capture emails towards the bottom of each page. And pages that are built using pure html. Meaning, we do not require any customizations or tools to help generate the body/content of the page. We will drop in pure source code to render the page. On pages that have nested children, we would like the option to show the child navigation menu and breadcrumb. Site is responsive and we must maintain the integrity of the look and feel for the template pieces. ****If you cannot deliver in two days, then do not submit your bid, it will not be v...

    €200 (Avg Bid)
    €200 Offre moyenne
    6 offres

    I need the following code nested within something like if(is_single()) with PHP tags so I can run within my and have it only appear on post of my wp site. "<? if(wp_is_mobile()){ ?> Code 1 <?php } else { ?> Code 2 <?php } ?>"

    €5 / hr (Avg Bid)
    €5 / hr Offre moyenne
    4 offres

    Need someone to write a script that will search through all nested folders in a directory and for each .tga file will resize and save a 215, 512, 1024, 2047, 4096 sized version in the original images folder named filesname_imagesize "pic10_512" "pic10_1024"

    €224 (Avg Bid)
    €224 Offre moyenne
    20 offres
    Clone Website Like Our Reference S&#039;est terminé left

    We need a website like : Site is in HTML,CSS,javascript,php,mysql. some part of the work is already done on our server need to complete the website with all functionality as like hiddenbrains site and RTL. Site should be completely responsive and mobile compatible. We need all internal pages to be comp... : Site is in HTML,CSS,javascript,php,mysql. some part of the work is already done on our server need to complete the website with all functionality as like hiddenbrains site and RTL. Site should be completely responsive and mobile compatible. We need all internal pages to be completed. Blog is not required Main pages pages are completed only internal & nested internal pages need to complete.

    €285 (Avg Bid)
    €285 Offre moyenne
    31 offres

    You will see 4 example files below. I require the code for a VBA macro where I have lots of files that range in number of rows that need to be moved across and combined into one all nested on top of each other. The attached documents are examples of what will be required. The 3 "from" files when the macro is run should be in the "to" document please feel free to ask any other questions

    €17 (Avg Bid)
    €17 Offre moyenne
    19 offres

    You will see 4 example files below. I require the code for a VBA macro where I have lots of files that range in number of rows that need to be moved across and combined into one all nested on top of each other. The attached documents are examples of what will be required. The 3 "from" files when the macro is run should be in the "to" document please feel free to ask any other questions

    €17 (Avg Bid)
    €17 Offre moyenne
    32 offres