Highlight row if cell contains any texttrabajos
...an up-to-date news section with featured images and attractive headlines, allowing for categorization. Integrate banners for various functions and legal requirements. Develop a dedicated section to host videos. Integrate direct links to social media (Instagram and Facebook) from the homepage. Design a complete footer with contact information and a location map. Implement a "pop-up" system to highlight relevant information. Requirements: Proven experience in web development, with a portfolio demonstrating skills in responsive design and usability. Mastery of HTML, CSS, JavaScript, and at least one web development framework (e.g., React, Angular, Vue.js). Experience in creating and integrating dynamic sliders and content management systems (CMS). Knowledge of website op...
Realización de un logotipo nuevo. En vectorizado.
...Manager) here I leave the plugin information: so that the information is updated dynamically from the google sheets file. - You must perform the import, matching the form data with the plugin see screenshot (D) this is just an example with generic cell names. - It is essential that all fields in the google sheets file are correctly reflected by the plugin in the corresponding page of our site (event listing, individual page of each event, and location of each event) We will not use any more functionalities of the plugin (no registration, no ticket purchase, only the specified). You will need also to make some custom fields in front end to supply the data Also, in case some element is not being imported properly you will need to use custom fields and code to make
...alineadores brackets etc. I am an orthodontist and I need a purely commercial landing page to excite people who come from social networks to schedule their first consultation with me. I believe we currently don’t fully showcase all the benefits of being treated with us. We recently purchased a CT scanner and other equipment, and I have a list of all the advantages we offer. My goal is to highlight these on a new webpage and, using various landing page strategies, attract new patients. At the moment, we schedule around 30 new patients per month, but the aim is to increase that through an improved page. It would be ideal to work with designers who speak Spanish, given the language requirements for the page....
... Our current system is based on an Excel spreadsheet with a specific structure that we need to implement in Odoo. A- Summary of Needs: The quotes we create are for projects that we don't know will be approved. Therefore, quotes should not consider production hours or materials, but are based on prices obtained from our suppliers' price lists, who will ultimately carry out the construction work if the stand is built. This implies that we need to be able to dynamically access supplier price lists for each item on the stand (carpentry, painting, electricity, lighting, furniture, etc.) and select the price list items to be included in the project. Our quoting system is based on managing "items" or concepts that make up a trade show booth. For each item, we need...
...clientes. Incluir texturas detalladas, muebles y elementos de interiorismo. La atención al detalle y la calidad son esenciales. Por favor, envía ejemplos de proyectos similares que hayas realizado, junto con tu tiempo estimado de entrega y precio. /// I am looking for a skilled 3D artist to create a high-quality 3D render of an architectural floor plan. The provided image file "Renders " contains the current plans (I also have the dwg file), and I need a 3D render similar in style and quality to the reference image "Depto ". The 3D render should be realistic and visually appealing, showcasing the layout and interior design in detail. Requirements: Create a realistic 3D render based on the provided 2D architectural plan. Style and quality shou...
Tengo un archivo de Excel en el que en la columna A aparece un texto asociado a una partida de de un presupuesto. Este texto puede venir redactado de diferentes formas, pero serán equivalentes en cuanto al material utilizado. Por ejemplo: "Tubería de polietileno de alta densidad (PE-100), para uso alimentario, de 110 mm de diámetro nominal (4") y PN 16 atm, conforme UNE-EN 12201; para tuberías de alimentación de suministro de agua." es similar a "Tubo de PEAD de Ø 110 mm". En ambos casos, el código alfanumérico equivalente será PE110. Además, si en alguna de los textos aparece la palabra "horizontal" o "colector", el código alfanumérico equivalente será PE...
Deseo obtener la ubicacion de la antena a la que esta conectado un numero de telefono movil con tan solo saber el numero, algo como el hlr pero conteniendo informaciones del lat y cell id, acepto sugerencias.
Hello, Im needing an excel VBA code. Its something simple but out of my capacities. What I need is an excel or google sheet for my restaurant. What i actually need is a page with buttons wich users can click and itroduce information. Then this nformation should get paste in other page wich will be use to make a monthly summary, each row showl be a day and each column holds the info thas has been written in the buttons. Im sorry for my english, I will write it again in Spanish wich is my native language so yo can translate it. maybe its an easier way. Lo que necesito es una planila de excel o google sheets para utilizar a diario en mi restauran. Lo que busco es que el encargado pueda introducir la informacion facilmente. Mi idea es una hoja con botones (cada boton le da la osibilida...
...download of offers received in a specific Outlook folder. Additionally, it adds a supplier code to the name of the downloaded file. This supplier code is retrieved from an existing table based on the sender's email address. If the sender is not found in the table, they are automatically added with a new supplier code. Steps of the Flow Trigger: When a new email arrives (V3) This flow is triggered when a new email arrives in a specific Outlook folder. Initialize Variables FileName: Temporarily stores the name of the attached file. NewSupplierCode: Stores a new supplier code if needed. MaxSupplierCode: Tracks the highest existing supplier code in the table. Apply to Each Attachment Loops through each attached file in the email. Get Attachment Content Retrieves the ...
Hola, tengo un emprendimiento () y estoy buscando alguien que pueda mejorar el editor que tengo actualmente. Uso TipTap La idea es que armen un editor estilo linear/notion. Que funcione rapido, tenga buena performance y ux. El usuario tiene que no solo poder escribir y agregar titu...editor que tengo actualmente. Uso TipTap La idea es que armen un editor estilo linear/notion. Que funcione rapido, tenga buena performance y ux. El usuario tiene que no solo poder escribir y agregar titulos, negritas, subrayados, etc. Sino tambien fotos (seleccionar y drag and drop), un custom block para videos de youtube (links), custom block para tweets, code block con selector de lenguaje y highlight syntax, inline code, listas, blockquote. El editor debe devolver markdown.
Este proyecto es para una pagina de noticias de España. Se usara ElevenLabs como la tecnología para crear los audios. Se requiere un sistema que tome de manera automática los textos de cada nuevo articulo publicado en la pagina, los procese con Elevenlabs y luego los inserte en el player de su articulo correspondiente. Por un tema de diseño y ubicación del player, se requiere ademas de un player custom, ya que no se utilizaría el player default que provee ElevenLabs cuando se trabaja de manera manual insertado embed code en los artículos. Es importante que todo el procesamiento ocurra desacoplado de wordpress.
Hola Necesito hacer un video 2D en base a un guión, ES EN ESPAÑOL,
...dish. NAME is an alphanumeric sequence, it is required, and it is unique. TYPE is an alphanumeric sequence, and it denotes the category of the dish (e.g., appetizer, main course, dessert). PRICE is a numeric field indicating the cost of the dish. Execute the following statement: INSERT INTO DISHES (CODE, name, type, price) VALUES ('D0001', 'Italian Spaghetti', 'Main Course', 12.99); Does it work? If not, identify which integrity rule is not being met and modify the statement to solve the problem. Create the following table: EMPLOYEES (ID, name, surname, role, restaurant_code) Note that ID is the primary key. It is a numeric field and must be AUTO_INCREMENT. Note that the field ‘restaurant_code’ is required. This field needs to have the sa...
Convertir Excel/CSV/Text/DBF/Access/Mysql data to MySQL/SQL Server Database Convertir Mysql/SQL Server database a Excel/CSV/Text/DBF/Access/Mysql
...such as concerts, mass gatherings, negotiating with the Costa Rica telethon to return home and other indoor sports. Athletics: As it is a sport that contains a set of disciplines grouped into races, jumping, throwing, combined events and walking, Ciudad Deportiva Heredia will host an athletics track with its lighting, this track will be of high quality with synthetic pavements to make them more durable. and resistant to climatic influences. We want to use the most used pavements on athletics tracks around the world with high-tech products to help athletes achieve their maximum performance. Baseball: It is a very selective sport, and if you ask us if Ciudad Deportiva will host a venue to practice it, well the answer is; Yeah. This venue will be built so that lovers...
Busco ing. mecatronico o a fin en la ciudad de México para el diseño e implementacion de un load cell para deteccion de carga en maquinas de ejercicio.
Hola Global Text Solutions, vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar sobre los detalles por chat.
...y cual es el numero local $areas = array('55','81','33','56'); if (in_array(substr($Telefono,0,2),$areas)) { $area = substr($Telefono,0,2); $local= substr($Telefono,2); $serie= substr($local,0,4); } else { $area = substr($Telefono,0,3); $local= substr($Telefono,3); $serie= substr($local,0,3); } // Ejecuta consulta $query = "SELECT movil FROM ".$db['name'].".ift WHERE SUBSTRING('$Telefono',7) BETWEEN inicial AND final AND area = $area AND serie = $serie;"; // $AGI->verbose($query); $result = mysqli_query($conexion,$query); if ($result->num_rows==0){ $AGI->set_variable('COMPLETO',"52" . $Telefono); // $AGI->verbose("Numero NO ...
Se requiere de un SW que permita registrar declaraciones de Misión, Visión, Valores, Promesa de valor, realizar un análisis situacional a través de un analisis foda y competencia. Esa información debería resumirse en un diagnóstico en función de una variables determina...por tipo de medición, frecuencia, entre otros. Dentro de la formulación, se deberán crear variables como Estrategias y Subestrategias que tendrán indicadores de medición con la propias variables de indicador y asignadas a un colaborador. Finalmente tener una vista de seguimiento en un dashboard para monitorear mes a mes el comportamiento. Esta vista deberá permitir que cada líder pueda colocar Highlight, Lowlight...
...Effects animated project, export it in HTML5, with a weight of less than 800kb. It is an inbanner video format. I attach the project and all the elements that compose it, it would not be necessary to edit or retouch anything, just convert it to HTML5 to be able to activate it on platforms such as video inbanner. The composition to export is the one called MinisterioSanidad_VIH_1080X1920_20seg, which contains all the elements, although in reality the video is 300x250px, lasts 17sec and should weigh less than 800kb to upload it. ...
I need an excel expert, I have databases and there are some emails that I have to delete. I want for example a formula to put 100 emails in a box, and I want to delete those emails from row n1 that maybe there are 20.000 emails. I can't go searching and deleting each one manually, thanks.
...developing web applications and/or automation scripts. Solid knowledge of APIs, especially the Google Sheets API and the Facebook Graph API. Ability to develop a customized solution that suits our specific needs. Excellent communication in English and ability to work autonomously. Functions and responsibilities: Create an application or script that reads data from our Google Sheets spreadsheet, which contains information about our products and inventory. Implement logic to filter and select products based on the change in the number of clicks in the last 2 days. Integrate the app with the Facebook Link with the example ...
Hola, quiero una plicacion bastante similar a esta app: - Anuncios admob - Que se pueda localizar el celular de las personas - Ingles y español.
I would like to develop a small autocad LISP application that does the following - At the beginning I will have selected a part of the elements of the drawing. - I want the program to detect which are linear text objects and join in a multiline text object those texts that are at a smaller distance requested by console. - Remove the old texts and leave only the multiline texts.
Hola Global Text Solutions, vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.
Solucionar el error: "ERROR 1055 (42000): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘‘ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by" Causa: Hasta la versión 5.6 de MySQL 5.6 el modo de SQL era NO_ENGINE_SUBSTITUTION. En la versión 8 de MySQL los modos de SQL por defecto son ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, and NO_ENGINE_SUBSTITUTION Por motivos de seguridad, compatibilidad y mantenimiento en hosting compartidos no se modifica el modo de SQL por defecto en el servidor, y hay que modificarlo en el inicio de sesión dentro de la programación. O b...
I have one picture that I need to change the text and looks like original text of the photo in Spanish It’s urgent
Busco alguien con experiencia trabajando en modelos de reconocimiento de voz , transcripción y análisis.
...entregan domicilios (que llegan primero a mi celular) en USA, como es. Doordash y Spark Drive. Lo que necesito es que los pedidos filtrados por valor lleguen a mi celular o a mis cuentas, antes de que lleguen a los demás usuarios TAKE ADVANTAGE of the orders of the Apps that deliver addresses in the USA (which arrive first to my cell phone or account) example. Doordash and Spark Drive. I require that when the APPS send an order or a delivery it reaches my cell phone or my accounts, before it reaches other users - that can filter by price and distance in miles -make it fast working on android or iphone -that can be used on multiple accounts...
...buscar en google. • Dejare algunos ejemplos de banners en tiendas de telefonos. •La tienda se llama JC TECHNOLOGY (adjunto el logo), numero 849-344-3211, instagram @jctechnology_ Hello. • I want you to send me and be super creative and authentic, 2 banners to put it as a promotion on the outskirts of a cell phone store.. There are 2 different banners to display and promote what is sold in the store: 1- Merry Christmas design. 2- Black friday design. • It is a cell phone store that sells televisions, Apple and Android phones, smart watches, airpods, wireless headphones, chargers and other accessories. • The reference images can be found in google. • I will leave some examples of banners in telephone stores. •The st...
Quisiera saber como utilizarlo o si es posible la idea que tengo en mente de para que usarlo, que es para extraer la dirección, precio y características de una vivienda de inmobiliarias que ponen sus inventarios por internet a un texto en el que se ordene todos esos datos Así que pueden ser cualquiera de los dos trabajos, con que me puedas ayudar a saber si mi idea es posible y como hacerla me será suficiente
Estoy interesado en transcribir audios en ingles o español, traducir textos y editar imagenes y videos
I need the width of the control to be adjusted depending on the amount of control it contains inside. I send you an example
Hola Quiero una extensión para Brave que añade más filas para poner más favoritos / Bookmarks. Gracias
...historial de cada operación realizada por el usuario en tiempo real, (bancos) *Recuperación de contraseña del usuario. *Agregar botones de contactos para atención al cliente on line... * Historia de la compañia en la página principal. * Los Pagos y recargos automaticos deben ser por billetera virtual que estará disponible en la página. * Pagina en español. * Se tiene que ver en modo cell computadora y table. * La pagania debe ser sencilla con factores principales muy parecidas a las funciones Bancarias * Se solicita que sea visible y lo mas sencillo Que se vea: Inversion - intereses - Retiros - Saldo total - Movimientos... * Sino cumple las funciones exigidas no se cancela... * Antes de cancelar el...
...de cada operación realizada por el usuario en tiempo real, (bancos) *Recuperación de contraseña del usuario. *Agregar botones de contactos para atención al cliente on line... * Historia de la compañia en la página principal. * Los Pagos y recargos automaticos deben ser por billetera virtual que estará disponible en la página. * Pagina en español. * Se tiene que ver en modo cell computadora y table. * La pagania debe ser sencilla con factores principales muy parecidas a las funciones Bancarias * Se solicita que sea visible y lo mas sencillo muy parecido al excel Que se vea: Inversion - intereses - Retiros - Saldo total - Movimientos... * Sino cumple las funciones exigidas no se can...
Paginas con fines de: Manejar intereses diarios de lun a vier Actulizar diariamente de lun a vier Incremento de capital Incremento de inversion Retiros Reflejar movimiento Recuperación de contraseña Agregar botones de contactos Historia de la compañia Pagos y recargos automaticos por billetera virtual Pagina en español Que se vea modo cell computadora y table La pagania debe ser sencilla con factores principales muy parecidas a las funciones Bancarias Se solicita que sea visible y lo mas sencillo muy parecido al excel Que se vea: Inversion - intereses - Retiros - Saldo total - Movimientos...
Se requiere de una app en REACT NATIVE, que permita transcribir de texto a voz. y de voz a texto lo mas sensillo posible
We need a technician to shutdown, disconnect and dismantle an entire telecom rack in a datacenter. It contains blade servers, storage, routers and some small additional stuff. Time frame: 3 - 5 hours onsite Budget is open.
Hello, I would like to hire someone to create a personalized and professional voiceover in Spanish. Hola, me gustaría contratar a alguien para crear una voz en off personalizada y profesional en español.
Hello, I need to adapt a FoV (Field of Vision) c++ algorithm to visual basic 6, it is for a game. The code is written and documented: And it is necessary to adapt it to VB6. Hola, necesito adaptar un algoritmo de c++ de FoV (Field of Vision) a v...fbclid=IwAR20OnNDwbMzKlercc0-xzfiM2PJdFa7nKeAbHd5u8v5SikuU5g0wg_IUxY#mycode Estructura del contenedor de luces. MapBlock(X as integer, Y as integer) - Range of map X 1-100 * Y 1-100 Blouqueado as boolean - Container variable indicating the blocked tile LuzEngine(1 to 4) D3DColorValue o Long - Variable that contains the light information broken down into each vertex 0----1 | | 2----3 UserPos.X Userpos.Y - Integer Variable that contains the user's position on the map. MAXVIEW =10 - Variable that contains the ...
Deseo un logo e imagenes para mis highlight de Instagram, es para mi emprendimiento de mangas. Preferiría que sean colores llamativos y que el feed se vea divertido como los ejemplos que subí en archivos. El nombre del emprendimiento es River.
Hola Jahanzeb N., observé tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.
Hola, Necesito convertir un texto de word o html a PDF con datos que el cliente tiene que llenar en un formulario.
...- Email. Specifically, the most visible is usually the info. But it would be interesting if there are several that are extracted at least 3 and that the one that is put in the first place is the generic one of "info", "hello", etc. -Company name. We would also need, although this is desirable and not an absolute condition, that from each URL the name of the company to which the web belongs is also obtained We would like it to be obtained as a database in excel where each row by url contains, emails, google page position and the name of the company to which that url belongs. The job would really be two "programs or scripts" one first to scrape google results and the other to obtain that data from any URL list. We do not want th...
Quisiera una cotizacion de cuanto costaria diseñar un procesador de palabras que permita imprimir sobre paginas membretadas y ciertas funciones especificas para notarios.
PHP function to pass a directory where the photos reside, number of photos row, number of photos column, photo height, photo width, default photo -> make a web page with the "collage" randomly ordering photos, that is, if I go back to calling the function will give me another collage by ordering the photos differently. If there are more photos than necessary in the directory, it will take only the necessary number. If there are fewer photos, it will fill it with a default photo. Once the collage is generated, it can be saved as a single image within the server. The file is not valid, only
Solo busco a alguien que sepa cómo hacer un intercambio rápido de letras o números.
Hola Text Buzz, observé tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.